Searched refs:EVHTTP_REQ_POST (Results 1 – 5 of 5) sorted by relevance
/external/chromium/third_party/libevent/test/ |
D | regress_rpc.c | 210 EVHTTP_REQ_POST, in rpc_basic_test() 300 EVHTTP_REQ_POST, in rpc_basic_message()
|
D | regress_http.c | 706 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/ |
D | evhttp.h | 179 enum evhttp_cmd_type { EVHTTP_REQ_GET, EVHTTP_REQ_POST, EVHTTP_REQ_HEAD }; enumerator
|
D | evrpc.c | 265 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()
|
D | http.c | 309 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()
|