Home
last modified time | relevance | path

Searched refs:http_header_response_unset (Results 1 – 12 of 12) sorted by relevance

/lighttpd1.4/src/
H A Dhttp-header-glue.c247 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 Dhttp_header.h119 void http_header_response_unset(request_st *r, enum http_header_e id, const char *k, uint32_t klen);
H A Dresponse.c121 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 Dmod_proxy.c1064 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 Dmod_cgi.c518 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 Dhttp_range.c460 http_header_response_unset(r, HTTP_HEADER_ACCEPT_RANGES, in http_range_rfc7233()
H A Dmod_setenv.c269 : http_header_response_unset(r, ds->ext, BUF_PTR_LEN(&ds->key)); in REQUEST_FUNC()
H A Dhttp_header.c238 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 Dmod_deflate.c2052 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 Dmod_dirlisting.c1505 http_header_response_unset(r, HTTP_HEADER_CONTENT_TYPE, in mod_dirlisting_cache_check()
H A Dh2.c2133 http_header_response_unset(r, HTTP_HEADER_CONTENT_ENCODING, in h2_send_headers()
H A Dmod_magnet.c1677 http_header_response_unset(r, id, k.ptr, k.len); in magnet_resphdr_set_kv()