Searched refs:outlen (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 57 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2() argument 84 *outlen = ret; in pdo_odbc_utf82ucs2() 92 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8() argument 114 *outlen = ret; in pdo_odbc_ucs22utf8() 115 S->convbuf[*outlen] = '\0'; in pdo_odbc_ucs22utf8()
|
/PHP-8.0/ext/imap/ |
H A D | php_imap.c | 2369 outlen = 0; in PHP_FUNCTION() 2378 outlen++; in PHP_FUNCTION() 2385 outlen++; in PHP_FUNCTION() 2401 outlen++; in PHP_FUNCTION() 2406 outlen++; in PHP_FUNCTION() 2507 outlen = 0; in PHP_FUNCTION() 2514 outlen++; in PHP_FUNCTION() 2516 outlen++; in PHP_FUNCTION() 2518 outlen++; in PHP_FUNCTION() 2530 outlen++; in PHP_FUNCTION() [all …]
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 7206 int i = 0, outlen; in php_openssl_encrypt() local 7233 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_encrypt() 7237 outlen += i; in php_openssl_encrypt() 7239 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_encrypt() 7240 ZSTR_LEN(outbuf) = outlen; in php_openssl_encrypt() 7244 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in php_openssl_encrypt() 7319 int i = 0, outlen; in php_openssl_decrypt() local 7358 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_decrypt() 7363 outlen += i; in php_openssl_decrypt() 7364 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_decrypt() [all …]
|
H A D | xp_ssl.c | 1540 static unsigned char *php_openssl_alpn_protos_parse(unsigned short *outlen, const char *in) /* {{{ … in php_openssl_alpn_protos_parse() argument 1566 *outlen = len + 1; in php_openssl_alpn_protos_parse() 1573 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument 1578 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
|
/PHP-8.0/ext/session/ |
H A D | session.c | 267 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument 281 while (outlen--) { in bin_to_readable()
|
Completed in 46 milliseconds