Lines Matching refs:option_name

539 		bool contains_file_protocol, bool is_from_array, const char *option_name)  in php_openssl_check_path_ex()  argument
572 const char *option_title = option_name ? option_name : "unknown"; in php_openssl_check_path_ex()
576 } else if (is_from_array && option_name != NULL) { in php_openssl_check_path_ex()
578 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
581 } else if (option_name != NULL) { in php_openssl_check_path_ex()
583 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
638 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name);
1433 zend_string *cert_str, uint32_t arg_num, bool is_from_array, const char *option_name) { in php_openssl_x509_from_str() argument
1439 …if (!php_openssl_check_path_str_ex(cert_str, cert_path, arg_num, true, is_from_array, option_name)… in php_openssl_x509_from_str()
1494 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name) in php_openssl_x509_from_zval() argument
1508 return php_openssl_x509_from_str(Z_STR_P(val), arg_num, is_from_array, option_name); in php_openssl_x509_from_zval()
2516 …_OF(X509) *php_array_to_X509_sk(zval * zcerts, uint32_t arg_num, const char *option_name) /* {{{ */ in STACK_OF()
2528 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
2547 cert = php_openssl_x509_from_zval(zcerts, &free_cert, arg_num, false, option_name); in STACK_OF()