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

/httpd/include/
H A Dhttp_core.h489 * invariant: (opts_add & opts_remove) == 0
492 * or opts_remove.
496 allow_options_t opts_remove; member in struct:__anon21
/httpd/modules/generators/
H A Dmod_autoindex.c333 apr_int32_t opts_remove; local
339 opts_remove = d_cfg->decremented_opts;
414 opts_remove = 0;
506 opts_remove = 0;
510 opts_remove &= ~option;
513 opts_remove |= option;
521 d_cfg->decremented_opts = opts_remove;

Completed in 19 milliseconds