Searched refs:evhttp_make_request (Results 1 - 5 of 5) sorted by relevance
/external/chromium/third_party/libevent/ |
H A D | evhttp.h | 298 int evhttp_make_request(struct evhttp_connection *evcon,
|
H A D | evrpc.c | 546 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri);
|
H A D | http.c | 1799 evhttp_make_request(struct evhttp_connection *evcon, function
|
/external/chromium/third_party/libevent/test/ |
H A D | regress_http.c | 438 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { 466 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { 482 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { 647 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/?arg=val") == -1) { 706 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { 876 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { 937 if (evhttp_make_request(evcon, 1332 if (evhttp_make_request(evcon, req, 1439 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
|
H A D | regress_rpc.c | 209 if (evhttp_make_request(evcon, req, 299 if (evhttp_make_request(evcon, req,
|
Completed in 52 milliseconds