Lines Matching defs:result
201 * return the result of the above function call
348 static const char* format_authz_result(authz_status result)
350 return ((result == AUTHZ_DENIED)
352 : ((result == AUTHZ_GRANTED)
354 : ((result == AUTHZ_DENIED_NO_USER)
707 "Controls if an authorization failure should result in a "
725 "authorization result of %s: %s "
761 * result, AUTHZ_DENIED otherwise.
798 /* For negated directives, if the original result was denied
799 * then the new result is neutral since we can not grant
807 "authorization result of %s: %s",
835 "authorization result: granted (no directives)");