HomeSort by relevance Sort by last modified time
    Searched refs:EVHTTP_REQ_GET (Results 1 - 6 of 6) sorted by null

  /external/libevent/sample/
http-connect.c 50 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET,
http-server.c 119 case EVHTTP_REQ_GET: cmdtype = "GET"; break;
172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) {
https-client.c 461 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri);
  /external/libevent/test/
regress_http.c 1071 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) {
    [all...]
  /external/libevent/include/event2/
http.h 492 EVHTTP_REQ_GET = 1 << 0,
783 @param type the request type EVHTTP_REQ_GET, EVHTTP_REQ_POST, etc.
    [all...]
  /external/libevent/
http.c 306 case EVHTTP_REQ_GET:
    [all...]

Completed in 250 milliseconds