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

/httpd/modules/generators/
H A Dmod_autoindex.c55 #define NO_OPTIONS (1 << 0) /* Indexing options */ macro
412 opts = NO_OPTIONS;
517 if ((opts & NO_OPTIONS) && (opts & ~NO_OPTIONS)) {
664 if (add->opts == NO_OPTIONS) {
669 new->opts = NO_OPTIONS;
690 new->opts = (base->opts & ~NO_OPTIONS);

Completed in 2484 milliseconds