Lines Matching refs:free_cert
601 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name);
1450 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name) in php_openssl_x509_from_zval() argument
1453 *free_cert = 0; in php_openssl_x509_from_zval()
1458 *free_cert = 1; in php_openssl_x509_from_zval()
2489 bool free_cert; in STACK_OF() local
2496 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
2502 if (!free_cert) { in STACK_OF()
2515 cert = php_openssl_x509_from_zval(zcerts, &free_cert, arg_num, false, option_name); in STACK_OF()
2522 if (!free_cert) { in STACK_OF()
3508 bool free_cert = false, is_file = false; in php_openssl_pkey_from_zval() local
3600 free_cert = 1; in php_openssl_pkey_from_zval()
3657 if (free_cert) { in php_openssl_pkey_from_zval()
5382 bool free_cert; in PHP_FUNCTION() local
5384 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5390 if (!free_cert) { in PHP_FUNCTION()
5403 bool free_cert; in PHP_FUNCTION() local
5405 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION()
5411 if (!free_cert) { in PHP_FUNCTION()
5989 bool free_cert; in PHP_FUNCTION() local
5991 cert = php_openssl_x509_from_zval(zcertval, &free_cert, 3, true, NULL); in PHP_FUNCTION()
5996 if (!free_cert) { in PHP_FUNCTION()
6009 bool free_cert; in PHP_FUNCTION() local
6011 cert = php_openssl_x509_from_zval(zrecipcerts, &free_cert, 3, false, NULL); in PHP_FUNCTION()
6016 if (!free_cert) { in PHP_FUNCTION()