Home
last modified time | relevance | path

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

/PHP-7.2/ext/openssl/
H A Dopenssl.c5170 zval * zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
5188 &outfilename, &outfilename_len, &zrecipcerts, &zheaders, &flags, &cipherid) == FAILURE) in PHP_FUNCTION()
5268 if (zheaders) { in PHP_FUNCTION()
5269 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, zcertval) { in PHP_FUNCTION()
5406 zval * zcert, * zprivkey, * zheaders; in PHP_FUNCTION() local
5425 &zcert, &zprivkey, &zheaders, &flags, &extracertsfilename, in PHP_FUNCTION()
5479 if (zheaders) { in PHP_FUNCTION()
5482 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(zheaders), strindex, hval) { in PHP_FUNCTION()

Completed in 36 milliseconds