Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp_find_header

392 	    evhttp_find_header(req->output_headers, "Content-Length") == NULL){
405 const char *connection = evhttp_find_header(headers, "Proxy-Connection");
408 const char *connection = evhttp_find_header(headers, "Connection");
416 const char *connection = evhttp_find_header(headers, "Connection");
424 if (evhttp_find_header(headers, "Date") == NULL) {
448 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL &&
449 evhttp_find_header(headers, "Content-Length") == NULL) {
495 if (evhttp_find_header(req->output_headers,
1309 evhttp_find_header(const struct evkeyvalq *headers, const char *key)
1537 content_length = evhttp_find_header(headers, "Content-Length");
1538 connection = evhttp_find_header(headers, "Connection");
1580 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding");