Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp-header-glue.c259 if (con->request.http_if_none_match) { in http_response_handle_cachable()
260 if (etag_is_equal(con->physical.etag, con->request.http_if_none_match)) { in http_response_handle_cachable()
H A Drequest.c986 if (!con->request.http_if_none_match) { in http_request_parse()
987 con->request.http_if_none_match = ds->value->ptr; in http_request_parse()
H A Dbase.h170 const char *http_if_none_match; member
H A Dconnections.c821 con->request.http_if_none_match = NULL;