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

/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_imagemap.c120 (void *)APR_OFFSETOF(imap_conf_rec, imap_menu), OR_INDEXES,
124 (void *)APR_OFFSETOF(imap_conf_rec, imap_default), OR_INDEXES,
128 (void *)APR_OFFSETOF(imap_conf_rec, imap_base), OR_INDEXES,
H A Dmod_dir.c53 #define DIR_CMD_PERMS OR_INDEXES
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_cern_meta.c129 #define DIR_CMD_PERMS OR_INDEXES
H A Dmod_expires.c177 #define DIR_CMD_PERMS OR_INDEXES
/macosx-10.10.1/apache-793/httpd/include/
H A Dhttp_config.h237 #define OR_INDEXES 16 /**< *.conf anywhere macro
253 #define OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES)
/macosx-10.10.1/apache-793/httpd/server/
H A Dconfig.c2496 if ((pc->req_override & (OR_OPTIONS | OR_FILEINFO | OR_INDEXES))
2551 if (pc->req_override & OR_INDEXES) {
H A Dcore.c1628 d->override |= OR_INDEXES;
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_autoindex.c561 #define DIR_CMD_PERMS OR_INDEXES
H A Dmod_autoindex.c.orig561 #define DIR_CMD_PERMS OR_INDEXES
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_request.c707 return apr_psprintf(r->pool, "%s %s %s %s %s", (opts & OR_LIMIT) ? "Limit" : "", (opts & OR_OPTIONS) ? "Options" : "", (opts & OR_FILEINFO) ? "FileInfo" : "", (opts & OR_AUTHCFG) ? "AuthCfg" : "", (opts & OR_INDEXES) ? "Indexes" : "" );

Completed in 276 milliseconds