Lines Matching refs:free_cert

609 		zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name);
1569 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name) in php_openssl_x509_from_zval() argument
1572 *free_cert = 0; in php_openssl_x509_from_zval()
1577 *free_cert = 1; in php_openssl_x509_from_zval()
2599 bool free_cert; in STACK_OF() local
2606 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
2612 if (!free_cert) { in STACK_OF()
2625 cert = php_openssl_x509_from_zval(zcerts, &free_cert, arg_num, false, option_name); in STACK_OF()
2632 if (!free_cert) { in STACK_OF()
3617 bool free_cert = false, is_file = false; in php_openssl_pkey_from_zval() local
3707 free_cert = 1; in php_openssl_pkey_from_zval()
3760 if (free_cert) { in php_openssl_pkey_from_zval()
5135 bool free_cert; in PHP_FUNCTION() local
5137 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5143 if (!free_cert) { in PHP_FUNCTION()
5156 bool free_cert; in PHP_FUNCTION() local
5158 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION()
5164 if (!free_cert) { in PHP_FUNCTION()
5735 bool free_cert; in PHP_FUNCTION() local
5737 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5742 if (!free_cert) { in PHP_FUNCTION()
5755 bool free_cert; in PHP_FUNCTION() local
5757 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION()
5762 if (!free_cert) { in PHP_FUNCTION()