Home
last modified time | relevance | path

Searched defs:keylen (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp-header-glue.c75 int response_header_insert(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_insert()
91 int response_header_overwrite(server *srv, connection *con, const char *key, size_t keylen, const c… in response_header_overwrite()
106 int response_header_append(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_append()
H A Darray.c84 static int array_get_index(array *a, const char *key, size_t keylen, int *rndx) { in array_get_index()
/mOS-networking-stack/util/
H A Dhttp_parsing.c40 http_header_str_val(const char* buf, const char *key, const int keylen, in http_header_str_val()