Searched refs:http_method_get_head_query (Results 1 – 4 of 4) sorted by relevance
94 #define http_method_get_head_query(method) ((method) <= HTTP_METHOD_QUERY) macro
313 if (!http_method_get_head_query(r->http_method)) return HANDLER_GO_ON; in REQUEST_FUNC()
214 if (http_method_get_head_query(r->http_method)) { in http_response_handle_cachable()223 } else if (http_method_get_head_query(r->http_method) in http_response_handle_cachable()
1961 if (http_method_get_head_query(r->http_method)) { in REQUEST_FUNC()