Home
last modified time | relevance | path

Searched refs:http_header_request_set_ptr (Results 1 – 7 of 7) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_header.h127 buffer * http_header_request_set_ptr(request_st *r, enum http_header_e id, const char *k, uint32_t …
H A Dhttp_header.c296 buffer * http_header_request_set_ptr(request_st * const r, enum http_header_e id, const char *k, ui… in http_header_request_set_ptr() function
H A Dmod_proxy.c625 b = http_header_request_set_ptr(r, HTTP_HEADER_FORWARDED, in proxy_set_Forwarded()
889 http_header_request_set_ptr(r, HTTP_HEADER_CONTENT_LENGTH, in proxy_create_env()
H A Dmod_extforward.c934 http_header_request_set_ptr(r, HTTP_HEADER_HOST, in mod_extforward_Forwarded()
1006 http_header_request_set_ptr(r, HTTP_HEADER_X_FORWARDED_FOR, in mod_extforward_Forwarded()
H A Drequest.c340 r->http_host = http_header_request_set_ptr(r, HTTP_HEADER_HOST, in http_request_header_set_Host()
H A Dmod_magnet.c1592 r->http_host = http_header_request_set_ptr(r, HTTP_HEADER_HOST, in magnet_reqhdr_set()
/lighttpd1.4/src/t/
H A Dtest_mod_staticfile.c264 http_header_request_set_ptr(r, HTTP_HEADER_IF_NONE_MATCH, in test_http_response_send_file()