ap_strstr_c 1849 include/httpd.h AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c); ap_strstr_c 357 modules/cache/cache_util.c ((warn_head != NULL) && (ap_strstr_c(warn_head, "110") == NULL))) { ap_strstr_c 375 modules/cache/cache_util.c ((warn_head != NULL) && (ap_strstr_c(warn_head, "113") == NULL))) { ap_strstr_c 247 modules/dav/fs/lock.c if (ap_strstr_c(char_token, "opaquelocktoken:") != char_token) { ap_strstr_c 265 modules/dav/lock/locks.c if (ap_strstr_c(char_token, "opaquelocktoken:") != char_token) { ap_strstr_c 857 modules/generators/mod_autoindex.c found = (ap_strstr_c(filename, tuple->pattern) != NULL); ap_strstr_c 297 modules/generators/mod_status.c if ((loc = ap_strstr_c(r->args, ap_strstr_c 130 modules/http/byterange_filter.c && ap_strstr_c(ua, "MSIE 3"))); ap_strstr_c 507 modules/loggers/mod_log_config.c if ((start_cookie = ap_strstr_c(cookies,a))) { ap_strstr_c 458 modules/proxy/mod_proxy.c start = ap_strstr_c(str, "${"); ap_strstr_c 157 modules/proxy/mod_proxy_balancer.c for (start_cookie = ap_strstr_c(cookies, name); start_cookie; ap_strstr_c 158 modules/proxy/mod_proxy_balancer.c start_cookie = ap_strstr_c(start_cookie + 1, name)) { ap_strstr_c 887 modules/proxy/proxy_util.c return host != NULL && ap_strstr_c(host, This->name) != NULL; ap_strstr_c 903 modules/proxy/proxy_util.c if ((npent[j].name && ap_strstr_c(uri_addr->hostname, npent[j].name)) ap_strstr_c 2328 server/core.c part = ap_strstr_c(arg, "://"); ap_strstr_c 87 server/util_debug.c #if defined(ap_strstr_c)