Searched refs:zcertval (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/openssl/ |
H A D | openssl.c | 2548 zval * zcertval; in STACK_OF() local 2557 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zcerts), zcertval) { in STACK_OF() 5755 zval * zcertval; in PHP_FUNCTION() local 5786 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION() 5789 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION() 5845 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION() 5846 zend_string *str = zval_try_get_string(zcertval); in PHP_FUNCTION() 6358 zval * zcertval; in PHP_FUNCTION() local 6393 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION() 6396 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION() [all …]
|
Completed in 25 milliseconds