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

/httpd/modules/http/
H A Dhttp_protocol.c1021 mask = r->allowed_methods->method_mask;
1551 ml->method_mask = 0;
1567 dest->method_mask = src->method_mask;
1591 return !!(l->method_mask & (AP_METHOD_BIT << methnum));
1624 l->method_mask |= (AP_METHOD_BIT << methnum);
1657 l->method_mask &= ~(AP_METHOD_BIT << methnum);
1685 l->method_mask = 0;
H A Dhttp_request.c728 r->allowed_methods->method_mask |= mask;
/httpd/include/
H A Dhttp_core.h284 apr_int64_t method_mask; member in struct:require_line
H A Dhttpd.h637 apr_int64_t method_mask; member in struct:ap_method_list_t

Completed in 2037 milliseconds