Searched refs:OR_LIMIT (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/aaa/
H A Dmod_access_compat.c204 AP_INIT_TAKE1("order", order, NULL, OR_LIMIT,
206 AP_INIT_ITERATE2("allow", allow_cmd, &its_an_allow, OR_LIMIT,
208 AP_INIT_ITERATE2("deny", allow_cmd, NULL, OR_LIMIT,
/httpd/include/
H A Dhttp_config.h229 #define OR_LIMIT 1 /**< *.conf inside &lt;Directory&gt; or &lt;Location&gt; macro
253 #define OR_ALL (OR_LIMIT|OR_OPTIONS|OR_FILEINFO|OR_AUTHCFG|OR_INDEXES)
/httpd/server/
H A Dconfig.c1754 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT);
1799 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT);
2064 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT);
2482 * inside *.conf --> override = (RSRC_CONF|OR_ALL)&~(OR_AUTHCFG|OR_LIMIT);
2497 && ((pc->req_override & (ACCESS_CONF | OR_AUTHCFG | OR_LIMIT))))) {
2529 if (pc->req_override & OR_LIMIT) {
H A Dcore.c1710 d->override |= OR_LIMIT;
4185 AP_INIT_RAW_ARGS("<Limit", ap_limit_section, NULL, OR_LIMIT | OR_AUTHCFG,
4189 OR_LIMIT | OR_AUTHCFG,
/httpd/modules/filters/
H A Dmod_include.c4181 OR_LIMIT,
4186 OR_LIMIT, "Whether to set the last modified header or respect "
4190 OR_LIMIT, "Whether to allow the generation of ETags within the server. "
/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 3890 milliseconds