AP_REG_ICASE 587 modules/filters/mod_filter.c case 'i': flags |= AP_REG_ICASE; break;
AP_REG_ICASE 546 modules/filters/mod_substitute.c (ignore_case ? AP_REG_ICASE : 0));
AP_REG_ICASE 3173 modules/mappers/mod_rewrite.c ? AP_REG_ICASE : 0));
AP_REG_ICASE 3468 modules/mappers/mod_rewrite.c ? AP_REG_ICASE : 0));
AP_REG_ICASE 321 modules/metadata/mod_setenvif.c (AP_REG_EXTENDED | (icase ? AP_REG_ICASE : 0)));
AP_REG_ICASE 358 modules/metadata/mod_setenvif.c | (icase ? AP_REG_ICASE : 0)));
AP_REG_ICASE 548 modules/ssl/ssl_expr_parse.c AP_REG_EXTENDED|AP_REG_NOSUB|AP_REG_ICASE)) == NULL) {
AP_REG_ICASE 133 modules/ssl/ssl_expr_parse.y AP_REG_EXTENDED|AP_REG_NOSUB|AP_REG_ICASE)) == NULL) {
AP_REG_ICASE 1785 server/core.c #define USE_ICASE AP_REG_ICASE
AP_REG_ICASE 132 server/util_pcre.c if ((cflags & AP_REG_ICASE) != 0) options |= PCRE_CASELESS;