Searched refs:OR_OPTIONS (Results 1 - 9 of 9) sorted by relevance

/httpd/modules/mappers/
H A Dmod_speling.c107 (void*)APR_OFFSETOF(spconfig, enabled), OR_OPTIONS,
110 (void*)APR_OFFSETOF(spconfig, check_case_only), OR_OPTIONS,
113 (void*)APR_OFFSETOF(spconfig, check_basename_match), OR_OPTIONS,
/httpd/modules/filters/
H A Dmod_filter.c742 AP_INIT_TAKE12("FilterDeclare", filter_declare, NULL, OR_OPTIONS,
744 AP_INIT_TAKE3("FilterProvider", filter_provider, NULL, OR_OPTIONS,
746 AP_INIT_ITERATE("FilterChain", filter_chain, NULL, OR_OPTIONS,
753 AP_INIT_TAKE23("FilterProtocol", filter_protocol, NULL, OR_OPTIONS,
H A Dmod_reflector.c213 AP_INIT_TAKE12("ReflectorHeader", reflector_header, NULL, OR_OPTIONS,
H A Dmod_include.c4167 AP_INIT_TAKE1("XBitHack", set_xbithack, NULL, OR_OPTIONS,
/httpd/include/
H A Dhttp_config.h231 #define OR_OPTIONS 2 /**< *.conf anywhere macro
253 #define OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES)
/httpd/modules/examples/
H A Dmod_example_hooks.c1510 OR_OPTIONS, /* where available */
/httpd/server/
H A Dcore.c1713 d->override |= OR_OPTIONS;
4241 AP_INIT_RAW_ARGS("Options", set_options, NULL, OR_OPTIONS,
4286 AP_INIT_FLAG("ContentDigest", set_content_md5, NULL, OR_OPTIONS,
4427 AP_INIT_FLAG("HttpContentLengthHeadZero", set_cl_head_zero, NULL, OR_OPTIONS,
4429 AP_INIT_FLAG("HttpExpectStrict", set_expect_strict, NULL, OR_OPTIONS,
H A Dconfig.c2495 if ((pc->req_override & (OR_OPTIONS | OR_FILEINFO | OR_INDEXES))
2536 if (pc->req_override & OR_OPTIONS) {
/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 90 milliseconds