Searched refs:http_header_request_append (Results 1 – 5 of 5) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_header.h | 130 void http_header_request_append(request_st *r, enum http_header_e id, const char *k, uint32_t klen,…
|
| H A D | mod_setenv.c | 200 http_header_request_append(r, ds->ext, BUF_PTR_LEN(&ds->key), in URIHANDLER_FUNC()
|
| H A D | http_header.c | 326 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 D | request.c | 497 http_header_request_append(r, id, k, klen, v, vlen); in http_request_parse_single_header()
|
| H A D | mod_proxy.c | 777 http_header_request_append(r, HTTP_HEADER_X_FORWARDED_FOR, in proxy_set_Forwarded()
|