Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c2718 zval * zcertval; in STACK_OF() local
2727 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zcerts), zcertval) { in STACK_OF()
2728 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource); in STACK_OF()
5175 zval * zcertval; in PHP_FUNCTION() local
5212 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5215 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource); in PHP_FUNCTION()
5269 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5270 convert_to_string_ex(zcertval); in PHP_FUNCTION()
5273 BIO_printf(outfile, "%s: %s\n", ZSTR_VAL(strindex), Z_STRVAL_P(zcertval)); in PHP_FUNCTION()
5275 BIO_printf(outfile, "%s\n", Z_STRVAL_P(zcertval)); in PHP_FUNCTION()

Completed in 20 milliseconds