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

/httpd/include/
H A Dhttp_config.h239 #define OR_UNSET 32 /**< bit to indicate that AllowOverride has not been set */ macro
/httpd/server/
H A Dcore.c147 conf->override = OR_UNSET|OR_NONE;
250 if (!(new->override & OR_UNSET)) {
1749 d->override &= ~OR_UNSET;
H A Drequest.c532 if (!(this_dir->override & OR_UNSET)) {

Completed in 2392 milliseconds