Searched refs:EVHTTP_REQ_GET (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libevent/
H A Devhttp.h179 enum evhttp_cmd_type { EVHTTP_REQ_GET, EVHTTP_REQ_POST, EVHTTP_REQ_HEAD }; enumerator in enum:evhttp_cmd_type
H A Dhttp.c306 case EVHTTP_REQ_GET:
1273 req->type = EVHTTP_REQ_GET;
/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) {
876 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
938 req, EVHTTP_REQ_GET, with_delay ? "/largedelay" : "/test") == -1) {
1333 EVHTTP_REQ_GET, "/chunked") == -1) {
1439 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {

Completed in 5164 milliseconds