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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_ssl.c290 flags |= BEV_OPT_CLOSE_ON_FREE;
300 BEV_OPT_CLOSE_ON_FREE);
302 BEV_OPT_CLOSE_ON_FREE);
321 flags |= BEV_OPT_CLOSE_ON_FREE;
363 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
406 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
H A Dregress_zlib.c304 BEV_OPT_CLOSE_ON_FREE, zlib_deflate_free, &z_output);
306 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, &z_input);
H A Dbench_httpclient.c158 b = bufferevent_socket_new(base, sock, BEV_OPT_CLOSE_ON_FREE);
H A Dtest-ratelim.c157 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE;
263 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE);
H A Dregress_bufferevent.c361 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
364 NULL, BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
483 int be_flags=BEV_OPT_CLOSE_ON_FREE;
607 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS);
707 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
709 BEV_OPT_CLOSE_ON_FREE, NULL, NULL);
H A Dregress_dns.c1085 be1 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1086 be2 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1087 be3 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1088 be4 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
1089 be5 = bufferevent_socket_new(data->base, -1, BEV_OPT_CLOSE_ON_FREE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A Dle-proxy.c159 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
163 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
168 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
186 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Dbufferevent.h155 BEV_OPT_CLOSE_ON_FREE = (1<<0), enumerator in enum:bufferevent_options
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_async.c382 if (bev_p->options & BEV_OPT_CLOSE_ON_FREE) {
678 (bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) {
H A Dbufferevent_filter.c222 if (bevf->bev.options & BEV_OPT_CLOSE_ON_FREE) {
229 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
H A Dbufferevent_sock.c588 if ((bufev_p->options & BEV_OPT_CLOSE_ON_FREE) && fd >= 0)
H A Dbufferevent_openssl.c1179 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) {
1182 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
1379 int close_flag = 0; /* options & BEV_OPT_CLOSE_ON_FREE; */

Completed in 180 milliseconds