Searched refs:EVHTTP_REQ_GET (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c1002 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1027 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1042 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1111 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1135 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1150 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1196 if (evhttp_make_request(evcon, req[0], EVHTTP_REQ_GET, "/test") == -1) {
1199 if (evhttp_make_request(evcon, req[1], EVHTTP_REQ_GET, "/test") == -1) {
1278 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/delay"),
1300 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/tes
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h479 EVHTTP_REQ_GET = 1 << 0, enumerator in enum:evhttp_cmd_type
748 @param type the request type EVHTTP_REQ_GET, EVHTTP_REQ_POST, etc.
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c303 case EVHTTP_REQ_GET:
1635 type = EVHTTP_REQ_GET;
2068 case EVHTTP_REQ_GET:
3473 EVHTTP_REQ_GET |

Completed in 136 milliseconds