Home
last modified time | relevance | path

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

/PHP-8.1/ext/openssl/
H A Dopenssl.c5791 bool free_recipcert; in PHP_FUNCTION() local
5810 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
5852 if (cert && free_recipcert) { in PHP_FUNCTION()
6500 bool free_recipcert; in PHP_FUNCTION() local
6521 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
6578 if (cert && free_recipcert) { in PHP_FUNCTION()

Completed in 20 milliseconds