Home
last modified time | relevance | path

Searched refs:response_header_insert (Results 1 – 11 of 11) 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() function
103 return response_header_insert(srv, con, key, keylen, value, vallen); in response_header_overwrite()
118 return response_header_insert(srv, con, key, keylen, value, vallen); in response_header_append()
209 response_header_insert(srv, con, CONST_STR_LEN("Location"), CONST_BUF_LEN(o)); in http_response_redirect_to_directory()
H A Dresponse.h11 int response_header_insert(server *srv, connection *con, const char *key, size_t keylen, const char…
H A Dmod_trigger_b4_dl.c433 response_header_insert(srv, con, CONST_STR_LEN("Location"), CONST_BUF_LEN(p->conf.deny_url)); in URIHANDLER_FUNC()
447 response_header_insert(srv, con, CONST_STR_LEN("Location"), CONST_BUF_LEN(p->conf.deny_url)); in URIHANDLER_FUNC()
497 response_header_insert(srv, con, CONST_STR_LEN("Location"), CONST_BUF_LEN(p->conf.deny_url)); in URIHANDLER_FUNC()
H A Dmod_setenv.c211 response_header_insert(srv, con, CONST_BUF_LEN(ds->key), CONST_BUF_LEN(ds->value)); in URIHANDLER_FUNC()
H A Dmod_auth.c288 response_header_insert(srv, con, CONST_STR_LEN("WWW-Authenticate"), CONST_BUF_LEN(p->tmp_buf)); in mod_auth_uri_handler()
299 response_header_insert(srv, con, CONST_STR_LEN("WWW-Authenticate"), CONST_BUF_LEN(p->tmp_buf)); in mod_auth_uri_handler()
H A Dmod_redirect.c255 response_header_insert(srv, con, CONST_STR_LEN("Location"), CONST_BUF_LEN(p->location)); in mod_redirect_uri_handler()
H A Dmod_staticfile.c350 response_header_insert(srv, con, CONST_STR_LEN("Content-Range"), CONST_BUF_LEN(p->range_buf)); in http_response_parse_range()
H A Dresponse.c394response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("OPTIONS, GET, HEAD, POST")… in http_response_prepare()
H A Dmod_compress.c803 response_header_insert(srv, con, CONST_STR_LEN("Vary"), CONST_STR_LEN("Accept-Encoding")); in PHYSICALPATH_FUNC()
H A Dmod_webdav.c462 response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("PROPFIND")); in URIHANDLER_FUNC()
464response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("PROPFIND, DELETE, MKCOL, P… in URIHANDLER_FUNC()
H A Dconnections.c456response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("OPTIONS, GET, HEAD, POST")…