Searched refs:ap_strcasecmp_match (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_autoindex.c780 && !ap_strcasecmp_match(content_type,
788 if (!ap_strcasecmp_match(content_encoding,
912 if (!ap_strcasecmp_match(path, p->apply_path)
913 && !ap_strcasecmp_match(tt, ap)) {
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c200 AP_DECLARE(int) ap_strcasecmp_match(const char *str, const char *expected) function
213 if ((ret = ap_strcasecmp_match(&str[x++], &expected[y])) != 1)
H A Dvhost.c801 if (!ap_strcasecmp_match(host, name[i]))
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttpd.h1631 AP_DECLARE(int) ap_strcasecmp_match(const char *str, const char *expected);
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_kernel.c2077 if (!ap_strcasecmp_match(servername, name[i])) {

Completed in 210 milliseconds