Home
last modified time | relevance | path

Searched refs:EVHTTP_REQ_CONNECT (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/libevent/sample/
H A Dhttp-connect.c108 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, buffer); in main()
H A Dhttp-server.c126 case EVHTTP_REQ_CONNECT: cmdtype = "CONNECT"; break; in dump_request_cb()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h486 EVHTTP_REQ_CONNECT = 1 << 7, enumerator
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h499 EVHTTP_REQ_CONNECT = 1 << 7, enumerator
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c324 case EVHTTP_REQ_CONNECT: in evhttp_method()
1711 type = EVHTTP_REQ_CONNECT; in evhttp_parse_request_line()
2072 case EVHTTP_REQ_CONNECT: in evhttp_method_may_have_body()
/freebsd-13.1/contrib/libevent/
H A Dhttp.c327 case EVHTTP_REQ_CONNECT: in evhttp_method()
1805 type = EVHTTP_REQ_CONNECT; in evhttp_parse_request_line()
2166 case EVHTTP_REQ_CONNECT: in evhttp_method_may_have_body()