Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libevent/sample/
H A Dhttp-server.c120 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
H A Dhttps-client.c461 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c211 EVHTTP_REQ_POST, in rpc_basic_test()
290 EVHTTP_REQ_POST, in rpc_basic_message()
H A Dregress_http.c1692 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
1712 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
1734 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
3663 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test()
3672 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_rpc.c211 EVHTTP_REQ_POST, in rpc_basic_test()
290 EVHTTP_REQ_POST, in rpc_basic_message()
H A Dregress_http.c1947 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
1967 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/postit") == -1) { in http_post_test()
1989 if (evhttp_request_get_command(req) != EVHTTP_REQ_POST) { in http_post_cb()
4044 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4053 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4063 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4076 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_data_length_constraints_test_impl()
4134 if (evhttp_make_request(evcon, req, EVHTTP_REQ_POST, "/") == -1) { in http_lingering_close_test_impl()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h480 EVHTTP_REQ_POST = 1 << 1, enumerator
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h493 EVHTTP_REQ_POST = 1 << 1, enumerator
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devrpc.c291 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()
745 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request_closure()
H A Dhttp.c306 case EVHTTP_REQ_POST: in evhttp_method()
440 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1655 type = EVHTTP_REQ_POST; in evhttp_parse_request_line()
2061 case EVHTTP_REQ_POST: in evhttp_method_may_have_body()
3474 EVHTTP_REQ_POST | in evhttp_new_object()
/freebsd-13.1/contrib/libevent/
H A Devrpc.c291 if (req->type != EVHTTP_REQ_POST || in evrpc_request_cb()
745 res = evhttp_make_request(connection, req, EVHTTP_REQ_POST, uri); in evrpc_schedule_request_closure()
H A Dhttp.c309 case EVHTTP_REQ_POST: in evhttp_method()
446 if ((req->type == EVHTTP_REQ_POST || req->type == EVHTTP_REQ_PUT) && in evhttp_make_header_request()
1749 type = EVHTTP_REQ_POST; in evhttp_parse_request_line()
2155 case EVHTTP_REQ_POST: in evhttp_method_may_have_body()
3623 EVHTTP_REQ_POST | in evhttp_new_object()