strcasecmp 146 modules/aaa/mod_auth_basic.c if (strcasecmp(ap_getword(r->pool, &auth_line, ' '), "Basic")) {
strcasecmp 187 modules/aaa/mod_auth_basic.c if (!current_auth || strcasecmp(current_auth, "Basic")) {
strcasecmp 494 modules/aaa/mod_auth_digest.c if (!strcasecmp(op, "none")) {
strcasecmp 503 modules/aaa/mod_auth_digest.c if (!strcasecmp(op, "auth-int")) {
strcasecmp 508 modules/aaa/mod_auth_digest.c else if (strcasecmp(op, "auth")) {
strcasecmp 562 modules/aaa/mod_auth_digest.c if (!strcasecmp(alg, "MD5-sess")) {
strcasecmp 571 modules/aaa/mod_auth_digest.c else if (strcasecmp(alg, "MD5")) {
strcasecmp 868 modules/aaa/mod_auth_digest.c if (strcasecmp(resp->scheme, "Digest")) {
strcasecmp 932 modules/aaa/mod_auth_digest.c if (!strcasecmp(key, "username"))
strcasecmp 934 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "realm"))
strcasecmp 936 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "nonce"))
strcasecmp 938 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "uri"))
strcasecmp 940 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "response"))
strcasecmp 942 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "algorithm"))
strcasecmp 944 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "cnonce"))
strcasecmp 946 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "opaque"))
strcasecmp 948 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "qop"))
strcasecmp 950 modules/aaa/mod_auth_digest.c else if (!strcasecmp(key, "nc"))
strcasecmp 1220 modules/aaa/mod_auth_digest.c else if (!strcasecmp(conf->qop_list[0], "none")) {
strcasecmp 1236 modules/aaa/mod_auth_digest.c || !strcasecmp(conf->algorithm, "MD5-sess"))
strcasecmp 1281 modules/aaa/mod_auth_digest.c if (!strcasecmp(conf->algorithm, "MD5-sess")) {
strcasecmp 1497 modules/aaa/mod_auth_digest.c if (resp->algorithm && !strcasecmp(resp->algorithm, "MD5-sess")) {
strcasecmp 1507 modules/aaa/mod_auth_digest.c if (resp->message_qop && !strcasecmp(resp->message_qop, "auth-int")) {
strcasecmp 1594 modules/aaa/mod_auth_digest.c if (!(t = ap_auth_type(r)) || strcasecmp(t, "Digest")) {
strcasecmp 1711 modules/aaa/mod_auth_digest.c && strcasecmp(d_uri.hostname, r_uri.hostname))
strcasecmp 1754 modules/aaa/mod_auth_digest.c && strcasecmp(resp->algorithm, "MD5")
strcasecmp 1755 modules/aaa/mod_auth_digest.c && strcasecmp(resp->algorithm, "MD5-sess")) {
strcasecmp 1805 modules/aaa/mod_auth_digest.c if (!strcasecmp(conf->qop_list[idx], resp->message_qop)) {
strcasecmp 1813 modules/aaa/mod_auth_digest.c && !strcasecmp(resp->message_qop, "auth"))) {
strcasecmp 1946 modules/aaa/mod_auth_digest.c if (conf->qop_list[0] && !strcasecmp(conf->qop_list[0], "none")
strcasecmp 1961 modules/aaa/mod_auth_digest.c if (resp->algorithm && !strcasecmp(resp->algorithm, "MD5-sess")) {
strcasecmp 1974 modules/aaa/mod_auth_digest.c if (resp->message_qop && !strcasecmp(resp->message_qop, "auth-int")) {
strcasecmp 165 modules/aaa/mod_authn_alias.c if (strcasecmp(provider_name, provider_alias) == 0) {
strcasecmp 161 modules/aaa/mod_authn_anon.c if (!strcasecmp(user, p->user)) {
strcasecmp 67 modules/aaa/mod_authn_default.c if (!strcasecmp(type, "Basic")) {
strcasecmp 950 modules/aaa/mod_authnz_ldap.c if (0 == strcasecmp("NONE", mode)) {
strcasecmp 953 modules/aaa/mod_authnz_ldap.c else if (0 == strcasecmp("SSL", mode)) {
strcasecmp 956 modules/aaa/mod_authnz_ldap.c else if (0 == strcasecmp("TLS", mode) || 0 == strcasecmp("STARTTLS", mode)) {
strcasecmp 990 modules/aaa/mod_authnz_ldap.c if (strcmp(arg, "never") == 0 || strcasecmp(arg, "off") == 0) {
strcasecmp 999 modules/aaa/mod_authnz_ldap.c else if (strcmp(arg, "always") == 0 || strcasecmp(arg, "on") == 0) {
strcasecmp 170 modules/aaa/mod_authz_dbm.c if (!strcasecmp(w, "file-group")) {
strcasecmp 182 modules/aaa/mod_authz_dbm.c if (!strcasecmp(w, "group") || filegroup) {
strcasecmp 193 modules/aaa/mod_authz_groupfile.c if (!strcasecmp(w, "file-group")) {
strcasecmp 205 modules/aaa/mod_authz_groupfile.c if (!strcasecmp(w, "group") || filegroup) {
strcasecmp 93 modules/aaa/mod_authz_host.c if (!strcasecmp(arg, "allow,deny"))
strcasecmp 95 modules/aaa/mod_authz_host.c else if (!strcasecmp(arg, "deny,allow"))
strcasecmp 97 modules/aaa/mod_authz_host.c else if (!strcasecmp(arg, "mutual-failure"))
strcasecmp 119 modules/aaa/mod_authz_host.c if (strcasecmp(from, "from"))
strcasecmp 131 modules/aaa/mod_authz_host.c else if (!strcasecmp(where, "all")) {
strcasecmp 181 modules/aaa/mod_authz_host.c if (strcasecmp(domain, &what[wl - dl]) != 0) {
strcasecmp 80 modules/aaa/mod_authz_user.c if (!strcasecmp(w, "valid-user")) {
strcasecmp 83 modules/aaa/mod_authz_user.c if (!strcasecmp(w, "user")) {
strcasecmp 80 modules/arch/netware/mod_nw_ssl.c #define strcEQ(s1,s2) (strcasecmp(s1,s2) == 0)
strcasecmp 81 modules/arch/netware/mod_nw_ssl.c #define strcNE(s1,s2) (strcasecmp(s1,s2) != 0)
strcasecmp 83 modules/arch/win32/mod_win32.c if (!strcasecmp(arg, "registry")) {
strcasecmp 86 modules/arch/win32/mod_win32.c else if (!strcasecmp(arg, "registry-strict")) {
strcasecmp 89 modules/arch/win32/mod_win32.c else if (!strcasecmp(arg, "script")) {
strcasecmp 414 modules/arch/win32/mod_win32.c if (ext && (!strcasecmp(ext,".exe") || !strcasecmp(ext,".com")
strcasecmp 415 modules/arch/win32/mod_win32.c || !strcasecmp(ext,".bat") || !strcasecmp(ext,".cmd"))) {
strcasecmp 37 modules/cache/cache_util.c else if (strcasecmp(filter.hostname, url.hostname)) {
strcasecmp 47 modules/cache/cache_util.c else if (strcasecmp(filter.scheme, url.scheme)) {
strcasecmp 916 modules/cache/mod_mem_cache.c if (strcasecmp("LRU", arg)) {
strcasecmp 920 modules/cache/mod_mem_cache.c if (strcasecmp("GDSF", arg)) {
strcasecmp 186 modules/dav/main/mod_dav.c else if (strcasecmp(child->provider_name,
strcasecmp 247 modules/dav/main/mod_dav.c if (strcasecmp(arg1, "on") == 0) {
strcasecmp 250 modules/dav/main/mod_dav.c else if (strcasecmp(arg1, "off") == 0) {
strcasecmp 659 modules/dav/main/mod_dav.c if (strcasecmp(depth, "infinity") == 0) {
strcasecmp 2393 modules/dav/main/mod_dav.c if (strcasecmp(tenc, "chunked")) {
strcasecmp 219 modules/dav/main/util.c if (strcasecmp(comp.scheme, scheme) != 0
strcasecmp 227 modules/debug/mod_dumpio.c if (!strcasecmp(str, "emerg")) {
strcasecmp 230 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "alert")) {
strcasecmp 233 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "crit")) {
strcasecmp 236 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "error")) {
strcasecmp 239 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "warn")) {
strcasecmp 242 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "notice")) {
strcasecmp 245 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "info")) {
strcasecmp 248 modules/debug/mod_dumpio.c else if (!strcasecmp(str, "debug")) {
strcasecmp 177 modules/filters/mod_charset_lite.c if (!strcasecmp(flag, "ImplicitAdd")) {
strcasecmp 180 modules/filters/mod_charset_lite.c else if (!strcasecmp(flag, "NoImplicitAdd")) {
strcasecmp 183 modules/filters/mod_charset_lite.c if (!strcasecmp(flag, "TranslateAllMimeTypes")) {
strcasecmp 186 modules/filters/mod_charset_lite.c else if (!strcasecmp(flag, "NoTranslateAllMimeTypes")) {
strcasecmp 255 modules/filters/mod_charset_lite.c if (!strcasecmp(dc->charset_source, dc->charset_default)) {
strcasecmp 308 modules/filters/mod_charset_lite.c if (!strcasecmp(filter_name, filter->frec->name)) {
strcasecmp 556 modules/filters/mod_charset_lite.c int output = !strcasecmp(f->frec->name, XLATEOUT_FILTER_NAME);
strcasecmp 567 modules/filters/mod_charset_lite.c if (!strcasecmp(curf->frec->name, f->frec->name) &&
strcasecmp 109 modules/filters/mod_deflate.c if (!strcasecmp(encoding, "gzip")
strcasecmp 110 modules/filters/mod_deflate.c || !strcasecmp(encoding, "x-gzip")) {
strcasecmp 128 modules/filters/mod_deflate.c if (!strcasecmp(new_encoding, "gzip")
strcasecmp 129 modules/filters/mod_deflate.c || !strcasecmp(new_encoding, "x-gzip")) {
strcasecmp 141 modules/filters/mod_deflate.c if (!strcasecmp(ptr, "gzip")
strcasecmp 142 modules/filters/mod_deflate.c || !strcasecmp(ptr, "x-gzip")) {
strcasecmp 152 modules/filters/mod_deflate.c else if (!ptr[0] || !strcasecmp(ptr, "identity")) {
strcasecmp 237 modules/filters/mod_deflate.c else if (!strcasecmp(arg1, "ratio")) {
strcasecmp 240 modules/filters/mod_deflate.c else if (!strcasecmp(arg1, "input")) {
strcasecmp 243 modules/filters/mod_deflate.c else if (!strcasecmp(arg1, "output")) {
strcasecmp 516 modules/filters/mod_deflate.c while (token && token[0] && strcasecmp(token, "gzip")) {
strcasecmp 581 modules/filters/mod_deflate.c if (!encoding || !strcasecmp(encoding, "identity")) {
strcasecmp 139 modules/filters/mod_ext_filter.c else if (!strcasecmp(arg, "LogStderr")) {
strcasecmp 142 modules/filters/mod_ext_filter.c else if (!strcasecmp(arg, "NoLogStderr")) {
strcasecmp 248 modules/filters/mod_ext_filter.c if (!strcasecmp(token, "preservescontentlength")) {
strcasecmp 262 modules/filters/mod_ext_filter.c if (!strcasecmp(token, "output")) {
strcasecmp 265 modules/filters/mod_ext_filter.c else if (!strcasecmp(token, "input")) {
strcasecmp 592 modules/filters/mod_ext_filter.c if (strcasecmp(ctx->filter->intype, ctype)) {
strcasecmp 214 modules/filters/mod_filter.c if (strcasecmp(str, provider->match.string)) {
strcasecmp 423 modules/filters/mod_filter.c if (!strcasecmp(provider->frec->name, pname)) {
strcasecmp 436 modules/filters/mod_filter.c if (!strcasecmp(arg, "change=yes")) {
strcasecmp 439 modules/filters/mod_filter.c else if (!strcasecmp(arg, "change=1:1")) {
strcasecmp 442 modules/filters/mod_filter.c else if (!strcasecmp(arg, "byteranges=no")) {
strcasecmp 445 modules/filters/mod_filter.c else if (!strcasecmp(arg, "proxy=no")) {
strcasecmp 448 modules/filters/mod_filter.c else if (!strcasecmp(arg, "proxy=transform")) {
strcasecmp 451 modules/filters/mod_filter.c else if (!strcasecmp(arg, "cache=no")) {
strcasecmp 483 modules/filters/mod_filter.c if (!strcasecmp(place, "CONTENT_SET")) {
strcasecmp 486 modules/filters/mod_filter.c else if (!strcasecmp(place, "PROTOCOL")) {
strcasecmp 489 modules/filters/mod_filter.c else if (!strcasecmp(place, "CONNECTION")) {
strcasecmp 492 modules/filters/mod_filter.c else if (!strcasecmp(place, "NETWORK")) {
strcasecmp 636 modules/filters/mod_filter.c if (!strcasecmp(condition, "handler")) {
strcasecmp 647 modules/filters/mod_filter.c && !strcasecmp(str, "content-type")) {
strcasecmp 683 modules/filters/mod_filter.c if (strcasecmp(cfg->chain->fname, arg+1)) {
strcasecmp 685 modules/filters/mod_filter.c if (!strcasecmp(p->next->fname, arg+1)) {
strcasecmp 614 modules/filters/mod_include.c if (!strcasecmp(var, "DATE_LOCAL")) {
strcasecmp 620 modules/filters/mod_include.c else if (!strcasecmp(var, "DATE_GMT")) {
strcasecmp 626 modules/filters/mod_include.c else if (!strcasecmp(var, "LAST_MODIFIED")) {
strcasecmp 632 modules/filters/mod_include.c else if (!strcasecmp(var, "USER_NAME")) {
strcasecmp 1831 modules/filters/mod_include.c if (!strcasecmp(tag_val, "none")) {
strcasecmp 1834 modules/filters/mod_include.c else if (!strcasecmp(tag_val, "url")) {
strcasecmp 1837 modules/filters/mod_include.c else if (!strcasecmp(tag_val, "entity")) {
strcasecmp 3732 modules/filters/mod_include.c if (!strcasecmp(arg, "off")) {
strcasecmp 3735 modules/filters/mod_include.c else if (!strcasecmp(arg, "on")) {
strcasecmp 3738 modules/filters/mod_include.c else if (!strcasecmp(arg, "full")) {
strcasecmp 350 modules/generators/mod_autoindex.c if (!strcasecmp(w, "FancyIndexing")) {
strcasecmp 353 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "FoldersFirst")) {
strcasecmp 356 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "HTMLTable")) {
strcasecmp 359 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "IconsAreLinks")) {
strcasecmp 362 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "IgnoreCase")) {
strcasecmp 365 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "IgnoreClient")) {
strcasecmp 368 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "ScanHTMLTitles")) {
strcasecmp 371 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressColumnSorting")) {
strcasecmp 374 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressDescription")) {
strcasecmp 377 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressHTMLPreamble")) {
strcasecmp 380 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressIcon")) {
strcasecmp 383 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressLastModified")) {
strcasecmp 386 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressSize")) {
strcasecmp 389 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "SuppressRules")) {
strcasecmp 392 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "TrackModified")) {
strcasecmp 395 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "VersionSort")) {
strcasecmp 398 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "XHTML")) {
strcasecmp 401 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "ShowForbidden")) {
strcasecmp 404 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "None")) {
strcasecmp 412 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "IconWidth")) {
strcasecmp 426 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "IconHeight")) {
strcasecmp 440 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "NameWidth")) {
strcasecmp 465 modules/generators/mod_autoindex.c else if (!strcasecmp(w, "DescriptionWidth")) {
strcasecmp 527 modules/generators/mod_autoindex.c if (!strcasecmp(direction, "Ascending")) {
strcasecmp 530 modules/generators/mod_autoindex.c else if (!strcasecmp(direction, "Descending")) {
strcasecmp 537 modules/generators/mod_autoindex.c if (!strcasecmp(key, "Name")) {
strcasecmp 540 modules/generators/mod_autoindex.c else if (!strcasecmp(key, "Date")) {
strcasecmp 543 modules/generators/mod_autoindex.c else if (!strcasecmp(key, "Size")) {
strcasecmp 546 modules/generators/mod_autoindex.c else if (!strcasecmp(key, "Description")) {
strcasecmp 1031 modules/generators/mod_autoindex.c if (!strcasecmp(ap_field_noparam(r->pool, rr->content_type),
strcasecmp 1142 modules/generators/mod_autoindex.c if (!strcasecmp(ap_field_noparam(r->pool, rr->content_type),
strcasecmp 1193 modules/generators/mod_autoindex.c && (!strcasecmp(ap_field_noparam(r->pool, r->content_type),
strcasecmp 1963 modules/generators/mod_autoindex.c result = strcasecmp (c1->name, c2->name);
strcasecmp 77 modules/generators/mod_cgi.c return t && (!strcasecmp(t, "cgi-script"));
strcasecmp 126 modules/generators/mod_cgid.c return t && (!strcasecmp(t, "cgi-script"));
strcasecmp 170 modules/generators/mod_info.c if (strcasecmp(cmd->name, dir->directive) == 0)
strcasecmp 550 modules/generators/mod_info.c if (r->args && strcasecmp(r->args, "hooks") == 0) {
strcasecmp 618 modules/generators/mod_info.c if (!r->args || strcasecmp(r->args, "list")) {
strcasecmp 645 modules/generators/mod_info.c if (!r->args || !strcasecmp(r->args, "server")) {
strcasecmp 649 modules/generators/mod_info.c if (!r->args || !strcasecmp(r->args, "hooks")) {
strcasecmp 653 modules/generators/mod_info.c if (r->args && 0 == strcasecmp(r->args, "config")) {
strcasecmp 660 modules/generators/mod_info.c if (!r->args || !strcasecmp(modp->name, r->args)) {
strcasecmp 758 modules/generators/mod_info.c if (!modp && r->args && strcasecmp(r->args, "server")) {
strcasecmp 196 modules/http/byterange_filter.c if (strcasecmp(orig_ct, NO_CONTENT_TYPE)) {
strcasecmp 70 modules/http/http_core.c if (!strcasecmp(arg, "off") || !strcmp(arg, "0")) {
strcasecmp 254 modules/http/http_filters.c if (!strcasecmp(tenc, "chunked")) {
strcasecmp 707 modules/http/http_filters.c if (*strpp && strcasecmp(*strpp, start) == 0) {
strcasecmp 1193 modules/http/http_filters.c if (strcasecmp(ctype, NO_CONTENT_TYPE)) {
strcasecmp 1210 modules/http/http_filters.c if (!strcasecmp(token, languages[i]))
strcasecmp 1441 modules/http/http_filters.c if (strcasecmp(tenc, "chunked")) {
strcasecmp 316 modules/http/mod_mime.c if (strcasecmp(include, "Any") == 0) {
strcasecmp 323 modules/http/mod_mime.c else if (strcasecmp(include, "NegotiatedOnly") == 0) {
strcasecmp 330 modules/http/mod_mime.c else if (strcasecmp(include, "Filters") == 0) {
strcasecmp 337 modules/http/mod_mime.c else if (strcasecmp(include, "Handlers") == 0) {
strcasecmp 1484 modules/ldap/util_ldap.c if (0 == strcasecmp("CA_DER", type)) {
strcasecmp 1489 modules/ldap/util_ldap.c else if (0 == strcasecmp("CA_BASE64", type)) {
strcasecmp 1494 modules/ldap/util_ldap.c else if (0 == strcasecmp("CA_CERT7_DB", type)) {
strcasecmp 1499 modules/ldap/util_ldap.c else if (0 == strcasecmp("CA_SECMOD", type)) {
strcasecmp 1504 modules/ldap/util_ldap.c else if (0 == strcasecmp("CERT_DER", type)) {
strcasecmp 1509 modules/ldap/util_ldap.c else if (0 == strcasecmp("CERT_BASE64", type)) {
strcasecmp 1514 modules/ldap/util_ldap.c else if (0 == strcasecmp("CERT_PFX", type)) {
strcasecmp 1519 modules/ldap/util_ldap.c else if (0 == strcasecmp("CERT_KEY3_DB", type)) {
strcasecmp 1524 modules/ldap/util_ldap.c else if (0 == strcasecmp("CERT_NICKNAME", type)) {
strcasecmp 1529 modules/ldap/util_ldap.c else if (0 == strcasecmp("KEY_DER", type)) {
strcasecmp 1534 modules/ldap/util_ldap.c else if (0 == strcasecmp("KEY_BASE64", type)) {
strcasecmp 1539 modules/ldap/util_ldap.c else if (0 == strcasecmp("KEY_PFX", type)) {
strcasecmp 1728 modules/ldap/util_ldap.c if (0 == strcasecmp("NONE", mode)) {
strcasecmp 1731 modules/ldap/util_ldap.c else if (0 == strcasecmp("SSL", mode)) {
strcasecmp 1734 modules/ldap/util_ldap.c else if ( (0 == strcasecmp("TLS", mode))
strcasecmp 1735 modules/ldap/util_ldap.c || (0 == strcasecmp("STARTTLS", mode))) {
strcasecmp 435 modules/loggers/mod_log_config.c if (!strcasecmp(t_elt->key, key)) {
strcasecmp 479 modules/loggers/mod_log_config.c if (!strcasecmp(a, "Content-type") && r->content_type) {
strcasecmp 482 modules/loggers/mod_log_config.c else if (!strcasecmp(a, "Set-Cookie")) {
strcasecmp 640 modules/loggers/mod_log_config.c if (*a == '\0' || !strcasecmp(a, "canonical")) {
strcasecmp 643 modules/loggers/mod_log_config.c else if (!strcasecmp(a, "remote")) {
strcasecmp 646 modules/loggers/mod_log_config.c else if (!strcasecmp(a, "local")) {
strcasecmp 98 modules/mappers/mod_actions.c if (option && strcasecmp(option, "virtual")) {
strcasecmp 183 modules/mappers/mod_alias.c if (!strcasecmp(arg1, "gone"))
strcasecmp 185 modules/mappers/mod_alias.c else if (!strcasecmp(arg1, "permanent"))
strcasecmp 187 modules/mappers/mod_alias.c else if (!strcasecmp(arg1, "temp"))
strcasecmp 189 modules/mappers/mod_alias.c else if (!strcasecmp(arg1, "seeother"))
strcasecmp 333 modules/mappers/mod_imagemap.c if (!strcasecmp(value, "map") || !strcasecmp(value, "menu")) {
strcasecmp 337 modules/mappers/mod_imagemap.c if (!strcasecmp(value, "nocontent") || !strcasecmp(value, "error")) {
strcasecmp 342 modules/mappers/mod_imagemap.c if (!strcasecmp(value, "referer")) {
strcasecmp 464 modules/mappers/mod_imagemap.c if (!strcasecmp(redirect, "error")) {
strcasecmp 468 modules/mappers/mod_imagemap.c if (!strcasecmp(redirect, "nocontent")) {
strcasecmp 488 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "formatted")) {
strcasecmp 499 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "formatted")) {
strcasecmp 502 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "semiformatted")) {
strcasecmp 505 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "unformatted")) {
strcasecmp 513 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "formatted")) {
strcasecmp 516 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "semiformatted") && *comment) {
strcasecmp 519 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "unformatted") && *comment) {
strcasecmp 528 modules/mappers/mod_imagemap.c if (!strcasecmp(href, "error") || !strcasecmp(href, "nocontent")) {
strcasecmp 532 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "formatted")) {
strcasecmp 536 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "semiformatted")) {
strcasecmp 540 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "unformatted")) {
strcasecmp 548 modules/mappers/mod_imagemap.c if (!strcasecmp(href, "error") || !strcasecmp(href, "nocontent")) {
strcasecmp 552 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "formatted")) {
strcasecmp 556 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "semiformatted")) {
strcasecmp 560 modules/mappers/mod_imagemap.c if (!strcasecmp(menu, "unformatted")) {
strcasecmp 709 modules/mappers/mod_imagemap.c if (!strcasecmp(directive, "default")) { /* default */
strcasecmp 772 modules/mappers/mod_imagemap.c if (!strcasecmp(directive, "poly")) { /* poly */
strcasecmp 785 modules/mappers/mod_imagemap.c if (!strcasecmp(directive, "circle")) { /* circle */
strcasecmp 798 modules/mappers/mod_imagemap.c if (!strcasecmp(directive, "rect")) { /* rect */
strcasecmp 811 modules/mappers/mod_imagemap.c if (!strcasecmp(directive, "point")) { /* point */
strcasecmp 114 modules/mappers/mod_negotiation.c if (!strcasecmp(w, "None")) {
strcasecmp 120 modules/mappers/mod_negotiation.c else if (!strcasecmp(w, "Prefer")) {
strcasecmp 127 modules/mappers/mod_negotiation.c else if (!strcasecmp(w, "Fallback")) {
strcasecmp 1215 modules/mappers/mod_negotiation.c if (strcasecmp(segstart, *cur_except) == 0) {
strcasecmp 1475 modules/mappers/mod_rewrite.c if (i == 4 && !strcasecmp(buf, "NULL")) {
strcasecmp 2764 modules/mappers/mod_rewrite.c if (!strcasecmp(w, "inherit")) {
strcasecmp 3060 modules/mappers/mod_rewrite.c if ( strcasecmp(key, "nocase") == 0
strcasecmp 3061 modules/mappers/mod_rewrite.c || strcasecmp(key, "NC") == 0 ) {
strcasecmp 3064 modules/mappers/mod_rewrite.c else if ( strcasecmp(key, "ornext") == 0
strcasecmp 3065 modules/mappers/mod_rewrite.c || strcasecmp(key, "OR") == 0 ) {
strcasecmp 3068 modules/mappers/mod_rewrite.c else if ( strcasecmp(key, "novary") == 0
strcasecmp 3069 modules/mappers/mod_rewrite.c || strcasecmp(key, "NV") == 0 ) {
strcasecmp 3194 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "ackrefescaping")) {
strcasecmp 3203 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "hain")) { /* chain */
strcasecmp 3207 modules/mappers/mod_rewrite.c || !strcasecmp(key, "ookie")) { /* cookie */
strcasecmp 3231 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "nv")) { /* env */
strcasecmp 3255 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "orbidden")) { /* forbidden */
strcasecmp 3266 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "one")) { /* gone */
strcasecmp 3277 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "andler")) { /* handler */
strcasecmp 3287 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "ast")) { /* last */
strcasecmp 3298 modules/mappers/mod_rewrite.c || !strcasecmp(key, "oescape")) { /* noescape */
strcasecmp 3301 modules/mappers/mod_rewrite.c else if (!*key || !strcasecmp(key, "ext")) { /* next */
strcasecmp 3305 modules/mappers/mod_rewrite.c || !strcasecmp(key, "osubreq")) { /* nosubreq */
strcasecmp 3309 modules/mappers/mod_rewrite.c || !strcasecmp(key, "ocase")) { /* nocase */
strcasecmp 3319 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "roxy")) { /* proxy */
strcasecmp 3323 modules/mappers/mod_rewrite.c || !strcasecmp(key, "assthrough")) { /* passthrough */
strcasecmp 3333 modules/mappers/mod_rewrite.c if ( !strcasecmp(key, "SA")
strcasecmp 3334 modules/mappers/mod_rewrite.c || !strcasecmp(key, "sappend")) { /* qsappend */
strcasecmp 3344 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "edirect")) { /* redirect */
strcasecmp 3349 modules/mappers/mod_rewrite.c if (strcasecmp(val, "permanent") == 0) {
strcasecmp 3352 modules/mappers/mod_rewrite.c else if (strcasecmp(val, "temp") == 0) {
strcasecmp 3355 modules/mappers/mod_rewrite.c else if (strcasecmp(val, "seeother") == 0) {
strcasecmp 3385 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "kip")) { /* skip */
strcasecmp 3395 modules/mappers/mod_rewrite.c if (!*key || !strcasecmp(key, "ype")) { /* type */
strcasecmp 3620 modules/mappers/mod_rewrite.c rc = !strcasecmp(input, p->pattern);
strcasecmp 171 modules/mappers/mod_speling.c && strcasecmp(s + 2, t + 2) == 0) {
strcasecmp 174 modules/mappers/mod_speling.c if (strcasecmp(s + 1, t + 1) == 0) {
strcasecmp 178 modules/mappers/mod_speling.c if (strcasecmp(s + 1, t) == 0) {
strcasecmp 182 modules/mappers/mod_speling.c if (*t && strcasecmp(s, t + 1) == 0) {
strcasecmp 293 modules/mappers/mod_speling.c else if (strcasecmp(bad, dirent.name) == 0) {
strcasecmp 134 modules/mappers/mod_userdir.c if ((!strcasecmp(kw, "disable")) || (!strcasecmp(kw, "disabled"))) {
strcasecmp 145 modules/mappers/mod_userdir.c else if ((!strcasecmp(kw, "enable")) || (!strcasecmp(kw, "enabled"))) {
strcasecmp 155 modules/mappers/mod_vhost_alias.c if (strcasecmp(map, "none")) {
strcasecmp 243 modules/metadata/mod_cern_meta.c if (!strcasecmp(w, "Content-type")) {
strcasecmp 255 modules/metadata/mod_cern_meta.c else if (!strcasecmp(w, "Status")) {
strcasecmp 395 modules/metadata/mod_headers.c if (!strcasecmp(action, "set"))
strcasecmp 397 modules/metadata/mod_headers.c else if (!strcasecmp(action, "add"))
strcasecmp 399 modules/metadata/mod_headers.c else if (!strcasecmp(action, "append"))
strcasecmp 401 modules/metadata/mod_headers.c else if (!strcasecmp(action, "merge"))
strcasecmp 403 modules/metadata/mod_headers.c else if (!strcasecmp(action, "unset"))
strcasecmp 405 modules/metadata/mod_headers.c else if (!strcasecmp(action, "echo"))
strcasecmp 407 modules/metadata/mod_headers.c else if (!strcasecmp(action, "edit"))
strcasecmp 465 modules/metadata/mod_headers.c if (strcasecmp(envclause, "early") == 0) {
strcasecmp 503 modules/metadata/mod_headers.c if (!strcasecmp(action, "always")) {
strcasecmp 507 modules/metadata/mod_headers.c else if (!strcasecmp(action, "onsuccess")) {
strcasecmp 289 modules/metadata/mod_setenvif.c if (!strcasecmp(new->name, fname)) {
strcasecmp 330 modules/metadata/mod_setenvif.c if (!strcasecmp(fname, "remote_addr")) {
strcasecmp 333 modules/metadata/mod_setenvif.c else if (!strcasecmp(fname, "remote_host")) {
strcasecmp 336 modules/metadata/mod_setenvif.c else if (!strcasecmp(fname, "request_uri")) {
strcasecmp 339 modules/metadata/mod_setenvif.c else if (!strcasecmp(fname, "request_method")) {
strcasecmp 342 modules/metadata/mod_setenvif.c else if (!strcasecmp(fname, "request_protocol")) {
strcasecmp 345 modules/metadata/mod_setenvif.c else if (!strcasecmp(fname, "server_addr")) {
strcasecmp 407 modules/metadata/mod_usertrack.c if (strcasecmp(name, "Netscape") == 0) {
strcasecmp 410 modules/metadata/mod_usertrack.c else if ((strcasecmp(name, "Cookie") == 0)
strcasecmp 411 modules/metadata/mod_usertrack.c || (strcasecmp(name, "RFC2109") == 0)) {
strcasecmp 414 modules/metadata/mod_usertrack.c else if ((strcasecmp(name, "Cookie2") == 0)
strcasecmp 415 modules/metadata/mod_usertrack.c || (strcasecmp(name, "RFC2965") == 0)) {
strcasecmp 548 modules/proxy/ajp_header.c if (!strcasecmp(stringname, "Set-Cookie")) {
strcasecmp 553 modules/proxy/ajp_header.c else if (!strcasecmp(stringname, "Location")
strcasecmp 554 modules/proxy/ajp_header.c || !strcasecmp(stringname, "Content-Location")
strcasecmp 555 modules/proxy/ajp_header.c || !strcasecmp(stringname, "URI")
strcasecmp 556 modules/proxy/ajp_header.c || !strcasecmp(stringname, "Destination"))
strcasecmp 571 modules/proxy/ajp_header.c if (strcasecmp(stringname, "Content-Type") == 0) {
strcasecmp 74 modules/proxy/mod_proxy.c if (!strcasecmp(key, "loadfactor")) {
strcasecmp 82 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "retry")) {
strcasecmp 93 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "ttl")) {
strcasecmp 102 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "min")) {
strcasecmp 110 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "max")) {
strcasecmp 119 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "smax")) {
strcasecmp 128 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "acquire")) {
strcasecmp 139 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "timeout")) {
strcasecmp 149 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "iobuffersize")) {
strcasecmp 154 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "receivebuffersize")) {
strcasecmp 162 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "keepalive")) {
strcasecmp 163 modules/proxy/mod_proxy.c if (!strcasecmp(val, "on"))
strcasecmp 165 modules/proxy/mod_proxy.c else if (!strcasecmp(val, "off"))
strcasecmp 171 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "disablereuse")) {
strcasecmp 172 modules/proxy/mod_proxy.c if (!strcasecmp(val, "on"))
strcasecmp 174 modules/proxy/mod_proxy.c else if (!strcasecmp(val, "off"))
strcasecmp 180 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "route")) {
strcasecmp 187 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "redirect")) {
strcasecmp 194 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "status")) {
strcasecmp 243 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "flushpackets")) {
strcasecmp 244 modules/proxy/mod_proxy.c if (!strcasecmp(val, "on"))
strcasecmp 246 modules/proxy/mod_proxy.c else if (!strcasecmp(val, "off"))
strcasecmp 248 modules/proxy/mod_proxy.c else if (!strcasecmp(val, "auto"))
strcasecmp 253 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "flushwait")) {
strcasecmp 263 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "lbset")) {
strcasecmp 269 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "ping")) {
strcasecmp 292 modules/proxy/mod_proxy.c if (!strcasecmp(key, "stickysession")) {
strcasecmp 299 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "nofailover")) {
strcasecmp 304 modules/proxy/mod_proxy.c if (!strcasecmp(val, "on"))
strcasecmp 306 modules/proxy/mod_proxy.c else if (!strcasecmp(val, "off"))
strcasecmp 311 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "timeout")) {
strcasecmp 322 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "maxattempts")) {
strcasecmp 332 modules/proxy/mod_proxy.c else if (!strcasecmp(key, "lbmethod")) {
strcasecmp 422 modules/proxy/mod_proxy.c && !strcasecmp(r->parsed_uri.scheme, ap_http_scheme(r))
strcasecmp 727 modules/proxy/mod_proxy.c || strcasecmp(r->parsed_uri.hostname, "localhost") == 0)
strcasecmp 908 modules/proxy/mod_proxy.c (p2 == NULL && strcasecmp(scheme, ents[i].scheme) == 0) ||
strcasecmp 1260 modules/proxy/mod_proxy.c else if (!strcasecmp(word,"nocanon")) {
strcasecmp 1263 modules/proxy/mod_proxy.c else if (!strcasecmp(word,"interpolate")) {
strcasecmp 1376 modules/proxy/mod_proxy.c if (r == NULL || !strcasecmp(r, "interpolate")) {
strcasecmp 1383 modules/proxy/mod_proxy.c if (r && strcasecmp(r, "interpolate")) {
strcasecmp 1436 modules/proxy/mod_proxy.c if (strcasecmp(arg, list[i].name) == 0) { /* ignore case for host names */
strcasecmp 1489 modules/proxy/mod_proxy.c if (strcasecmp(arg, list[i].name) == 0)
strcasecmp 1643 modules/proxy/mod_proxy.c if (strcasecmp(arg, "Off") == 0)
strcasecmp 1645 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "On") == 0)
strcasecmp 1647 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "Block") == 0)
strcasecmp 1649 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "Full") == 0)
strcasecmp 1666 modules/proxy/mod_proxy.c if (strcasecmp(arg, "IsError") == 0)
strcasecmp 1668 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "Ignore") == 0)
strcasecmp 1670 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "StartBody") == 0)
strcasecmp 1687 modules/proxy/mod_proxy.c if (strcasecmp(arg, "Off") == 0)
strcasecmp 1689 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "On") == 0)
strcasecmp 1691 modules/proxy/mod_proxy.c else if (strcasecmp(arg, "Full") == 0)
strcasecmp 219 modules/proxy/mod_proxy_ajp.c if (tenc && (strcasecmp(tenc, "chunked") == 0)) {
strcasecmp 679 modules/proxy/mod_proxy_balancer.c if (strcasecmp(worker->name, ws->name) == 0) {
strcasecmp 715 modules/proxy/mod_proxy_balancer.c if (!strcasecmp(val, "Disable"))
strcasecmp 717 modules/proxy/mod_proxy_balancer.c else if (!strcasecmp(val, "Enable"))
strcasecmp 880 modules/proxy/mod_proxy_ftp.c && strcasecmp(ap_getword(r->pool, &password, ' '), "Basic") == 0
strcasecmp 838 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "Host")
strcasecmp 843 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "Keep-Alive")
strcasecmp 844 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "TE")
strcasecmp 845 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "Trailer")
strcasecmp 846 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "Upgrade")
strcasecmp 856 modules/proxy/mod_proxy_http.c if (!strcasecmp(headers_in[counter].key,"Proxy-Authorization")) {
strcasecmp 866 modules/proxy/mod_proxy_http.c if (!strcasecmp(headers_in[counter].key, "Transfer-Encoding")) {
strcasecmp 870 modules/proxy/mod_proxy_http.c if (!strcasecmp(headers_in[counter].key, "Content-Length")) {
strcasecmp 877 modules/proxy/mod_proxy_http.c if ( !strcasecmp(headers_in[counter].key, "If-Match")
strcasecmp 878 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "If-Modified-Since")
strcasecmp 879 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "If-Range")
strcasecmp 880 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "If-Unmodified-Since")
strcasecmp 881 modules/proxy/mod_proxy_http.c || !strcasecmp(headers_in[counter].key, "If-None-Match")) {
strcasecmp 1153 modules/proxy/mod_proxy_http.c if ( !strcasecmp(date_hdrs[i], key) ) {
strcasecmp 1160 modules/proxy/mod_proxy_http.c if ( !strcasecmp(transform_hdrs[i].name, key) ) {
strcasecmp 1611 modules/proxy/mod_proxy_http.c if (!policy || !strcasecmp(policy, "RFC")) {
strcasecmp 1617 modules/proxy/mod_proxy_http.c else if (strcasecmp(policy, "Suppress")) {
strcasecmp 1260 modules/proxy/proxy_util.c if (strcasecmp(balancer->name, uri) == 0) {
strcasecmp 2131 modules/proxy/proxy_util.c (strcasecmp(conn->hostname, uri->hostname) != 0) ) ) {
strcasecmp 356 modules/ssl/ssl_engine_config.c if (!strcasecmp(meth, "none") || !strcasecmp(meth, "no")) {
strcasecmp 369 modules/ssl/ssl_engine_config.c if (!strcasecmp(meth, "default") || !strcasecmp(meth, "yes")) {
strcasecmp 373 modules/ssl/ssl_engine_config.c else if ((!strcasecmp(meth, "fcntl") || !strcasecmp(meth, "file")) && file) {
strcasecmp 378 modules/ssl/ssl_engine_config.c else if ((!strcasecmp(meth, "flock") || !strcasecmp(meth, "file")) && file) {
strcasecmp 383 modules/ssl/ssl_engine_config.c else if (!strcasecmp(meth, "posixsem") || !strcasecmp(meth, "sem")) {
strcasecmp 397 modules/ssl/ssl_engine_config.c else if (!strcasecmp(meth, "sysvsem") || !strcasecmp(meth, "sem")) {
strcasecmp 402 modules/ssl/ssl_engine_config.c else if (!strcasecmp(meth, "pthread")) {
strcasecmp 606 modules/ssl/ssl_engine_config.c if (!strcasecmp(arg, "On")) {
strcasecmp 610 modules/ssl/ssl_engine_config.c else if (!strcasecmp(arg, "Off")) {
strcasecmp 614 modules/ssl/ssl_engine_config.c else if (!strcasecmp(arg, "Optional")) {
strcasecmp 117 modules/ssl/ssl_private.h #define strcEQ(s1,s2) (strcasecmp(s1,s2) == 0)
strcasecmp 118 modules/ssl/ssl_private.h #define strcNE(s1,s2) (strcasecmp(s1,s2) != 0)
strcasecmp 243 os/unix/unixd.c if (!strcasecmp(str, "max")) {
strcasecmp 886 server/config.c if (*w == '\0' || (strcasecmp(w, "on") && strcasecmp(w, "off")))
strcasecmp 890 server/config.c return cmd->AP_FLAG(parms, mconfig, strcasecmp(w, "off") != 0);
strcasecmp 903 server/config.c if (!strcasecmp(name, cmds->name))
strcasecmp 1058 server/config.c if (strcasecmp(cmd_name + 2,
strcasecmp 1101 server/config.c && (strcasecmp(l + 2, bracket) == 0)
strcasecmp 1383 server/config.c if (strcasecmp(cmd_name + 2, directive + 1) != 0) {
strcasecmp 199 server/core.c if (!strcasecmp(base_info->name, f->name)) {
strcasecmp 1045 server/core.c if (strcasecmp(dirp->directive, what) == 0)
strcasecmp 1144 server/core.c if (!strcasecmp(arg, "Off")) {
strcasecmp 1147 server/core.c else if (!strcasecmp(arg, "On")) {
strcasecmp 1303 server/core.c if (!strcasecmp(w, "Indexes")) {
strcasecmp 1306 server/core.c else if (!strcasecmp(w, "Includes")) {
strcasecmp 1309 server/core.c else if (!strcasecmp(w, "IncludesNOEXEC")) {
strcasecmp 1312 server/core.c else if (!strcasecmp(w, "FollowSymLinks")) {
strcasecmp 1315 server/core.c else if (!strcasecmp(w, "SymLinksIfOwnerMatch")) {
strcasecmp 1318 server/core.c else if (!strcasecmp(w, "ExecCGI")) {
strcasecmp 1321 server/core.c else if (!strcasecmp(w, "MultiViews")) {
strcasecmp 1324 server/core.c else if (!strcasecmp(w, "RunScripts")) { /* AI backcompat. Yuck */
strcasecmp 1327 server/core.c else if (!strcasecmp(w, "None")) {
strcasecmp 1330 server/core.c else if (!strcasecmp(w, "All")) {
strcasecmp 1373 server/core.c if (!strcasecmp(w, "Limit")) {
strcasecmp 1376 server/core.c else if (!strcasecmp(k, "Options")) {
strcasecmp 1383 server/core.c else if (!strcasecmp(w, "FileInfo")) {
strcasecmp 1386 server/core.c else if (!strcasecmp(w, "AuthConfig")) {
strcasecmp 1389 server/core.c else if (!strcasecmp(w, "Indexes")) {
strcasecmp 1392 server/core.c else if (!strcasecmp(w, "None")) {
strcasecmp 1395 server/core.c else if (!strcasecmp(w, "All")) {
strcasecmp 1427 server/core.c if (!strcasecmp(w, "Indexes")) {
strcasecmp 1430 server/core.c else if (!strcasecmp(w, "Includes")) {
strcasecmp 1433 server/core.c else if (!strcasecmp(w, "IncludesNOEXEC")) {
strcasecmp 1436 server/core.c else if (!strcasecmp(w, "FollowSymLinks")) {
strcasecmp 1439 server/core.c else if (!strcasecmp(w, "SymLinksIfOwnerMatch")) {
strcasecmp 1442 server/core.c else if (!strcasecmp(w, "ExecCGI")) {
strcasecmp 1445 server/core.c else if (!strcasecmp(w, "MultiViews")) {
strcasecmp 1448 server/core.c else if (!strcasecmp(w, "RunScripts")) { /* AI backcompat. Yuck */
strcasecmp 1451 server/core.c else if (!strcasecmp(w, "None")) {
strcasecmp 1454 server/core.c else if (!strcasecmp(w, "All")) {
strcasecmp 1528 server/core.c if (strcasecmp(token, "None") == 0) {
strcasecmp 1537 server/core.c else if (strcasecmp(token, "All") == 0) {
strcasecmp 1546 server/core.c else if (strcasecmp(token, "Size") == 0) {
strcasecmp 1549 server/core.c else if ((strcasecmp(token, "LMTime") == 0)
strcasecmp 1550 server/core.c || (strcasecmp(token, "MTime") == 0)
strcasecmp 1551 server/core.c || (strcasecmp(token, "LastModified") == 0)) {
strcasecmp 1554 server/core.c else if (strcasecmp(token, "INode") == 0) {
strcasecmp 1626 server/core.c if (strcasecmp(arg, "on") == 0) {
strcasecmp 1629 server/core.c else if (strcasecmp(arg, "off") == 0) {
strcasecmp 1649 server/core.c if (strcasecmp(arg, "on") == 0) {
strcasecmp 1652 server/core.c else if (strcasecmp(arg, "off") == 0) {
strcasecmp 1668 server/core.c if (!strcasecmp(arg, "all")) {
strcasecmp 1671 server/core.c else if (!strcasecmp(arg, "any")) {
strcasecmp 2370 server/core.c if (strcasecmp(arg, "On") == 0) {
strcasecmp 2373 server/core.c else if (strcasecmp(arg, "Off") == 0) {
strcasecmp 2376 server/core.c else if (strcasecmp(arg, "EMail") == 0) {
strcasecmp 2439 server/core.c if (!strcasecmp(arg, "on")) {
strcasecmp 2442 server/core.c else if (!strcasecmp(arg, "off")) {
strcasecmp 2445 server/core.c else if (!strcasecmp(arg, "double")) {
strcasecmp 2486 server/core.c if (strcasecmp(arg, "on") == 0) {
strcasecmp 2489 server/core.c else if (strcasecmp(arg, "off") == 0) {
strcasecmp 2492 server/core.c else if (strcasecmp(arg, "default") == 0) {
strcasecmp 2512 server/core.c if (strcasecmp(arg, "on") == 0) {
strcasecmp 2515 server/core.c else if (strcasecmp(arg, "off") == 0) {
strcasecmp 2518 server/core.c else if (strcasecmp(arg, "dns") == 0) {
strcasecmp 2538 server/core.c if (strcasecmp(arg, "on") == 0) {
strcasecmp 2541 server/core.c else if (strcasecmp(arg, "off") == 0) {
strcasecmp 2612 server/core.c if (!strcasecmp(str, "emerg")) {
strcasecmp 2615 server/core.c else if (!strcasecmp(str, "alert")) {
strcasecmp 2618 server/core.c else if (!strcasecmp(str, "crit")) {
strcasecmp 2621 server/core.c else if (!strcasecmp(str, "error")) {
strcasecmp 2624 server/core.c else if (!strcasecmp(str, "warn")) {
strcasecmp 2627 server/core.c else if (!strcasecmp(str, "notice")) {
strcasecmp 2630 server/core.c else if (!strcasecmp(str, "info")) {
strcasecmp 2633 server/core.c else if (!strcasecmp(str, "debug")) {
strcasecmp 2819 server/core.c if (!strcasecmp(arg, "OS")) {
strcasecmp 2822 server/core.c else if (!strcasecmp(arg, "Min") || !strcasecmp(arg, "Minimal")) {
strcasecmp 2825 server/core.c else if (!strcasecmp(arg, "Major")) {
strcasecmp 2828 server/core.c else if (!strcasecmp(arg, "Minor") ) {
strcasecmp 2831 server/core.c else if (!strcasecmp(arg, "Prod") || !strcasecmp(arg, "ProductOnly")) {
strcasecmp 3216 server/core.c if (strcasecmp(arg1, "on") == 0) {
strcasecmp 3219 server/core.c else if (strcasecmp(arg1, "off") == 0) {
strcasecmp 3222 server/core.c else if (strcasecmp(arg1, "extended") == 0) {
strcasecmp 350 server/log.c if (!strcasecmp(fname, fac->t_name)) {
strcasecmp 522 server/main.c if (strcasecmp(optarg, "emerg") == 0) {
strcasecmp 525 server/main.c else if (strcasecmp(optarg, "alert") == 0) {
strcasecmp 528 server/main.c else if (strcasecmp(optarg, "crit") == 0) {
strcasecmp 537 server/main.c else if (strcasecmp(optarg, "notice") == 0) {
strcasecmp 540 server/main.c else if (strcasecmp(optarg, "info") == 0) {
strcasecmp 543 server/main.c else if (strcasecmp(optarg, "debug") == 0) {
strcasecmp 869 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "runservice")) {
strcasecmp 967 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "runservice")) {
strcasecmp 1181 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(def_server_root, "bin"))
strcasecmp 1259 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "runservice"))
strcasecmp 1313 server/mpm/winnt/mpm_winnt.c if (service_set == SERVICE_UNSET && strcasecmp(signal_arg, "run")) {
strcasecmp 1318 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "install")) /* -k install */
strcasecmp 1334 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "uninstall")) {
strcasecmp 1339 server/mpm/winnt/mpm_winnt.c if ((!strcasecmp(signal_arg, "stop")) ||
strcasecmp 1340 server/mpm/winnt/mpm_winnt.c (!strcasecmp(signal_arg, "shutdown"))) {
strcasecmp 1365 server/mpm/winnt/mpm_winnt.c if (strcasecmp(signal_arg, "install") && service_set && service_set != SERVICE_UNSET)
strcasecmp 1382 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "config")) { /* -k config */
strcasecmp 1393 server/mpm/winnt/mpm_winnt.c else if (!strcasecmp(signal_arg, "install")) { /* -k install */
strcasecmp 1426 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "runservice")
strcasecmp 1478 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "install")) {
strcasecmp 1487 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "config")) {
strcasecmp 1497 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "start")) {
strcasecmp 1511 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "restart")) {
strcasecmp 1559 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "runservice"))
strcasecmp 1592 server/mpm/winnt/mpm_winnt.c if (strcasecmp(signal_arg, "runservice"))
strcasecmp 1620 server/mpm/winnt/mpm_winnt.c if (!strcasecmp(signal_arg, "restart")
strcasecmp 1621 server/mpm/winnt/mpm_winnt.c || !strcasecmp(signal_arg, "config")) {
strcasecmp 906 server/mpm_common.c if (!strcasecmp(arg, "default")) {
strcasecmp 910 server/mpm_common.c else if (!strcasecmp(arg, "flock")) {
strcasecmp 915 server/mpm_common.c else if (!strcasecmp(arg, "fcntl")) {
strcasecmp 926 server/mpm_common.c else if (!strcasecmp(arg, "sysvsem")) {
strcasecmp 931 server/mpm_common.c else if (!strcasecmp(arg, "posixsem")) {
strcasecmp 936 server/mpm_common.c else if (!strcasecmp(arg, "pthread")) {
strcasecmp 1182 server/mpm_common.c if (strcasecmp(arg, "on") == 0) {
strcasecmp 1185 server/mpm_common.c else if (strcasecmp(arg, "off") == 0) {
strcasecmp 523 server/protocol.c && !strcasecmp(r->parsed_uri.scheme, ap_http_scheme(r))) {
strcasecmp 661 server/protocol.c && (strcasecmp("http", http) == 0)
strcasecmp 1026 server/protocol.c if (strcasecmp(expect, "100-continue") == 0) {
strcasecmp 1150 server/protocol.c if (!strcasecmp(type, "Basic"))
strcasecmp 1152 server/protocol.c else if (!strcasecmp(type, "Digest"))
strcasecmp 1168 server/protocol.c if (!type || strcasecmp(type, "Basic"))
strcasecmp 1196 server/protocol.c if (!(t = ap_auth_type(r)) || strcasecmp(t, "Basic"))
strcasecmp 1210 server/protocol.c if (strcasecmp(ap_getword(r->pool, &auth_line, ' '), "Basic")) {
strcasecmp 921 server/util.c strcasecmp(apr_filepath_name_get(name), "nul") != 0) {
strcasecmp 162 server/util_script.c if (!strcasecmp(hdrs[i].key, "Content-type")) {
strcasecmp 165 server/util_script.c else if (!strcasecmp(hdrs[i].key, "Content-length")) {
strcasecmp 174 server/util_script.c else if (!strcasecmp(hdrs[i].key, "Authorization")
strcasecmp 175 server/util_script.c || !strcasecmp(hdrs[i].key, "Proxy-Authorization")) {
strcasecmp 549 server/util_script.c if (!strcasecmp(w, "Content-type")) {
strcasecmp 567 server/util_script.c else if (!strcasecmp(w, "Status")) {
strcasecmp 571 server/util_script.c else if (!strcasecmp(w, "Location")) {
strcasecmp 574 server/util_script.c else if (!strcasecmp(w, "Content-Length")) {
strcasecmp 577 server/util_script.c else if (!strcasecmp(w, "Content-Range")) {
strcasecmp 580 server/util_script.c else if (!strcasecmp(w, "Transfer-Encoding")) {
strcasecmp 587 server/util_script.c else if (!strcasecmp(w, "Last-Modified")) {
strcasecmp 591 server/util_script.c else if (!strcasecmp(w, "Set-Cookie")) {
strcasecmp 191 server/vhost.c else if (strcasecmp(host, "_default_") == 0
strcasecmp 780 server/vhost.c if (!strcasecmp(host, s->server_hostname)) {
strcasecmp 790 server/vhost.c if (!strcasecmp(host, name[i]))
strcasecmp 840 server/vhost.c && !strcasecmp(host, sar->virthost)) {
strcasecmp 903 server/vhost.c if (!strcasecmp(host, sar->virthost)) {
strcasecmp 55 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "GDBM")) {
strcasecmp 60 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "SDBM")) {
strcasecmp 65 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "DB")) {
strcasecmp 70 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "NDBM")) {
strcasecmp 75 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "default")) {
strcasecmp 153 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "GDBM")) {
strcasecmp 159 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "SDBM")) {
strcasecmp 165 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "DB")) {
strcasecmp 171 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "NDBM")) {
strcasecmp 177 srclib/apr-util/dbm/apr_dbm.c if (!strcasecmp(type, "default")) {
strcasecmp 232 srclib/apr-util/ldap/apr_ldap_url.c if ( strcasecmp( p, "one" ) == 0 ) {
strcasecmp 235 srclib/apr-util/ldap/apr_ldap_url.c } else if ( strcasecmp( p, "onetree" ) == 0 ) {
strcasecmp 238 srclib/apr-util/ldap/apr_ldap_url.c } else if ( strcasecmp( p, "base" ) == 0 ) {
strcasecmp 241 srclib/apr-util/ldap/apr_ldap_url.c } else if ( strcasecmp( p, "sub" ) == 0 ) {
strcasecmp 244 srclib/apr-util/ldap/apr_ldap_url.c } else if ( strcasecmp( p, "subtree" ) == 0 ) {
strcasecmp 335 srclib/apr-util/ldap/apr_ldap_url.c if( strcasecmp( ludp->lud_scheme, "ldaps" ) == 0 ) {
strcasecmp 79 srclib/apr-util/uri/apr_uri.c if (strcasecmp(scheme_str, scheme->name) == 0) {
strcasecmp 984 srclib/apr/build/jlibtool.c if (strcasecmp(cmd_data->undefined_flag,
strcasecmp 120 srclib/apr/include/apr_general.h int strcasecmp(const char *a, const char *b);
strcasecmp 484 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 514 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 526 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 586 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 598 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 655 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 666 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 710 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 760 srclib/apr/tables/apr_tables.c !strcasecmp(next_elt->key, key)) {
strcasecmp 967 srclib/apr/tables/apr_tables.c !strcasecmp(elts[i].key, argp)) {
strcasecmp 1003 srclib/apr/tables/apr_tables.c if (strcasecmp(values[i]->key, values[i + 1]->key) > 0) {
strcasecmp 1053 srclib/apr/tables/apr_tables.c if (strcasecmp(values[block1_start]->key,
strcasecmp 1124 srclib/apr/tables/apr_tables.c !strcasecmp((*sort_next)->key, (*last)->key)) {
strcasecmp 1129 srclib/apr/tables/apr_tables.c !strcasecmp((*dup_last)->key, (*last)->key)) {
strcasecmp 379 srclib/apr/threadproc/os2/proc.c strcasecmp(extension, ".cmd") == 0) {
strcasecmp 560 srclib/apr/threadproc/win32/proc.c if (i >= 11 && strcasecmp(progname + i - 11, "command.com") == 0) {
strcasecmp 580 srclib/apr/threadproc/win32/proc.c if (i >= 4 && (strcasecmp(progname + i - 4, ".bat") == 0
strcasecmp 581 srclib/apr/threadproc/win32/proc.c || strcasecmp(progname + i - 4, ".cmd") == 0))
strcasecmp 600 srclib/apr/threadproc/win32/proc.c if (i >= 11 && strcasecmp(progname + i - 11, "command.com") == 0) {
strcasecmp 400 support/htcacheclean.c if (!strcasecmp(ext, CACHE_HEADER_SUFFIX)) {
strcasecmp 418 support/htcacheclean.c if (!strcasecmp(ext, CACHE_DATA_SUFFIX)) {
strcasecmp 291 support/suexec.c || (! strcasecmp(AP_HTTPD_USER, pw->pw_name)))
strcasecmp 341 support/suexec.c if (strcasecmp(AP_HTTPD_USER, pw->pw_name)) {