Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c2486 zval * zcertval; in STACK_OF() local
2495 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zcerts), zcertval) { in STACK_OF()
5350 zval * zcertval; in PHP_FUNCTION() local
5381 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5384 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5440 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5441 zend_string *str = zval_try_get_string(zcertval); in PHP_FUNCTION()
5953 zval * zcertval; in PHP_FUNCTION() local
5988 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(zrecipcerts), zcertval) { in PHP_FUNCTION()
5991 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds