Searched refs:EVHTTP_REQ_POST (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_rpc.c | 214 EVHTTP_REQ_POST, in rpc_basic_test() 293 EVHTTP_REQ_POST, in rpc_basic_message()
|
| H A D | regress_http.c | 1996 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 D | https-client.c | 500 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
|
| H A D | http-server.c | 144 case EVHTTP_REQ_POST: cmdtype = "POST"; break; in dump_request_cb()
|
| /netbsd-src/external/bsd/libevent/dist/include/event2/ |
| H A D | http.h | 495 EVHTTP_REQ_POST = 1 << 1, enumerator
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evrpc.c | 295 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 D | http.c | 321 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 D | ChangeLog | 232 o avoid NULL dereference on request is not EVHTTP_REQ_POST (e05136c7)
|