Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c2073 zval * zcert, *zout; in PHP_FUNCTION() local
2099 zval_dtor(zout); in PHP_FUNCTION()
2891 zval_dtor(zout); in PHP_FUNCTION()
2922 zval *zout = NULL, zextracerts, zcert, zpkey; in PHP_FUNCTION() local
2950 zval_dtor(zout); in PHP_FUNCTION()
2951 array_init(zout); in PHP_FUNCTION()
2959 add_assoc_zval(zout, "cert", &zcert); in PHP_FUNCTION()
2972 add_assoc_zval(zout, "pkey", &zpkey); in PHP_FUNCTION()
3001 add_assoc_zval(zout, "extracerts", &zextracerts); in PHP_FUNCTION()
3301 zval * zcsr = NULL, *zout=NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c999 zval zin, zout, zerr; in phpdbg_register_file_handles() local
1022 php_stream_to_zval(s_out, &zout); in phpdbg_register_file_handles()
1032 oc.value = zout; in phpdbg_register_file_handles()

Completed in 24 milliseconds