Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Drequest.c289 int reqline_hostlen = 0; in http_request_parse() local
460 reqline_hostlen = nuri - reqline_host; in http_request_parse()
466 reqline_hostlen = nuri - reqline_host; in http_request_parse()
573 buffer_copy_string_len(ds->value, reqline_host, reqline_hostlen); in http_request_parse()