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

/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c321 flags |= BEV_OPT_CLOSE_ON_FREE;
328 BEV_OPT_CLOSE_ON_FREE);
330 BEV_OPT_CLOSE_ON_FREE);
349 flags |= BEV_OPT_CLOSE_ON_FREE;
391 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS);
434 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-10.2-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent.h160 BEV_OPT_CLOSE_ON_FREE = (1<<0), enumerator in enum:bufferevent_options
/freebsd-10.2-release/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 "
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)) {

Completed in 99 milliseconds