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

/httpd/modules/generators/
H A Dmod_autoindex.c66 #define VERSION_SORT (1 << 11) macro
397 option = VERSION_SORT;
1282 p->version_sort = autoindex_opts & VERSION_SORT;
1367 p->version_sort = !!(autoindex_opts & VERSION_SORT);
2135 autoindex_opts &= ~VERSION_SORT;
2138 autoindex_opts |= VERSION_SORT;

Completed in 762 milliseconds