Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c214 EVHTTP_REQ_POST, in rpc_basic_test()
293 EVHTTP_REQ_POST, in rpc_basic_message()
H A Dregress_http.c1996 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
2016 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
2038 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
4108 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4118 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4130 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4142 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4200 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_lingering_close_test_impl()
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttps-client.c500 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
H A Dhttp-server.c144 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h495 EVHTTP_REQ_POST = 1 << 1, enumerator
/netbsd-src/external/bsd/libevent/dist/
H A Devrpc.c295 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()
750 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request_closure()
H A Dhttp.c321 case EVHTTP_REQ_POST: in evhttp_method()
459 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1794 type = EVHTTP_REQ_POST; in evhttp_parse_request_line()
2201 case EVHTTP_REQ_POST: in evhttp_method_may_have_body()
3687 EVHTTP_REQ_POST | in evhttp_new_object()
H A DChangeLog232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)