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

/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
/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
/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)
/httpd/modules/proxy/
H A Dmod_serf.c762 AP_INIT_TAKE_ARGV("SerfPass", add_pass, NULL, OR_INDEXES,
/httpd/server/
H A Dconfig.c2495 if ((pc->req_override & (OR_OPTIONS | OR_FILEINFO | OR_INDEXES))
2550 if (pc->req_override & OR_INDEXES) {
H A Dcore.c1726 d->override |= OR_INDEXES;
/httpd/modules/generators/
H A Dmod_autoindex.c561 #define DIR_CMD_PERMS OR_INDEXES
/httpd/modules/lua/
H A Dlua_request.c747 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 869 milliseconds