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

/external/chromium_org/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(re
[all...]
H A Dregress_rpc.c106 const char *header = evhttp_find_header(
350 const char *header = evhttp_find_header(
427 const char *header = evhttp_find_header(req->input_headers, "X-Hook");
/external/chromium_org/third_party/libevent/
H A Devhttp.h306 const char *evhttp_find_header(const struct evkeyvalq *, const char *);
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...]
H A Devrpc.c356 if (evhttp_find_header(req->output_headers, "Content-Type") == NULL) {

Completed in 101 milliseconds