Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Drequest.c211 static int http_request_split_value(array *vals, buffer *b) { in http_request_split_value() argument
255 if (NULL == (ds = (data_string *)array_get_unused_element(vals, TYPE_STRING))) { in http_request_split_value()
260 array_insert_unique(vals, (data_unset *)ds); in http_request_split_value()
821 array *vals; in http_request_parse() local
826 vals = srv->split_vals; in http_request_parse()
828 array_reset(vals); in http_request_parse()
830 http_request_split_value(vals, ds->value); in http_request_parse()
832 for (vi = 0; vi < vals->used; vi++) { in http_request_parse()
833 data_string *dsv = (data_string *)vals->data[vi]; in http_request_parse()