Searched refs:outlen (Results 1 – 4 of 4) sorted by relevance
/php-src/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()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 7866 int i = 0, outlen; local 7893 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, 7897 outlen += i; 7899 ZSTR_VAL(outbuf)[outlen] = '\0'; 7900 ZSTR_LEN(outbuf) = outlen; 7904 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen); 7979 int i = 0, outlen; local 8018 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen, 8023 outlen += i; 8024 ZSTR_VAL(outbuf)[outlen] = '\0'; [all …]
|
H A D | xp_ssl.c | 1605 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 D | session.c | 321 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument 335 while (outlen--) { in bin_to_readable()
|
Completed in 37 milliseconds