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

/httpd/server/
H A Drequest.c507 overrides_t override_opts; member in struct:core_opts_t
534 opts->override_opts = this_dir->override_opts;
767 opts.override_opts = this_dir->override_opts;
981 opts.override_opts, opts.override_list,
H A Dconfig.c1755 parms.override_opts = OPT_ALL | OPT_SYM_OWNER | OPT_MULTI;
1800 parms.override_opts = OPT_ALL | OPT_SYM_OWNER | OPT_MULTI;
2065 parms.override_opts = OPT_ALL | OPT_SYM_OWNER | OPT_MULTI;
2093 int override_opts, apr_table_t *override_list,
2114 parms.override_opts = override_opts;
2169 new->override_opts = override_opts;
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
H A Dcore.c148 conf->override_opts = OPT_UNSET | OPT_ALL | OPT_SYM_OWNER | OPT_MULTI;
254 if (!(new->override_opts & OPT_UNSET)) {
255 conf->override_opts = new->override_opts;
1715 set_allow_opts(cmd, &(d->override_opts), v);
1717 d->override_opts = OPT_ALL;
1893 if ( (cmd->override_opts & opt) != opt ) {
/httpd/include/
H A Dhttp_config.h292 int override_opts; member in struct:cmd_parms_struct
1095 * @param override_opts Which allow-override-opts bits are set
1104 int override_opts,
H A Dhttp_core.h498 allow_options_t override_opts; member in struct:__anon21
H A Dhttpd.h736 int override_opts; member in struct:htaccess_result

Completed in 1737 milliseconds