Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dxp_ssl.c665 zval **val, *zcert; in php_openssl_enable_crypto() local
671 MAKE_STD_ZVAL(zcert); in php_openssl_enable_crypto()
672 ZVAL_RESOURCE(zcert, zend_list_insert(peer_cert, in php_openssl_enable_crypto()
676 zcert); in php_openssl_enable_crypto()
678 FREE_ZVAL(zcert); in php_openssl_enable_crypto()
699 MAKE_STD_ZVAL(zcert); in php_openssl_enable_crypto()
700 ZVAL_RESOURCE(zcert, in php_openssl_enable_crypto()
703 add_next_index_zval(arr, zcert); in php_openssl_enable_crypto()
H A Dopenssl.c1317 zval ** zcert; in PHP_FUNCTION() local
1362 zval ** zcert, *zout; in PHP_FUNCTION() local
1403 zval ** zcert, **zkey; in PHP_FUNCTION() local
1503 zval ** zcert; in PHP_FUNCTION() local
1717 zval ** zcert, * zcainfo = NULL; in PHP_FUNCTION() local
1951 zval **zcert = NULL, *zpkey = NULL, *args = NULL; in PHP_FUNCTION() local
2098 zval *zout = NULL, *zextracerts, *zcert, *zpkey; in PHP_FUNCTION() local
2129 MAKE_STD_ZVAL(zcert); in PHP_FUNCTION()
2131 add_assoc_zval(zout, "cert", zcert); in PHP_FUNCTION()
2516 if (zcert) { in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds