Home
last modified time | relevance | path

Searched refs:outlen (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dencodings.c58 int outlen = src_len; in convert() local
68 outbuf = (char*)emalloc(outlen + 1); in convert()
76 outlen += inlenleft; in convert()
78 outbuf = (char*)erealloc(outbuf, outlen + 1); in convert()
90 outlen -= outlenleft; in convert()
93 *new_len = outbuf ? outlen : 0; in convert()
96 outbuf[outlen] = 0; in convert()
/PHP-7.3/ext/pdo_odbc/
H A Dodbc_stmt.c59 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2() argument
86 *outlen = ret; in pdo_odbc_utf82ucs2()
94 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8() argument
116 *outlen = ret; in pdo_odbc_ucs22utf8()
117 S->convbuf[*outlen] = '\0'; in pdo_odbc_ucs22utf8()
/PHP-7.3/ext/imap/
H A Dphp_imap.c2826 outlen = 0; in PHP_FUNCTION()
2835 outlen++; in PHP_FUNCTION()
2842 outlen++; in PHP_FUNCTION()
2858 outlen++; in PHP_FUNCTION()
2863 outlen++; in PHP_FUNCTION()
2965 outlen = 0; in PHP_FUNCTION()
2972 outlen++; in PHP_FUNCTION()
2974 outlen++; in PHP_FUNCTION()
2976 outlen++; in PHP_FUNCTION()
2988 outlen++; in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/openssl/
H A Dopenssl.c6615 int i=0, outlen; in PHP_FUNCTION() local
6645 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in PHP_FUNCTION()
6649 outlen += i; in PHP_FUNCTION()
6651 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION()
6652 ZSTR_LEN(outbuf) = outlen; in PHP_FUNCTION()
6657 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in PHP_FUNCTION()
6713 int i = 0, outlen; in PHP_FUNCTION() local
6761 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in PHP_FUNCTION()
6766 outlen += i; in PHP_FUNCTION()
6767 ZSTR_VAL(outbuf)[outlen] = '\0'; in PHP_FUNCTION()
[all …]
H A Dxp_ssl.c1544 static unsigned char *php_openssl_alpn_protos_parse(unsigned short *outlen, const char *in) /* {{{ … in php_openssl_alpn_protos_parse() argument
1570 *outlen = len + 1; in php_openssl_alpn_protos_parse()
1577 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1582 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/PHP-7.3/ext/session/
H A Dsession.c269 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
283 while (outlen--) { in bin_to_readable()

Completed in 48 milliseconds