Searched defs:wildcards (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/metadata/
H A Dmod_expires.c170 int wildcards; member in struct:__anon251
190 new->wildcards = 0;
324 dir_config->wildcards = 1;
379 new->wildcards = add->wildcards;
490 if (conf->wildcards) {
/httpd/modules/generators/
H A Dmod_autoindex.c117 int wildcards; member in struct:ai_desc_t
277 * wildcards already (or we need to add them), add leading and
278 * trailing wildcards to it to ensure substring processing. If the
288 * Absent a strcasestr() function, we have to force wildcards on
306 desc_entry->wildcards = (WILDCARDS_REQUIRED
309 if (desc_entry->wildcards) {
856 if (tuple->wildcards) {

Completed in 16 milliseconds