Home
last modified time | relevance | path

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

/php-src/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-src/ext/openssl/
H A Dopenssl.c7663 int i = 0, outlen; in php_openssl_encrypt() local
7690 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_encrypt()
7694 outlen += i; in php_openssl_encrypt()
7696 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_encrypt()
7697 ZSTR_LEN(outbuf) = outlen; in php_openssl_encrypt()
7701 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); in php_openssl_encrypt()
7776 int i = 0, outlen; in php_openssl_decrypt() local
7815 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, in php_openssl_decrypt()
7820 outlen += i; in php_openssl_decrypt()
7821 ZSTR_VAL(outbuf)[outlen] = '\0'; in php_openssl_decrypt()
[all …]
H A Dxp_ssl.c1605 static unsigned char *php_openssl_alpn_protos_parse(unsigned short *outlen, const char *in) /* {{{ … in php_openssl_alpn_protos_parse() argument
1631 *outlen = len + 1; in php_openssl_alpn_protos_parse()
1638 const unsigned char **out, unsigned char *outlen, in php_openssl_server_alpn_callback() argument
1643 …if (SSL_select_next_proto((unsigned char **)out, outlen, sslsock->alpn_ctx.data, sslsock->alpn_ctx… in php_openssl_server_alpn_callback()
/php-src/ext/session/
H A Dsession.c291 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
305 while (outlen--) { in bin_to_readable()

Completed in 38 milliseconds