Lines Matching refs:free_cert

655 		zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name);
1517 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name) in php_openssl_x509_from_zval() argument
1520 *free_cert = 0; in php_openssl_x509_from_zval()
1525 *free_cert = 1; in php_openssl_x509_from_zval()
2551 bool free_cert; in STACK_OF() local
2558 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
2564 if (!free_cert) { in STACK_OF()
2577 cert = php_openssl_x509_from_zval(zcerts, &free_cert, arg_num, false, option_name); in STACK_OF()
2584 if (!free_cert) { in STACK_OF()
3606 bool free_cert = false, is_file = false; in php_openssl_pkey_from_zval() local
3699 free_cert = 1; in php_openssl_pkey_from_zval()
3757 if (free_cert) { in php_openssl_pkey_from_zval()
5787 bool free_cert; in PHP_FUNCTION() local
5789 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5795 if (!free_cert) { in PHP_FUNCTION()
5808 bool free_cert; in PHP_FUNCTION() local
5810 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION()
5816 if (!free_cert) { in PHP_FUNCTION()
6394 bool free_cert; in PHP_FUNCTION() local
6396 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
6401 if (!free_cert) { in PHP_FUNCTION()
6414 bool free_cert; in PHP_FUNCTION() local
6416 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION()
6421 if (!free_cert) { in PHP_FUNCTION()