Searched refs:child_result (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_core.c749 authz_status child_result; local
751 child_result = apply_authz_sections(r, child, section->op);
753 if (child_result == AUTHZ_GENERAL_ERROR) {
757 if (child_result != AUTHZ_NEUTRAL) {
764 if (child_result == AUTHZ_DENIED) {
765 auth_result = child_result;
768 if ((child_result == AUTHZ_DENIED_NO_USER
771 auth_result = child_result;
776 if (child_result == AUTHZ_GRANTED) {
777 auth_result = child_result;
[all...]

Completed in 2108 milliseconds