Lines Matching refs:evhttp_find_header
447 evhttp_find_header(req->output_headers, "Content-Length") == NULL){ in evhttp_make_header_request()
463 const char *connection = evhttp_find_header(headers, "Proxy-Connection"); in evhttp_is_connection_close()
466 const char *connection = evhttp_find_header(headers, "Connection"); in evhttp_is_connection_close()
482 const char *connection = evhttp_find_header(headers, "Connection"); in evhttp_is_connection_keepalive()
491 if (evhttp_find_header(headers, "Date") == NULL) { in evhttp_maybe_add_date_header()
505 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL && in evhttp_maybe_add_content_length_header()
506 evhttp_find_header(headers, "Content-Length") == NULL) { in evhttp_maybe_add_content_length_header()
555 if (evhttp_find_header(req->output_headers, in evhttp_make_header_response()
582 expect = evhttp_find_header(h, "Expect"); in evhttp_have_expect()
1852 evhttp_find_header(const struct evkeyvalq *headers, const char *key) in evhttp_find_header() function
2119 content_length = evhttp_find_header(headers, "Content-Length"); in evhttp_get_body_length()
2120 connection = evhttp_find_header(headers, "Connection"); in evhttp_get_body_length()
2185 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding"); in evhttp_get_body()
2823 if (evhttp_find_header(req->output_headers, "Content-Length") == NULL && in evhttp_send_reply_start()
4092 host = evhttp_find_header(req->input_headers, "Host"); in evhttp_request_get_host()