/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_rpc.c | 210 EVHTTP_REQ_POST, in rpc_basic_test() 289 EVHTTP_REQ_POST, in rpc_basic_message()
|
H A D | regress_http.c | 1991 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 D | regress_rpc.c | 210 EVHTTP_REQ_POST, in rpc_basic_test() 289 EVHTTP_REQ_POST, in rpc_basic_message()
|
H A D | regress_http.c | 1991 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 D | https-client.c | 499 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
|
H A D | http-server.c | 143 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
|
/freebsd/contrib/libevent/sample/ |
H A D | https-client.c | 499 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
|
H A D | http-server.c | 143 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http.h | 494 EVHTTP_REQ_POST = 1 << 1, enumerator
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http.h | 494 EVHTTP_REQ_POST = 1 << 1, enumerator
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evrpc.c | 291 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 D | http.c | 317 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 D | ChangeLog | 232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
|
/freebsd/contrib/libevent/ |
H A D | evrpc.c | 291 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 D | http.c | 317 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 D | ChangeLog | 232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
|