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

/httpd/include/
H A Dhttp_core.h489 * invariant: (opts_add & opts_remove) == 0
491 * assignment made to each bit is recorded in exactly one of opts_add
495 allow_options_t opts_add; member in struct:__anon21
/httpd/modules/generators/
H A Dmod_autoindex.c332 apr_int32_t opts_add; local
338 opts_add = d_cfg->incremented_opts;
413 opts_add = 0;
505 opts_add = 0;
509 opts_add |= option;
514 opts_add &= ~option;
520 d_cfg->incremented_opts = opts_add;

Completed in 19 milliseconds