Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Drequest.c216 const char *token_start = NULL, *token_end = NULL; in http_request_split_value() local
242 token_start = token_end = current; in http_request_split_value()
259 buffer_copy_string_len(ds->value, token_start, token_end-token_start+1); in http_request_split_value()