Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.c56 int outlen = src_len; in convert() local
66 outbuf = (char*)emalloc(outlen + 1); in convert()
74 outlen += inlenleft; in convert()
76 outbuf = (char*)erealloc(outbuf, outlen + 1); in convert()
88 outlen -= outlenleft; in convert()
91 *new_len = outbuf ? outlen : 0; in convert()
94 outbuf[outlen] = 0; in convert()
/PHP-7.4/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.4/ext/imap/
H A Dphp_imap.c2848 outlen = 0; in PHP_FUNCTION()
2857 outlen++; in PHP_FUNCTION()
2864 outlen++; in PHP_FUNCTION()
2880 outlen++; in PHP_FUNCTION()
2885 outlen++; in PHP_FUNCTION()
2987 outlen = 0; in PHP_FUNCTION()
2994 outlen++; in PHP_FUNCTION()
2996 outlen++; in PHP_FUNCTION()
2998 outlen++; in PHP_FUNCTION()
3010 outlen++; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c6714 int i = 0, outlen; in php_openssl_encrypt() local
6741 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_encrypt()
6745 outlen += i; in php_openssl_encrypt()
6747 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_encrypt()
6748 ZSTR_LEN(outbuf) = outlen; in php_openssl_encrypt()
6752 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in php_openssl_encrypt()
6821 int i = 0, outlen; in php_openssl_decrypt() local
6860 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_decrypt()
6865 outlen += i; in php_openssl_decrypt()
6866 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_decrypt()
[all …]
H A Dxp_ssl.c1543 static unsigned char *php_openssl_alpn_protos_parse(unsigned short *outlen, const char *in) /* {{{ … in php_openssl_alpn_protos_parse() argument
1569 *outlen = len + 1; in php_openssl_alpn_protos_parse()
1576 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1581 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/PHP-7.4/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 77 milliseconds