Home
last modified time | relevance | path

Searched refs:http_header_env_append (Results 1 – 4 of 4) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A Dhttp_header.h135 void http_header_env_append(request_st *r, const char *k, uint32_t klen, const char *v, uint32_t vl…
H A Dmod_setenv.c206 http_header_env_append(r, BUF_PTR_LEN(&ds->key), in REQUEST_FUNC()
H A Dhttp_header.c353 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 Dhttp-header-glue.c926 http_header_env_append(r, k + 9, klen - 9, value, end - value); in http_response_process_headers()