Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_POST (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libevent/test/
Dregress_rpc.c210 EVHTTP_REQ_POST, in rpc_basic_test()
300 EVHTTP_REQ_POST, in rpc_basic_message()
Dregress_http.c706 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
731 if (req->type != EVHTTP_REQ_POST) { in http_post_cb()
/external/chromium/third_party/libevent/
Devhttp.h179 enum evhttp_cmd_type { EVHTTP_REQ_GET, EVHTTP_REQ_POST, EVHTTP_REQ_HEAD }; enumerator
Devrpc.c265 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()
546 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request()
Dhttp.c309 case EVHTTP_REQ_POST: in evhttp_method()
391 if (req->type == EVHTTP_REQ_POST && in evhttp_make_header_request()
1275 req->type = EVHTTP_REQ_POST; in evhttp_parse_request_line()
1575 if (req->kind == EVHTTP_REQUEST && req->type != EVHTTP_REQ_POST) { in evhttp_get_body()