find_allowdeny    272 modules/aaa/mod_authz_host.c         if (find_allowdeny(r, a->allows, method)) {
find_allowdeny    275 modules/aaa/mod_authz_host.c         if (find_allowdeny(r, a->denys, method)) {
find_allowdeny    280 modules/aaa/mod_authz_host.c         if (find_allowdeny(r, a->denys, method)) {
find_allowdeny    283 modules/aaa/mod_authz_host.c         if (find_allowdeny(r, a->allows, method)) {
find_allowdeny    288 modules/aaa/mod_authz_host.c         if (find_allowdeny(r, a->allows, method)
find_allowdeny    289 modules/aaa/mod_authz_host.c             && !find_allowdeny(r, a->denys, method)) {