Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c2596 zval * zcertval; in STACK_OF() local
2605 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zcerts), zcertval) { in STACK_OF()
5103 zval * zcertval; in PHP_FUNCTION() local
5134 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5137 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5193 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5194 zend_string *str = zval_try_get_string(zcertval); in PHP_FUNCTION()
5699 zval * zcertval; in PHP_FUNCTION() local
5734 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5737 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
[all …]

Completed in 45 milliseconds