Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c2292 outlen = 0; in PHP_FUNCTION()
2301 outlen++; in PHP_FUNCTION()
2308 outlen++; in PHP_FUNCTION()
2324 outlen++; in PHP_FUNCTION()
2329 outlen++; in PHP_FUNCTION()
2431 outlen = 0; in PHP_FUNCTION()
2438 outlen++; in PHP_FUNCTION()
2440 outlen++; in PHP_FUNCTION()
2442 outlen++; in PHP_FUNCTION()
2454 outlen++; in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c57 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2() argument
84 *outlen = ret; in pdo_odbc_utf82ucs2()
/PHP-8.3/ext/openssl/
H A Dopenssl.c7626 int i = 0, outlen; in php_openssl_encrypt() local
7653 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_encrypt()
7657 outlen += i; in php_openssl_encrypt()
7659 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_encrypt()
7660 ZSTR_LEN(outbuf) = outlen; in php_openssl_encrypt()
7664 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in php_openssl_encrypt()
7739 int i = 0, outlen; in php_openssl_decrypt() local
7778 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_decrypt()
7783 outlen += i; in php_openssl_decrypt()
7784 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_decrypt()
[all …]
H A Dxp_ssl.c1609 static unsigned char *php_openssl_alpn_protos_parse(unsigned short *outlen, const char *in) /* {{{ … in php_openssl_alpn_protos_parse() argument
1635 *outlen = len + 1; in php_openssl_alpn_protos_parse()
1642 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1647 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/PHP-8.3/ext/session/
H A Dsession.c296 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
310 while (outlen--) { in bin_to_readable()

Completed in 112 milliseconds