Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Drequest.c340 char *nuri = NULL; in http_request_parse() local
458 NULL != (nuri = strchr(uri + 7, '/'))) { in http_request_parse()
460 reqline_hostlen = nuri - reqline_host; in http_request_parse()
462 buffer_copy_string_len(con->request.uri, nuri, proto - nuri - 1); in http_request_parse()
464 NULL != (nuri = strchr(uri + 8, '/'))) { in http_request_parse()
466 reqline_hostlen = nuri - reqline_host; in http_request_parse()
468 buffer_copy_string_len(con->request.uri, nuri, proto - nuri - 1); in http_request_parse()