Home
last modified time | relevance | path

Searched refs:http_method_get_head_query (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_kv.h94 #define http_method_get_head_query(method) ((method) <= HTTP_METHOD_QUERY) macro
H A Dmod_expire.c313 if (!http_method_get_head_query(r->http_method)) return HANDLER_GO_ON; in REQUEST_FUNC()
H A Dhttp-header-glue.c214 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()
H A Dmod_deflate.c1961 if (http_method_get_head_query(r->http_method)) { in REQUEST_FUNC()