Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp_find_header

447 	    evhttp_find_header(req->output_headers, "Content-Length") == NULL){
463 const char *connection = evhttp_find_header(headers, "Proxy-Connection");
466 const char *connection = evhttp_find_header(headers, "Connection");
482 const char *connection = evhttp_find_header(headers, "Connection");
491 if (evhttp_find_header(headers, "Date") == NULL) {
505 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL &&
506 evhttp_find_header(headers, "Content-Length") == NULL) {
555 if (evhttp_find_header(req->output_headers,
582 expect = evhttp_find_header(h, "Expect");
1852 evhttp_find_header(const struct evkeyvalq *headers, const char *key)
2119 content_length = evhttp_find_header(headers, "Content-Length");
2120 connection = evhttp_find_header(headers, "Connection");
2185 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding");
2823 if (evhttp_find_header(req->output_headers, "Content-Length") == NULL &&
4092 host = evhttp_find_header(req->input_headers, "Host");