Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c5524 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
5618 if (zheaders) { in PHP_FUNCTION()
5760 zval *zprivkey, * zheaders; in PHP_FUNCTION() local
5780 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
5832 if (zheaders) { in PHP_FUNCTION()
5835 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
6126 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
6227 if (zheaders && encoding == ENCODING_SMIME) { in PHP_FUNCTION()
6406 zval *zprivkey, *zheaders; in PHP_FUNCTION() local
6428 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
[all …]

Completed in 30 milliseconds