Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl.c5750 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
5844 if (zheaders) { in PHP_FUNCTION()
5986 zval *zprivkey, * zheaders; in PHP_FUNCTION() local
6006 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
6058 if (zheaders) { in PHP_FUNCTION()
6061 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()
6352 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
6453 if (zheaders && encoding == ENCODING_SMIME) { in PHP_FUNCTION()
6632 zval *zprivkey, *zheaders; in PHP_FUNCTION() local
6654 Z_PARAM_ARRAY_OR_NULL(zheaders) in PHP_FUNCTION()
[all …]

Completed in 42 milliseconds