Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dopenssl.c5879 bool free_recipcert; in PHP_FUNCTION() local
5898 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
5940 if (cert && free_recipcert) { in PHP_FUNCTION()
6588 bool free_recipcert; in PHP_FUNCTION() local
6609 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
6666 if (cert && free_recipcert) { in PHP_FUNCTION()

Completed in 33 milliseconds