Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Drequest.c833 data_string *dsv = (data_string *)vals->data[vi]; in http_request_parse() local
835 if (0 == buffer_caseless_compare(CONST_BUF_LEN(dsv->value), CONST_STR_LEN("keep-alive"))) { in http_request_parse()
839 … } else if (0 == buffer_caseless_compare(CONST_BUF_LEN(dsv->value), CONST_STR_LEN("close"))) { in http_request_parse()