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

  /external/chromium/third_party/libevent/
evhttp.h 179 enum evhttp_cmd_type { EVHTTP_REQ_GET, EVHTTP_REQ_POST, EVHTTP_REQ_HEAD };
evrpc.c 265 if (req->type != EVHTTP_REQ_POST ||
546 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri);
http.c 309 case EVHTTP_REQ_POST:
391 if (req->type == EVHTTP_REQ_POST &&
1275 req->type = EVHTTP_REQ_POST;
    [all...]
  /external/chromium/third_party/libevent/test/
regress_rpc.c 210 EVHTTP_REQ_POST,
300 EVHTTP_REQ_POST,
regress_http.c 706 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) {
731 if (req->type != EVHTTP_REQ_POST) {

Completed in 52 milliseconds