Searched refs:http_header_response_unset (Results 1 – 12 of 12) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http-header-glue.c | 247 http_header_response_unset(r, HTTP_HEADER_TRANSFER_ENCODING, in http_response_body_clear() 252 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, in http_response_body_clear() 434 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, in http_response_xsendfile() 490 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, in http_response_xsendfile2() 671 http_header_response_unset(r, HTTP_HEADER_ETAG, in http_response_backend_done() 673 http_header_response_unset(r, HTTP_HEADER_LAST_MODIFIED, in http_response_backend_done() 675 http_header_response_unset(r, HTTP_HEADER_CACHE_CONTROL, in http_response_backend_done() 677 http_header_response_unset(r, HTTP_HEADER_EXPIRES, in http_response_backend_done() 1004 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, in http_response_process_headers()
|
| H A D | http_header.h | 119 void http_header_response_unset(request_st *r, enum http_header_e id, const char *k, uint32_t klen);
|
| H A D | response.c | 121 http_header_response_unset(r, HTTP_HEADER_CONTENT_ENCODING, CONST_STR_LEN("Content-Encoding")); in http_response_write_header() 730 http_header_response_unset(r, HTTP_HEADER_OTHER, CONST_STR_LEN("Trailer")); in http_response_merge_trailers() 748 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, in http_response_write_prepare()
|
| H A D | mod_proxy.c | 1064 http_header_response_unset(r, HTTP_HEADER_UPGRADE, in proxy_response_headers() 1066 http_header_response_unset(r, HTTP_HEADER_OTHER, in proxy_response_headers() 1078 http_header_response_unset(r, HTTP_HEADER_UPGRADE, in proxy_response_headers()
|
| H A D | mod_cgi.c | 518 http_header_response_unset(r, HTTP_HEADER_UPGRADE, in cgi_response_headers() 520 http_header_response_unset(r, HTTP_HEADER_OTHER, in cgi_response_headers() 531 http_header_response_unset(r, HTTP_HEADER_UPGRADE, in cgi_response_headers()
|
| H A D | http_range.c | 460 http_header_response_unset(r, HTTP_HEADER_ACCEPT_RANGES, in http_range_rfc7233()
|
| H A D | mod_setenv.c | 269 : http_header_response_unset(r, ds->ext, BUF_PTR_LEN(&ds->key)); in REQUEST_FUNC()
|
| H A D | http_header.c | 238 void http_header_response_unset(request_st * const r, enum http_header_e id, const char *k, uint32_… in http_header_response_unset() function
|
| H A D | mod_deflate.c | 2052 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, in REQUEST_FUNC() 2140 http_header_response_unset(r, HTTP_HEADER_CONTENT_ENCODING, CONST_STR_LEN("Content-Encoding")); in REQUEST_FUNC() 2152 http_header_response_unset(r, HTTP_HEADER_CONTENT_LENGTH, CONST_STR_LEN("Content-Length")); in REQUEST_FUNC()
|
| H A D | mod_dirlisting.c | 1505 http_header_response_unset(r, HTTP_HEADER_CONTENT_TYPE, in mod_dirlisting_cache_check()
|
| H A D | h2.c | 2133 http_header_response_unset(r, HTTP_HEADER_CONTENT_ENCODING, in h2_send_headers()
|
| H A D | mod_magnet.c | 1677 http_header_response_unset(r, id, k.ptr, k.len); in magnet_resphdr_set_kv()
|