Lines Matching refs:evhttp_find_header
456 evhttp_find_header(req->output_headers, "Content-Length") == NULL){ in evhttp_make_header_request()
472 const char *connection = evhttp_find_header(headers, "Proxy-Connection"); in evhttp_is_connection_close()
475 const char *connection = evhttp_find_header(headers, "Connection"); in evhttp_is_connection_close()
494 const char *connection = evhttp_find_header(headers, "Connection"); in evhttp_is_connection_keepalive()
503 if (evhttp_find_header(headers, "Date") == NULL) { in evhttp_maybe_add_date_header()
517 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL && in evhttp_maybe_add_content_length_header()
518 evhttp_find_header(headers, "Content-Length") == NULL) { in evhttp_maybe_add_content_length_header()
567 if (evhttp_find_header(req->output_headers, in evhttp_make_header_response()
594 expect = evhttp_find_header(h, "Expect"); in evhttp_have_expect()
1899 evhttp_find_header(const struct evkeyvalq *headers, const char *key) in evhttp_find_header() function
2165 content_length = evhttp_find_header(headers, "Content-Length"); in evhttp_get_body_length()
2166 connection = evhttp_find_header(headers, "Connection"); in evhttp_get_body_length()
2226 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding"); in evhttp_get_body()
2875 if (evhttp_find_header(req->output_headers, "Content-Length") == NULL && in evhttp_send_reply_start()
4152 host = evhttp_find_header(req->input_headers, "Host"); in evhttp_request_get_host()