Lines Matching defs:negate
75 int negate;
363 ? apr_pstrcat(p, "Require ", (section->negate ? "not " : ""),
368 ? (section->negate ? "NotAll" : "All")
369 : (section->negate ? "None" : "Any")),
393 section->negate = 1;
439 if (section->negate && conf->section->op == AUTHZ_LOGIC_OR) {
498 section->negate = 1;
502 section->negate = 1;
529 if (section->negate && old_section->op == AUTHZ_LOGIC_OR) {
538 if (!section->negate && section->op == old_section->op) {
601 if (child->negate && child->op != section->op) {
615 child->negate = !child->negate;
629 if (!child->negate) {
792 if (section->negate) {