Home
last modified time | relevance | path

Searched refs:evhttp_find_header (Results 1 – 3 of 3) sorted by relevance

/external/libevent/
Dhttp.c460 evhttp_find_header(req->output_headers, "Content-Length") == NULL){ in evhttp_make_header_request()
476 const char *connection = evhttp_find_header(headers, "Proxy-Connection"); in evhttp_is_connection_close()
479 const char *connection = evhttp_find_header(headers, "Connection"); in evhttp_is_connection_close()
488 const char *connection = evhttp_find_header(headers, "Connection"); in evhttp_is_connection_keepalive()
497 if (evhttp_find_header(headers, "Date") == NULL) { in evhttp_maybe_add_date_header()
523 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL && in evhttp_maybe_add_content_length_header()
524 evhttp_find_header(headers, "Content-Length") == NULL) { in evhttp_maybe_add_content_length_header()
573 if (evhttp_find_header(req->output_headers, in evhttp_make_header_response()
1596 evhttp_find_header(const struct evkeyvalq *headers, const char *key) in evhttp_find_header() function
1855 content_length = evhttp_find_header(headers, "Content-Length"); in evhttp_get_body_length()
[all …]
Devrpc.c486 if (evhttp_find_header(req->output_headers, "Content-Type") == NULL) { in evrpc_request_done_closure()
/external/libevent/include/event2/
Dhttp.h564 const char *evhttp_find_header(const struct evkeyvalq *headers,