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

/macosx-10.10.1/apache-793/httpd/include/
H A Dhttp_config.h239 #define OR_UNSET 32 /**< bit to indicate that AllowOverride has not been set */ macro
/macosx-10.10.1/apache-793/httpd/server/
H A Dcore.c141 conf->override = OR_UNSET|OR_NONE;
243 if (!(new->override & OR_UNSET)) {
1651 d->override &= ~OR_UNSET;
H A Drequest.c528 if (!(this_dir->override & OR_UNSET)) {

Completed in 128 milliseconds