Searched refs:input_headers (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libevent/test/
H A Dregress_http.c182 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, "Conten
[all...]
H A Dregress_rpc.c107 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/
H A Devhttp.h204 struct evkeyvalq *input_headers; member in struct:evhttp_request
H A Dhttp.c464 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)||
1490 struct evkeyvalq* headers = req->input_headers;
1533 struct evkeyvalq *headers = req->input_headers;
1580 xfer_enc = evhttp_find_header(req->input_headers, "Transfer-Encoding");
1868 !evhttp_is_connection_keepalive(req->input_headers))||
1869 evhttp_is_connection_close(req->flags, req->input_headers) ||
2448 req->input_headers = calloc(1, sizeof(struct evkeyvalq));
2449 if (req->input_headers
[all...]

Completed in 72 milliseconds