Searched refs:response_header_insert (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | http-header-glue.c | 75 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 D | response.h | 11 int response_header_insert(server *srv, connection *con, const char *key, size_t keylen, const char…
|
| H A D | mod_trigger_b4_dl.c | 433 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 D | mod_setenv.c | 211 response_header_insert(srv, con, CONST_BUF_LEN(ds->key), CONST_BUF_LEN(ds->value)); in URIHANDLER_FUNC()
|
| H A D | mod_auth.c | 288 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 D | mod_redirect.c | 255 response_header_insert(srv, con, CONST_STR_LEN("Location"), CONST_BUF_LEN(p->location)); in mod_redirect_uri_handler()
|
| H A D | mod_staticfile.c | 350 response_header_insert(srv, con, CONST_STR_LEN("Content-Range"), CONST_BUF_LEN(p->range_buf)); in http_response_parse_range()
|
| H A D | response.c | 394 …response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("OPTIONS, GET, HEAD, POST")… in http_response_prepare()
|
| H A D | mod_compress.c | 803 response_header_insert(srv, con, CONST_STR_LEN("Vary"), CONST_STR_LEN("Accept-Encoding")); in PHYSICALPATH_FUNC()
|
| H A D | mod_webdav.c | 462 response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("PROPFIND")); in URIHANDLER_FUNC() 464 …response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("PROPFIND, DELETE, MKCOL, P… in URIHANDLER_FUNC()
|
| H A D | connections.c | 456 …response_header_insert(srv, con, CONST_STR_LEN("Allow"), CONST_STR_LEN("OPTIONS, GET, HEAD, POST")…
|