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

/external/libevent/sample/
H A Dhttp-connect.c50 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET,
108 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, buffer);
H A Dhttps-client.c461 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri);
463 fprintf(stderr, "evhttp_make_request() failed\n");
/external/libevent/test/
H A Dregress_http.c1071 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1096 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1111 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1179 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1203 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1218 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1264 if (evhttp_make_request(evcon, req[0], EVHTTP_REQ_GET, "/test") == -1) {
1267 if (evhttp_make_request(evcon, req[1], EVHTTP_REQ_GET, "/test") == -1) {
1375 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1);
1489 tt_int_op(evhttp_make_request(evco
[all...]
H A Dregress_rpc.c210 if (evhttp_make_request(evcon, req,
289 if (evhttp_make_request(evcon, req,
/external/libevent/include/event2/
H A Dhttp.h789 int evhttp_make_request(struct evhttp_connection *evcon,
/external/libevent/
H A Devrpc.c745 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri);
H A Dhttp.c1406 * User callback can do evhttp_make_request() on the same
2604 evhttp_make_request(struct evhttp_connection *evcon, function

Completed in 297 milliseconds