Home
last modified time | relevance | path

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

/PHP-8.2/ext/openssl/
H A Dopenssl.c5345 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
5439 if (zheaders) { in PHP_FUNCTION()
5581 zval *zprivkey, * zheaders; in PHP_FUNCTION() local
5601 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
5653 if (zheaders) { in PHP_FUNCTION()
5656 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
5947 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
6048 if (zheaders && encoding == ENCODING_SMIME) { in PHP_FUNCTION()
6227 zval *zprivkey, *zheaders; in PHP_FUNCTION() local
6249 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
[all …]

Completed in 22 milliseconds