Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c210 EVHTTP_REQ_POST, in rpc_basic_test()
289 EVHTTP_REQ_POST, in rpc_basic_message()
H A Dregress_http.c1991 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
2011 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
2033 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
4103 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4113 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4125 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4137 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4195 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_lingering_close_test_impl()
/freebsd/contrib/libevent/test/
H A Dregress_rpc.c210 EVHTTP_REQ_POST, in rpc_basic_test()
289 EVHTTP_REQ_POST, in rpc_basic_message()
H A Dregress_http.c1991 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
2011 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
2033 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
4103 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4113 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4125 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4137 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4195 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_lingering_close_test_impl()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c499 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
H A Dhttp-server.c143 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c499 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
H A Dhttp-server.c143 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h494 EVHTTP_REQ_POST = 1 << 1, enumerator
/freebsd/contrib/libevent/include/event2/
H A Dhttp.h494 EVHTTP_REQ_POST = 1 << 1, enumerator
/freebsd/contrib/ntp/sntp/libevent/
H A Devrpc.c291 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()
746 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request_closure()
H A Dhttp.c317 case EVHTTP_REQ_POST: in evhttp_method()
455 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1790 type = EVHTTP_REQ_POST; in evhttp_parse_request_line()
2197 case EVHTTP_REQ_POST: in evhttp_method_may_have_body()
3683 EVHTTP_REQ_POST | in evhttp_new_object()
H A DChangeLog232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
/freebsd/contrib/libevent/
H A Devrpc.c291 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()
746 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request_closure()
H A Dhttp.c317 case EVHTTP_REQ_POST: in evhttp_method()
455 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1790 type = EVHTTP_REQ_POST; in evhttp_parse_request_line()
2197 case EVHTTP_REQ_POST: in evhttp_method_may_have_body()
3683 EVHTTP_REQ_POST | in evhttp_new_object()
H A DChangeLog232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)