Searched refs:METHOD_HEAD (Results 1 – 3 of 3) sorted by relevance
159 #define METHOD_HEAD 2 macro
1219 case METHOD_HEAD: return "HEAD"; in httpd_method_str()2045 else if ( strcasecmp( method_str, httpd_method_str( METHOD_HEAD ) ) == 0 ) in httpd_parse_request()2046 hc->method = METHOD_HEAD; in httpd_parse_request()2760 if ( hc->method == METHOD_HEAD ) in ls()3885 if ( hc->method != METHOD_GET && hc->method != METHOD_HEAD ) in really_start_request()3899 if ( hc->method == METHOD_HEAD ) in really_start_request()
369 case METHOD_HEAD: in _Worker()