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

/external/chromium/third_party/libevent/
H A Devhttp.h298 int evhttp_make_request(struct evhttp_connection *evcon,
H A Devrpc.c546 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri);
H A Dhttp.c1799 evhttp_make_request(struct evhttp_connection *evcon, function
/external/chromium/third_party/libevent/test/
H A Dregress_http.c438 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 Dregress_rpc.c209 if (evhttp_make_request(evcon, req,
299 if (evhttp_make_request(evcon, req,

Completed in 52 milliseconds