Searched refs:outlen (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | encodings.c | 67 int outlen = src_len; in convert() local 77 outbuf = (char*)malloc(outlen + 1); in convert() 86 outlen += inlenleft; in convert() 88 outbuf = (char*)realloc(outbuf, outlen + 1); in convert() 104 outlen -= outlenleft; in convert() 107 *new_len = outbuf ? outlen : 0; in convert() 110 outbuf[outlen] = 0; in convert()
|
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 61 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2() argument 88 *outlen = ret; in pdo_odbc_utf82ucs2() 96 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8() argument 118 *outlen = ret; in pdo_odbc_ucs22utf8() 119 S->convbuf[*outlen] = '\0'; in pdo_odbc_ucs22utf8()
|
/PHP-7.0/ext/imap/ |
H A D | php_imap.c | 2829 outlen = 0; in PHP_FUNCTION() 2838 outlen++; in PHP_FUNCTION() 2845 outlen++; in PHP_FUNCTION() 2861 outlen++; in PHP_FUNCTION() 2866 outlen++; in PHP_FUNCTION() 2968 outlen = 0; in PHP_FUNCTION() 2975 outlen++; in PHP_FUNCTION() 2977 outlen++; in PHP_FUNCTION() 2979 outlen++; in PHP_FUNCTION() 2991 outlen++; in PHP_FUNCTION() [all …]
|
/PHP-7.0/ext/openssl/ |
H A D | openssl.c | 5692 size_t outlen; in PHP_FUNCTION() local 5731 outbuf = zend_string_alloc(outlen, 0); in PHP_FUNCTION() 5744 outlen = i; in PHP_FUNCTION() 5746 outlen += i; in PHP_FUNCTION() 5748 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION() 5749 ZSTR_LEN(outbuf) = outlen; in PHP_FUNCTION() 5782 size_t outlen; in PHP_FUNCTION() local 5846 outlen = i; in PHP_FUNCTION() 5848 outlen += i; in PHP_FUNCTION() 5849 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION() [all …]
|
H A D | xp_ssl.c | 1456 static unsigned char *alpn_protos_parse(unsigned short *outlen, const char *in) in alpn_protos_parse() argument 1485 *outlen = len + 1; in alpn_protos_parse() 1490 static int server_alpn_callback(SSL *ssl_handle, const unsigned char **out, unsigned char *outlen, in server_alpn_callback() argument 1496 ((unsigned char **)out, outlen, sslsock->alpn_ctx->data, sslsock->alpn_ctx->len, in, in server_alpn_callback()
|
Completed in 62 milliseconds