Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.c150 void array_set_key_value(array *hdrs, const char *key, size_t key_len, const char *value, size_t va… in array_set_key_value() argument
153 if (NULL != (ds_dst = (data_string *)array_get_element(hdrs, key))) { in array_set_key_value()
158 if (NULL == (ds_dst = (data_string *)array_get_unused_element(hdrs, TYPE_STRING))) { in array_set_key_value()
164 array_insert_unique(hdrs, (data_unset *)ds_dst); in array_set_key_value()
H A Darray.h171 void array_set_key_value(array *hdrs, const char *key, size_t key_len, const char *value, size_t va…
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DSConstruct10 def checkCHeaders(autoconf, hdrs):
12 for hdr in hdrs: