Searched defs:override (Results 1 - 7 of 7) sorted by relevance
/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/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/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/server/ |
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...] |
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...] |
Completed in 44 milliseconds