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

/freebsd-13-stable/contrib/libevent/sample/
H A Dhttp-connect.c50 VERIFY(!evhttp_make_request(evcon, req, EVHTTP_REQ_GET,
H A Dhttp-server.c119 case EVHTTP_REQ_GET: cmdtype = "GET"; break;
172 if (evhttp_request_get_command(req) != EVHTTP_REQ_GET) {
H A Dhttps-client.c461 r = evhttp_make_request(evcon, req, data_file ? EVHTTP_REQ_POST : EVHTTP_REQ_GET, uri);
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c1071 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1096 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1111 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1179 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1203 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1218 if (evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/test") == -1) {
1264 if (evhttp_make_request(evcon, req[0], EVHTTP_REQ_GET, "/test") == -1) {
1267 if (evhttp_make_request(evcon, req[1], EVHTTP_REQ_GET, "/test") == -1) {
1375 tt_int_op(evhttp_make_request(evcon[i], req, EVHTTP_REQ_GET, "/delay"), !=, -1);
1489 tt_int_op(evhttp_make_request(evcon, req, EVHTTP_REQ_GET, "/dela
[all...]
/freebsd-13-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-13-stable/contrib/libevent/include/event2/
H A Dhttp.h492 EVHTTP_REQ_GET = 1 << 0, enumerator in enum:evhttp_cmd_type
783 @param type the request type EVHTTP_REQ_GET, EVHTTP_REQ_POST, etc.
/freebsd-13-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-13-stable/contrib/libevent/
H A Dhttp.c306 case EVHTTP_REQ_GET:
1729 type = EVHTTP_REQ_GET;
2162 case EVHTTP_REQ_GET:
3622 EVHTTP_REQ_GET |
/freebsd-13-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 221 milliseconds