Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h671 int evhttp_connection_set_flags(struct evhttp_connection *evcon,
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c3667 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR)); in http_connection_retry_test_basic()
4000 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_READ_ON_WRITE_ERROR)); in http_data_length_constraints_test_impl()
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt469 evhttp_connection_set_flags():
H A Dhttp.c2426 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags() function