Home
last modified time | relevance | path

Searched refs:http_header_request_append (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_header.h130 void http_header_request_append(request_st *r, enum http_header_e id, const char *k, uint32_t klen,…
H A Dmod_setenv.c200 http_header_request_append(r, ds->ext, BUF_PTR_LEN(&ds->key), in URIHANDLER_FUNC()
H A Dhttp_header.c326 void http_header_request_append(request_st * const r, enum http_header_e id, const char *k, uint32_… in http_header_request_append() function
H A Drequest.c497 http_header_request_append(r, id, k, klen, v, vlen); in http_request_parse_single_header()
H A Dmod_proxy.c777 http_header_request_append(r, HTTP_HEADER_X_FORWARDED_FOR, in proxy_set_Forwarded()