Searched refs:http_header_env_append (Results 1 – 4 of 4) sorted by relevance
| /lighttpd1.4/src/ |
| H A D | http_header.h | 137 void http_header_env_append(request_st *r, const char *k, uint32_t klen, const char *v, uint32_t vl…
|
| H A D | mod_setenv.c | 231 http_header_env_append(r, BUF_PTR_LEN(&ds->key), in REQUEST_FUNC()
|
| H A D | http_header.c | 354 void http_header_env_append(request_st * const r, const char *k, uint32_t klen, const char *v, uint… in http_header_env_append() function
|
| H A D | http-header-glue.c | 925 http_header_env_append(r, k + 9, klen - 9, value, end - value); in http_response_process_headers()
|