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.c5322 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
5416 if (zheaders) { in PHP_FUNCTION()
5558 zval *zprivkey, * zheaders; in PHP_FUNCTION() local
5578 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
5630 if (zheaders) { in PHP_FUNCTION()
5633 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
5924 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
6025 if (zheaders && encoding == ENCODING_SMIME) { in PHP_FUNCTION()
6204 zval *zprivkey, *zheaders; in PHP_FUNCTION() local
6226 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
[all …]

Completed in 25 milliseconds