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

/macosx-10.10.1/apache-793/httpd/modules/aaa/
H A Dmod_access_compat.c201 AP_INIT_TAKE1("order", order, NULL, OR_LIMIT,
203 AP_INIT_ITERATE2("allow", allow_cmd, &its_an_allow, OR_LIMIT,
205 AP_INIT_ITERATE2("deny", allow_cmd, NULL, OR_LIMIT,
/macosx-10.10.1/apache-793/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)
/macosx-10.10.1/apache-793/httpd/server/
H A Dconfig.c1758 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT);
1803 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT);
2065 parms.override = (RSRC_CONF | OR_ALL) & ~(OR_AUTHCFG | OR_LIMIT);
2483 * inside *.conf --> override = (RSRC_CONF|OR_ALL)&~(OR_AUTHCFG|OR_LIMIT);
2498 && ((pc->req_override & (ACCESS_CONF | OR_AUTHCFG | OR_LIMIT))))) {
2530 if (pc->req_override & OR_LIMIT) {
H A Dcore.c1612 d->override |= OR_LIMIT;
3904 AP_INIT_RAW_ARGS("<Limit", ap_limit_section, NULL, OR_LIMIT | OR_AUTHCFG,
3908 OR_LIMIT | OR_AUTHCFG,
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_include.c4180 OR_LIMIT,
4185 OR_LIMIT, "Whether to set the last modified header or respect "
4189 OR_LIMIT, "Whether to allow the generation of ETags within the server. "
/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 193 milliseconds