Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dresponse.h13 int response_header_append(server *srv, connection *con, const char *key, size_t keylen, const char…
H A Dmod_expire.c345 response_header_append(srv, con, CONST_STR_LEN("Cache-Control"), CONST_BUF_LEN(p->expire_tstmp)); in URIHANDLER_FUNC()
H A Dhttp-header-glue.c106 int response_header_append(server *srv, connection *con, const char *key, size_t keylen, const char… in response_header_append() function