Home
last modified time | relevance | path

Searched refs:http_header_request_unset (Results 1 – 9 of 9) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/t/
H A Dtest_mod_staticfile.c141 http_header_request_unset(r, HTTP_HEADER_IF_MODIFIED_SINCE, in test_http_response_send_file()
233 http_header_request_unset(r, HTTP_HEADER_IF_MODIFIED_SINCE, in test_http_response_send_file()
281 http_header_request_unset(r, HTTP_HEADER_RANGE, CONST_STR_LEN("Range")); in test_http_response_send_file()
313 http_header_request_unset(r, HTTP_HEADER_IF_NONE_MATCH, in test_http_response_send_file()
/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h126 void http_header_request_unset(request_st *r, enum http_header_e id, const char *k, uint32_t klen);
H A Dmod_setenv.c186 : http_header_request_unset(r, ds->ext, BUF_PTR_LEN(&ds->key)); in URIHANDLER_FUNC()
H A Drequest.c1205http_header_request_unset(r, HTTP_HEADER_CONTENT_LENGTH, CONST_STR_LEN("Content-Length")); in http_request_parse()
1311 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in http_request_headers_process_h2()
H A Dhttp_header.c304 void http_header_request_unset(request_st * const r, enum http_header_e id, const char *k, uint32_t… in http_header_request_unset() function
H A Dh2.c2800 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in h2_check_con_upgrade_h2c()
2805 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in h2_check_con_upgrade_h2c()
2838 http_header_request_unset(r, HTTP_HEADER_HTTP2_SETTINGS, in h2_check_con_upgrade_h2c()
2842 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in h2_check_con_upgrade_h2c()
H A Dmod_cgi.c988 http_header_request_unset(r, HTTP_HEADER_UPGRADE, in URIHANDLER_FUNC()
H A Dconnections.c1869 http_header_request_unset(r, HTTP_HEADER_EXPECT, in connection_check_expect_100()
H A Dmod_magnet.c1246 : http_header_request_unset(r, id, k.ptr, k.len); in magnet_reqhdr_set()