Searched refs:EVHTTP_REQ_GET (Results 1 – 7 of 7) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 1117 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 …]
|
D | regress_rpc.c | 909 EVHTTP_REQ_GET, in rpc_invalid_type()
|
/external/libevent/sample/ |
D | http-connect.c | 85 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in connect_cb()
|
D | http-server.c | 142 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()
|
D | https-client.c | 499 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
|
/external/libevent/include/event2/ |
D | http.h | 493 EVHTTP_REQ_GET = 1 << 0, enumerator
|
/external/libevent/ |
D | http.c | 314 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()
|