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.c5892 bool free_recipcert; in PHP_FUNCTION() local
5911 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
5953 if (cert && free_recipcert) { in PHP_FUNCTION()
6601 bool free_recipcert; in PHP_FUNCTION() local
6622 cert = php_openssl_x509_from_zval(recipcert, &free_recipcert, 3, false, NULL); in PHP_FUNCTION()
6679 if (cert && free_recipcert) { in PHP_FUNCTION()

Completed in 19 milliseconds