HomeSort by relevance Sort by last modified time
    Searched defs:evhttp_find_header (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
http.c 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) function
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 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) function
    [all...]

Completed in 243 milliseconds