Searched refs:EVHTTP_REQ_GET (Results 1 – 6 of 6) sorted by relevance
/external/libevent/test/ |
D | regress_http.c | 1071 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_test_() 1096 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_test_() 1111 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_test_() 1179 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_async_test() 1203 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_async_test() 1218 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) { in http_connection_async_test() 1264 if (evhttp_make_request(evcon, req[0], EVHTTP_REQ_GET, "/test") == -1) { in http_autofree_connection_test() 1267 if (evhttp_make_request(evcon, req[1], EVHTTP_REQ_GET, "/test") == -1) { in http_autofree_connection_test() 1375 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1); in http_fill_backlog() 1489 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"), in http_cancel_test() [all …]
|
/external/libevent/sample/ |
D | http-server.c | 119 case EVHTTP_REQ_GET: cmdtype = "GET"; break; in dump_request_cb() 172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
|
D | http-connect.c | 50 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in connect_cb()
|
D | https-client.c | 461 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
|
/external/libevent/include/event2/ |
D | http.h | 492 EVHTTP_REQ_GET = 1 << 0, enumerator
|
/external/libevent/ |
D | http.c | 306 case EVHTTP_REQ_GET: in evhttp_method() 1729 type = EVHTTP_REQ_GET; in evhttp_parse_request_line() 2162 case EVHTTP_REQ_GET: in evhttp_method_may_have_body() 3622 EVHTTP_REQ_GET | in evhttp_new_object()
|