Lines Matching defs:opts
88 #define K_VALID "NMSD" /* String containing _all_ valid K_ opts */
92 #define D_VALID "AD" /* String containing _all_ valid D_ opts */
127 apr_int32_t opts;
331 apr_int32_t opts;
337 opts = d_cfg->opts;
412 opts = NO_OPTIONS;
504 opts |= option;
517 if ((opts & NO_OPTIONS) && (opts & ~NO_OPTIONS)) {
522 d_cfg->opts = opts;
628 new->opts = OPTION_UNSET;
664 if (add->opts == NO_OPTIONS) {
669 new->opts = NO_OPTIONS;
680 if (add->opts == OPTION_UNSET) {
690 new->opts = (base->opts & ~NO_OPTIONS);
697 new->opts = add->opts;
703 new->opts |= new->incremented_opts;
704 new->opts &= ~new->decremented_opts;
2016 apr_int32_t autoindex_opts = autoindex_conf->opts;