Searched defs:evhttp_find_header (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
H A Dhttp.c392 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) function
1537 content_length = evhttp_find_header(header
[all...]

Completed in 170 milliseconds