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

/httpd/modules/aaa/
H A Dmod_access_compat.c72 apr_array_header_t *denys; member in struct:__anon50
88 conf->denys = apr_array_make(p, 1, sizeof(allowdeny));
155 a = (allowdeny *) apr_array_push(cmd->info ? d->allows : d->denys);
329 if (find_allowdeny(r, a->denys, method)) {
334 if (find_allowdeny(r, a->denys, method)) {
343 && !find_allowdeny(r, a->denys, method)) {

Completed in 10 milliseconds