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

/httpd/build/
H A Dnw_export.inc7 so that httpd.h will not mess with them. This allows
/httpd/modules/aaa/
H A Dmod_access_compat.c71 apr_array_header_t *allows; member in struct:__anon50
87 conf->allows = apr_array_make(p, 1, sizeof(allowdeny));
155 a = (allowdeny *) apr_array_push(cmd->info ? d->allows : d->denys);
326 if (find_allowdeny(r, a->allows, method)) {
337 if (find_allowdeny(r, a->allows, method)) {
342 if (find_allowdeny(r, a->allows, method)

Completed in 9 milliseconds