Home
last modified time | relevance | path

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

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h125 buffer * http_header_request_set_ptr(request_st *r, enum http_header_e id, const char *k, uint32_t …
H A Dhttp_header.c295 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.c634 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.c923 http_header_request_set_ptr(r, HTTP_HEADER_HOST, in mod_extforward_Forwarded()
995 http_header_request_set_ptr(r, HTTP_HEADER_X_FORWARDED_FOR, in mod_extforward_Forwarded()
H A Drequest.c301 r->http_host = http_header_request_set_ptr(r, HTTP_HEADER_HOST, in http_request_header_set_Host()
H A Dmod_magnet.c1206 r->http_host = http_header_request_set_ptr(r, HTTP_HEADER_HOST, in magnet_reqhdr_set()
/dports/www/lighttpd/lighttpd-1.4.63/src/t/
H A Dtest_mod_staticfile.c265 http_header_request_set_ptr(r, HTTP_HEADER_IF_NONE_MATCH, in test_http_response_send_file()