Home
last modified time | relevance | path

Searched refs:HTTP_HEADER_IF_MATCH (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_http_header.c53 case HTTP_HEADER_IF_MATCH: in test_http_header_tables()
/lighttpd1.4/src/
H A Dhttp_header.h69 ,HTTP_HEADER_IF_MATCH enumerator
H A Dhttp_header.c59 ,{ HTTP_HEADER_IF_MATCH, CONST_LEN_STR("if-match") }
H A Dh2.c58 ,[HTTP_HEADER_IF_MATCH] = "if-match"
145 ,[HTTP_HEADER_IF_MATCH] = LSHPACK_HDR_IF_MATCH
206 ,[LSHPACK_HDR_IF_MATCH] = HTTP_HEADER_IF_MATCH
H A Dmod_webdav.c2359 ? http_header_request_get(r, HTTP_HEADER_IF_MATCH, in webdav_if_match_or_unmodified_since()