HomeSort by relevance Sort by last modified time
    Searched full:input_headers (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libevent/test/
regress_http.c 182 evhttp_find_header(req->input_headers,
217 int empty = evhttp_find_header(req->input_headers, "Empty") != NULL;
224 evhttp_find_header(req->input_headers,"X-multi");
228 if (evhttp_find_header(req->input_headers, "X-Last"))
234 if (evhttp_find_header(req->input_headers, "X-Negative"))
510 if (evhttp_find_header(req->input_headers, "Content-Type") == NULL) {
539 if (evhttp_find_header(req->input_headers, "Date") == NULL) {
545 if (evhttp_find_header(req->input_headers, "Content-Length") == NULL) {
550 if (strcmp(evhttp_find_header(req->input_headers, "Content-Length"),
592 if (evhttp_find_header(req->input_headers, "Content-Type") == NULL)
    [all...]
regress_rpc.c 107 req->input_headers, "X-Hook");
351 req->input_headers, "X-Pool-Hook");
417 evhttp_add_header(req->input_headers, "X-Hook", hook_type);
427 const char *header = evhttp_find_header(req->input_headers, "X-Hook");
430 evhttp_remove_header(req->input_headers, "X-Hook");
431 evhttp_add_header(req->input_headers, "X-Pool-Hook", "ran");
  /external/chromium/third_party/libevent/
http.c 464 int is_keepalive = evhttp_is_connection_keepalive(req->input_headers);
503 if (evhttp_is_connection_close(req->flags, req->input_headers)) {
731 evhttp_is_connection_close(req->flags, req->input_headers)||
    [all...]
evhttp.h 204 struct evkeyvalq *input_headers; member in struct:evhttp_request

Completed in 71 milliseconds