Searched refs:ignore_case (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/filters/
H A Dmod_substitute.c567 int ignore_case = 0; local
605 ignore_case = 1;
621 (ignore_case ? AP_REG_ICASE : 0));
635 !ignore_case);
/httpd/modules/generators/
H A Dmod_autoindex.c754 int ascending, ignore_case, version_sort; member in struct:ent
1368 p->ignore_case = !!(autoindex_opts & IGNORE_CASE);
1976 if (c1->ignore_case) {
1990 if (!result && c1->ignore_case) {

Completed in 1682 milliseconds