Searched defs:this_dir (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Drequest.c513 core_dir_config *this_dir = ap_get_core_module_config(sec); local
515 if (!this_dir) {
519 if (this_dir->opts & OPT_UNSET) {
520 opts->add = (opts->add & ~this_dir->opts_remove)
521 | this_dir->opts_add;
522 opts->remove = (opts->remove & ~this_dir->opts_add)
523 | this_dir->opts_remove;
527 opts->opts = this_dir->opts;
528 opts->add = this_dir->opts_add;
529 opts->remove = this_dir
677 core_dir_config *this_dir; local
737 core_dir_config *this_dir; local
[all...]

Completed in 35 milliseconds