Lines Matching refs:option_name

538 		bool contains_file_protocol, bool is_from_array, const char *option_name)  in php_openssl_check_path_ex()  argument
571 const char *option_title = option_name ? option_name : "unknown"; in php_openssl_check_path_ex()
575 } else if (is_from_array && option_name != NULL) { in php_openssl_check_path_ex()
577 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
580 } else if (option_name != NULL) { in php_openssl_check_path_ex()
582 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
637 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name);
1432 zend_string *cert_str, uint32_t arg_num, bool is_from_array, const char *option_name) { in php_openssl_x509_from_str() argument
1438 …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()
1493 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name) in php_openssl_x509_from_zval() argument
1507 return php_openssl_x509_from_str(Z_STR_P(val), arg_num, is_from_array, option_name); in php_openssl_x509_from_zval()
2515 …_OF(X509) *php_array_to_X509_sk(zval * zcerts, uint32_t arg_num, const char *option_name) /* {{{ */ in STACK_OF()
2527 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
2546 cert = php_openssl_x509_from_zval(zcerts, &free_cert, arg_num, false, option_name); in STACK_OF()