Searched refs:override (Results 1 - 11 of 11) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authn_core.c | 207 int old_overrides = cmd->override; 257 cmd->override = OR_AUTHCFG | ACCESS_CONF; 259 cmd->override = old_overrides; 421 merge_authn_core_dir_config, /* dir merger --- default is to override */
|
H A D | mod_authz_core.c | 258 int old_overrides = cmd->override; 293 cmd->override = OR_AUTHCFG | ACCESS_CONF; 296 cmd->override = old_overrides; 471 int old_overrides = cmd->override; 510 cmd->override = OR_AUTHCFG; 512 cmd->override = old_overrides;
|
/httpd/modules/session/ |
H A D | mod_session.c | 454 const char *override = apr_table_get(r->err_headers_out, conf->header); local 455 if (!override) { 456 override = apr_table_get(r->headers_out, conf->header); 458 if (override) { 461 z->encoded = override; 664 merge_session_dir_config, /* dir merger --- default is to override */
|
/httpd/server/ |
H A D | core.c | 147 conf->override = OR_UNSET|OR_NONE; 250 if (!(new->override & OR_UNSET)) { 251 conf->override = new->override; 728 return conf->override; 1699 d->override = OR_NONE; 1710 d->override |= OR_LIMIT; 1713 d->override |= OR_OPTIONS; 1720 d->override |= OR_FILEINFO; 1723 d->override | [all...] |
H A D | config.c | 858 if ((parms->override & cmd->req_override) == 0 && !override_list_ok) { 859 if (parms->override & NONFATAL_OVERRIDE) { 1285 if (parms->override & NONFATAL_UNKNOWN) { 1754 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); 2092 request_rec *r, int override, 2106 if (cache->override == override && strcmp(cache->dir, d) == 0) { 2113 parms.override 2091 ap_parse_htaccess(ap_conf_vector_t **result, request_rec *r, int override, int override_opts, apr_table_t *override_list, const char *d, const char *access_names) argument [all...] |
H A D | request.c | 496 * of core.opts and core.override, the only options tested within 506 overrides_t override; member in struct:core_opts_t 532 if (!(this_dir->override & OR_UNSET)) { 533 opts->override = this_dir->override; 760 * accumulate opts and override as we merge, from the globals. 766 opts.override = this_dir->override; 880 * override anything, try to find one. 929 * Calculate our full-context core opts & override [all...] |
/httpd/modules/http/ |
H A D | mod_mime.c | 277 * As RemoveType should also override the info from TypesConfig, we add an 940 int override = 0; local 957 if (!override) { 964 override = 1; 977 if (charset && !override) {
|
/httpd/include/ |
H A D | http_config.h | 228 #define OR_NONE 0 /**< *.conf is not available anywhere in this override */ 289 /** Which allow-override bits are set */ 290 int override; member in struct:cmd_parms_struct 291 /** Which allow-override-opts bits are set */ 1094 * @param override Which overrides are active 1095 * @param override_opts Which allow-override-opts bits are set 1096 * @param override_list Table of directives allowed for override 1103 int override,
|
H A D | http_core.h | 497 overrides_t override; member in struct:__anon21
|
H A D | httpd.h | 734 int override; member in struct:htaccess_result 735 /** the override options allowed for the .htaccess file */ 737 /** Table of allowed directives for override */
|
/httpd/modules/proxy/ |
H A D | mod_proxy.c | 1221 * might be different (e.g. r->status could be HTTP_OK if e.g. we override 1300 /* Check if the balancer is defined in both override and base configs: 1314 /* For shared memory entries, b2->s belongs to override 1351 * to use tmp copy of b1 to detect changes done in override. */ 2387 int old_overrides = cmd->override; 2421 cmd->override = OR_ALL|ACCESS_CONF; 2527 cmd->override = old_overrides;
|
Completed in 4109 milliseconds