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

/httpd/modules/aaa/
H A Dmod_authz_core.c75 int negate; member in struct:authz_section_conf
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
[all...]

Completed in 738 milliseconds