Home
last modified time | relevance | path

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

/PHP-5.4/ext/openssl/
H A Dxp_ssl.c543 zval **val, *zcert; in php_openssl_enable_crypto() local
549 MAKE_STD_ZVAL(zcert); in php_openssl_enable_crypto()
550 ZVAL_RESOURCE(zcert, zend_list_insert(peer_cert, in php_openssl_enable_crypto()
554 zcert); in php_openssl_enable_crypto()
556 FREE_ZVAL(zcert); in php_openssl_enable_crypto()
577 MAKE_STD_ZVAL(zcert); in php_openssl_enable_crypto()
578 ZVAL_RESOURCE(zcert, in php_openssl_enable_crypto()
581 add_next_index_zval(arr, zcert); in php_openssl_enable_crypto()
H A Dopenssl.c1303 zval ** zcert; in PHP_FUNCTION() local
1348 zval ** zcert, *zout; in PHP_FUNCTION() local
1389 zval ** zcert, **zkey; in PHP_FUNCTION() local
1489 zval ** zcert; in PHP_FUNCTION() local
1702 zval ** zcert, * zcainfo = NULL; in PHP_FUNCTION() local
1936 zval **zcert = NULL, *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2083 zval *zout = NULL, *zextracerts, *zcert, *zpkey; in PHP_FUNCTION() local
2114 MAKE_STD_ZVAL(zcert); in PHP_FUNCTION()
2116 add_assoc_zval(zout, "cert", zcert); in PHP_FUNCTION()
2501 if (zcert) { in PHP_FUNCTION()
[all …]

Completed in 29 milliseconds