Searched refs:BEV_OPT_CLOSE_ON_FREE (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c591 if ((bufev_p->options & BEV_OPT_CLOSE_ON_FREE) && fd >= 0)
H A Dbufferevent_openssl.c1187 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) {
1190 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
1215 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) {
1412 int close_flag = 0; /* options & BEV_OPT_CLOSE_ON_FREE; */
H A Dhttp.c1177 if (!(bufferevent_get_options_(evcon->bufev) & BEV_OPT_CLOSE_ON_FREE)) {
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c1243 if (!(bufferevent_get_options_(evcon->bufev) & BEV_OPT_CLOSE_ON_FREE)) {
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_http.c127 BEV_OPT_CLOSE_ON_FREE);

Completed in 142 milliseconds

12