Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-connect.c124 evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport); in main()
H A Dhttp-server.c150 case EVHTTP_REQ_CONNECT: cmdtype = "CONNECT"; break; in dump_request_cb()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h501 EVHTTP_REQ_CONNECT = 1 << 7, enumerator
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c339 case EVHTTP_REQ_CONNECT: in evhttp_method()
365 req->type != EVHTTP_REQ_CONNECT && in evhttp_response_needs_body()
486 if (req->type == EVHTTP_REQ_CONNECT) in evhttp_is_request_connection_close()
1850 type = EVHTTP_REQ_CONNECT; in evhttp_parse_request_line()
1877 if (type == EVHTTP_REQ_CONNECT) { in evhttp_parse_request_line()
2208 case EVHTTP_REQ_CONNECT: in evhttp_method_may_have_body()