Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dopenssl.c2724 zval * zcertval; in STACK_OF() local
2733 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zcerts), zcertval) { in STACK_OF()
2734 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource); in STACK_OF()
5225 zval * zcertval; in PHP_FUNCTION() local
5262 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5265 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource); in PHP_FUNCTION()
5319 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5320 convert_to_string_ex(zcertval); in PHP_FUNCTION()
5323 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), Z_STRVAL_P(zcertval)); in PHP_FUNCTION()
5325 BIO_printf(outfile, "%s\n", Z_STRVAL_P(zcertval)); in PHP_FUNCTION()

Completed in 20 milliseconds