Searched refs:over (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_substitute.c | 85 subst_dir_conf *over = (subst_dir_conf *) overv; local 87 a->patterns = apr_array_append(p, over->patterns, 89 a->max_line_length = over->max_line_length_set ? 90 over->max_line_length : base->max_line_length; 91 a->max_line_length_set = over->max_line_length_set ? 92 over->max_line_length_set : base->max_line_length_set; 168 * Instead we copy over what the buckets would 342 * creating them over and over again from r->pool which would cost a 369 * any left over dat [all...] |
H A D | mod_charset_lite.c | 121 *over = (charset_dir_t *)overridesv; local 128 over->charset_default ? over->charset_default : base->charset_default; 130 over->charset_source ? over->charset_source : base->charset_source; 132 over->implicit_add != IA_INIT ? over->implicit_add : base->implicit_add; 134 over->force_xlate != FX_INIT ? over->force_xlate : base->force_xlate;
|
H A D | mod_ext_filter.c | 108 ef_dir_t *base = (ef_dir_t *)basev, *over = (ef_dir_t *)overridesv; local 110 if (over->log_stderr != -1) { /* if admin coded something... */ 111 a->log_stderr = over->log_stderr; 117 if (over->onfail != -1) { /* if admin coded something... */ 118 a->onfail = over->onfail;
|
H A D | mod_include.c | 2834 /* try fast bndm search over the buffer 3370 * This is the main loop over the current bucket brigade. 3387 /* we may crash, since already cleaned up; hand over the responsibility 3402 /* loop over the current bucket brigade */ 3767 /* if something's left over, pass it along */ 4022 *over = (include_dir_config *)overridesv, local 4024 MERGE(base, over, new, default_error_msg, NULL); 4025 MERGE(base, over, new, default_time_fmt, NULL); 4026 MERGE(base, over, new, undefined_echo, NULL); 4027 MERGE(base, over, ne [all...] |
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 324 /* Send envvars over in as many FastCGI records as it takes, */ 1338 *over = (fcgi_dir_conf *)overridesv; local 1343 if (over->name) { 1344 memcpy(a, over, sizeof(*a));
|
Completed in 1262 milliseconds