HomeSort by: relevance | last modified time | path
    Searched defs:evhttp_find_header (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
http.c 460 evhttp_find_header(req->output_headers, "Content-Length") == NULL){
476 const char *connection = evhttp_find_header(headers, "Proxy-Connection");
479 const char *connection = evhttp_find_header(headers, "Connection");
498 const char *connection = evhttp_find_header(headers, "Connection");
507 if (evhttp_find_header(headers, "Date") == NULL) {
521 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL &&
522 evhttp_find_header(headers, "Content-Length") == NULL) {
571 if (evhttp_find_header(req->output_headers,
598 expect = evhttp_find_header(h, "Expect");
1903 evhttp_find_header(const struct evkeyvalq *headers, const char *key function
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 458 evhttp_find_header(req->output_headers, "Content-Length") == NULL){
474 const char *connection = evhttp_find_header(headers, "Proxy-Connection");
477 const char *connection = evhttp_find_header(headers, "Connection");
496 const char *connection = evhttp_find_header(headers, "Connection");
505 if (evhttp_find_header(headers, "Date") == NULL) {
519 if (evhttp_find_header(headers, "Transfer-Encoding") == NULL &&
520 evhttp_find_header(headers, "Content-Length") == NULL) {
569 if (evhttp_find_header(req->output_headers,
596 expect = evhttp_find_header(h, "Expect");
1901 evhttp_find_header(const struct evkeyvalq *headers, const char *key function
    [all...]

Completed in 26 milliseconds