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

12

/freebsd-13-stable/contrib/libevent/sample/
H A Dle-proxy.c165 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
169 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
174 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
192 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
H A Dhello-world.c95 bev = bufferevent_socket_new(base, fd, BEV_OPT_CLOSE_ON_FREE);
H A Dhttps-client.c395 bev = bufferevent_socket_new(base, -1, BEV_OPT_CLOSE_ON_FREE);
400 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c335 flags |= BEV_OPT_CLOSE_ON_FREE;
342 BEV_OPT_CLOSE_ON_FREE);
344 BEV_OPT_CLOSE_ON_FREE);
363 flags |= BEV_OPT_CLOSE_ON_FREE;
405 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
448 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
H A Dtest-fdleak.c110 BEV_OPT_CLOSE_ON_FREE);
208 BEV_OPT_CLOSE_ON_FREE);
H A Dregress_zlib.c308 BEV_OPT_CLOSE_ON_FREE, zlib_deflate_free, z_output);
310 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input);
H A Dregress_bufferevent.c533 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
536 NULL, BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
662 int be_flags=BEV_OPT_CLOSE_ON_FREE;
787 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS);
887 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
889 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
1036 int be_flags=BEV_OPT_CLOSE_ON_FREE;
H A Dbench_httpclient.c169 b = bufferevent_socket_new(base, sock, BEV_OPT_CLOSE_ON_FREE);
H A Dtest-ratelim.c178 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE;
350 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE);
H A Dregress_dns.c1198 be1 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1199 be2 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1200 be3 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1201 be4 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1202 be5 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
/freebsd-13-stable/contrib/libevent/test/
H A Dtest-fdleak.c110 BEV_OPT_CLOSE_ON_FREE);
208 BEV_OPT_CLOSE_ON_FREE);
H A Dregress_ssl.c432 flags |= BEV_OPT_CLOSE_ON_FREE;
439 BEV_OPT_CLOSE_ON_FREE);
441 BEV_OPT_CLOSE_ON_FREE);
460 flags |= BEV_OPT_CLOSE_ON_FREE;
537 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
703 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
H A Dregress_zlib.c308 BEV_OPT_CLOSE_ON_FREE, zlib_deflate_free, z_output);
310 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input);
H A Dregress_bufferevent.c562 BEV_OPT_CLOSE_ON_FREE, NULL,
566 NULL, BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
723 int be_flags=BEV_OPT_CLOSE_ON_FREE;
794 int flags = BEV_OPT_CLOSE_ON_FREE | (long)data->setup_data;
876 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS);
976 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
978 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
1125 int be_flags=BEV_OPT_CLOSE_ON_FREE;
1286 int options = BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS;
H A Dbench_httpclient.c165 b = bufferevent_socket_new(base, sock, BEV_OPT_CLOSE_ON_FREE);
H A Dtest-ratelim.c178 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE;
348 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE);
H A Dregress_dns.c1236 be1 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1237 be2 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1238 be3 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1239 be4 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1240 be5 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dbufferevent.h160 BEV_OPT_CLOSE_ON_FREE = (1<<0), enumerator in enum:bufferevent_options
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h160 BEV_OPT_CLOSE_ON_FREE = (1<<0), enumerator in enum:bufferevent_options
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_async.c385 (bev_p->options & BEV_OPT_CLOSE_ON_FREE)) {
673 (bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) {
H A Dbufferevent_filter.c234 if (bevf->bev.options & BEV_OPT_CLOSE_ON_FREE) {
241 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
H A Dbufferevent_openssl.c1201 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) {
1204 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
1229 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) {
1409 int close_flag = 0; /* options & BEV_OPT_CLOSE_ON_FREE; */
H A Dbufferevent_sock.c614 if ((bufev_p->options & BEV_OPT_CLOSE_ON_FREE) && fd >= 0)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c385 (bev_p->options & BEV_OPT_CLOSE_ON_FREE)) {
673 (bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) {
H A Dbufferevent_filter.c224 if (bevf->bev.options & BEV_OPT_CLOSE_ON_FREE) {
231 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "

Completed in 217 milliseconds

12