Searched refs:OR_OPTIONS (Results 1 - 9 of 9) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_speling.c | 107 (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 D | mod_filter.c | 742 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 D | mod_reflector.c | 213 AP_INIT_TAKE12("ReflectorHeader", reflector_header, NULL, OR_OPTIONS,
|
H A D | mod_include.c | 4167 AP_INIT_TAKE1("XBitHack", set_xbithack, NULL, OR_OPTIONS,
|
/httpd/include/ |
H A D | http_config.h | 231 #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 D | mod_example_hooks.c | 1510 OR_OPTIONS, /* where available */
|
/httpd/server/ |
H A D | core.c | 1713 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 D | config.c | 2495 if ((pc->req_override & (OR_OPTIONS | OR_FILEINFO | OR_INDEXES)) 2536 if (pc->req_override & OR_OPTIONS) {
|
/httpd/modules/lua/ |
H A D | lua_request.c | 747 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 65 milliseconds