Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_GET (Results 1 – 7 of 7) sorted by relevance

/external/libevent/test/
Dregress_http.c1117 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_test_()
1142 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_test_()
1157 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_test_()
1225 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_async_test()
1249 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_async_test()
1264 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_async_test()
1308 if (evhttp_make_request(evcon, req[i], EVHTTP_REQ_GET, "/test") == -1) { in http_autofree_connection_test()
1418 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1); in http_fill_backlog()
1532 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"), in http_cancel_test()
1563 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test"), in http_cancel_test()
[all …]
Dregress_rpc.c909 EVHTTP_REQ_GET, in rpc_invalid_type()
/external/libevent/sample/
Dhttp-connect.c85 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in connect_cb()
Dhttp-server.c142 case EVHTTP_REQ_GET: cmdtype = "GET"; break; in dump_request_cb()
195 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
Dhttps-client.c499 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
/external/libevent/include/event2/
Dhttp.h493 EVHTTP_REQ_GET = 1 << 0, enumerator
/external/libevent/
Dhttp.c314 case EVHTTP_REQ_GET: in evhttp_method()
1770 type = EVHTTP_REQ_GET; in evhttp_parse_request_line()
2201 case EVHTTP_REQ_GET: in evhttp_method_may_have_body()
3682 EVHTTP_REQ_GET | in evhttp_new_object()