Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c2593 zval * zcertval; in STACK_OF() local
2602 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zcerts), zcertval) { in STACK_OF()
5441 zval * zcertval; in PHP_FUNCTION() local
5472 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5475 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5531 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5532 zend_string *str = zval_try_get_string(zcertval); in PHP_FUNCTION()
6044 zval * zcertval; in PHP_FUNCTION() local
6079 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
6082 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
[all …]

Completed in 31 milliseconds