Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h675 int evhttp_connection_set_flags(struct evhttp_connection *evcon,
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c3739 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_REUSE_CONNECTED_ADDR)); in http_connection_retry_test_basic()
4072 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_READ_ON_WRITE_ERROR)); in http_data_length_constraints_test_impl()
/netbsd-src/external/bsd/libevent/dist/
H A Dwhatsnew-2.1.txt469 evhttp_connection_set_flags():
H A Dhttp.c2471 int evhttp_connection_set_flags(struct evhttp_connection *evcon, in evhttp_connection_set_flags() function