Searched refs:EVHTTP_REQ_GET (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 1414 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1432 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1451 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1469 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1487 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 3057 EVHTTP_REQ_GET, "/chunked") == -1) { in http_chunk_out_test() 3101 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/streamed") in http_stream_out_test() 3161 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, url) == -1) { in http_stream_in_test_() 3367 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_connection_retry_test() 3399 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_connection_retry_test() [all …]
|
| /freebsd-13.1/contrib/libevent/test/ |
| H A D | regress_http.c | 1661 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1679 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1698 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1716 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 1734 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_virtual_host_test() 3314 EVHTTP_REQ_GET, "/chunked") == -1) { in http_chunk_out_test_impl() 3362 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/streamed") in http_stream_out_test_impl() 3424 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, url) == -1) { in http_stream_in_test_() 3684 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_connection_retry_test_basic() 3719 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in http_connection_retry_test_basic() [all …]
|
| /freebsd-13.1/contrib/libevent/sample/ |
| H A D | http-server.c | 119 case EVHTTP_REQ_GET: cmdtype = "GET"; break; in dump_request_cb() 172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) { in send_document_cb()
|
| H A D | http-connect.c | 50 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET, in connect_cb()
|
| H A D | https-client.c | 461 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri); in main()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http.h | 479 EVHTTP_REQ_GET = 1 << 0, enumerator
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | http.h | 492 EVHTTP_REQ_GET = 1 << 0, enumerator
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | http.c | 303 case EVHTTP_REQ_GET: in evhttp_method() 1635 type = EVHTTP_REQ_GET; in evhttp_parse_request_line() 2068 case EVHTTP_REQ_GET: in evhttp_method_may_have_body() 3473 EVHTTP_REQ_GET | in evhttp_new_object()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | http.c | 306 case EVHTTP_REQ_GET: in evhttp_method() 1729 type = EVHTTP_REQ_GET; in evhttp_parse_request_line() 2162 case EVHTTP_REQ_GET: in evhttp_method_may_have_body() 3622 EVHTTP_REQ_GET | in evhttp_new_object()
|