Searched refs:vals (Results 1 – 1 of 1) sorted by relevance
211 static int http_request_split_value(array *vals, buffer *b) { in http_request_split_value() argument255 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() local826 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()