Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dopenssl.c5453 bool free_recipcert; in PHP_FUNCTION() local
5472 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
5514 if (cert && free_recipcert) { in PHP_FUNCTION()
6155 bool free_recipcert; in PHP_FUNCTION() local
6176 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
6233 if (cert && free_recipcert) { in PHP_FUNCTION()

Completed in 22 milliseconds