Searched refs:http_method_get_or_head (Results 1 – 5 of 5) sorted by relevance
93 #define http_method_get_or_head(method) ((method) <= HTTP_METHOD_HEAD) macro
354 if (!http_method_get_or_head(r->http_method)) in http_range_rfc7233()
1275 if (http_method_get_or_head(r->http_method) in http_request_parse()
883 && !http_method_get_or_head(r->http_method))) { in proxy_create_env()
1315 if (!http_method_get_or_head(r->http_method)) return HANDLER_GO_ON; in URIHANDLER_FUNC()