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.c7826 int i = 0, outlen; local
7853 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen,
7857 outlen += i;
7859 ZSTR_VAL(outbuf)[outlen] = '\0';
7860 ZSTR_LEN(outbuf) = outlen;
7864 base64_str = php_base64_encode((unsigned char*)ZSTR_VAL(outbuf), outlen);
7939 int i = 0, outlen; local
7978 php_openssl_cipher_update(cipher_type, cipher_ctx, &mode, &outbuf, &outlen,
7983 outlen += i;
7984 ZSTR_VAL(outbuf)[outlen] = '\0';
[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.c298 static void bin_to_readable(unsigned char *in, size_t inlen, char *out, size_t outlen, char nbits) … in bin_to_readable() argument
312 while (outlen--) { in bin_to_readable()

Completed in 61 milliseconds