| /freebsd-14-stable/contrib/libevent/sample/ |
| HD | le-proxy.c | 166 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb() 170 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb() 175 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb() 193 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb()
|
| HD | https-client.c | 433 bev = bufferevent_socket_new(base, -1, BEV_OPT_CLOSE_ON_FREE); in main() 438 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in main()
|
| HD | hello-world.c | 94 bev = bufferevent_socket_new(base, fd, BEV_OPT_CLOSE_ON_FREE); in listener_cb()
|
| /freebsd-14-stable/contrib/ntp/sntp/libevent/sample/ |
| HD | le-proxy.c | 166 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb() 170 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb() 175 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb() 193 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in accept_cb()
|
| HD | https-client.c | 433 bev = bufferevent_socket_new(base, -1, BEV_OPT_CLOSE_ON_FREE); in main() 438 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in main()
|
| HD | hello-world.c | 94 bev = bufferevent_socket_new(base, fd, BEV_OPT_CLOSE_ON_FREE); in listener_cb()
|
| /freebsd-14-stable/contrib/ntp/sntp/libevent/test/ |
| HD | test-fdleak.c | 113 BEV_OPT_CLOSE_ON_FREE); in listener_accept_cb() 211 BEV_OPT_CLOSE_ON_FREE); in start_client()
|
| HD | regress_bufferevent.c | 575 BEV_OPT_CLOSE_ON_FREE, NULL, in test_bufferevent_filters_impl() 579 NULL, BEV_OPT_CLOSE_ON_FREE, NULL, NULL); in test_bufferevent_filters_impl() 736 int be_flags=BEV_OPT_CLOSE_ON_FREE; in test_bufferevent_connect() 817 int flags = BEV_OPT_CLOSE_ON_FREE | (long)data->setup_data; in test_bufferevent_connect_fail_eventcb() 904 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS); in test_bufferevent_connect_fail() 1008 BEV_OPT_CLOSE_ON_FREE, NULL, NULL); in test_bufferevent_timeouts() 1010 BEV_OPT_CLOSE_ON_FREE, NULL, NULL); in test_bufferevent_timeouts() 1152 int be_flags=BEV_OPT_CLOSE_ON_FREE; in test_bufferevent_trigger() 1313 int options = BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS; in test_bufferevent_filter_data_stuck()
|
| HD | regress_ssl.c | 488 flags |= BEV_OPT_CLOSE_ON_FREE; in regress_bufferevent_openssl() 495 BEV_OPT_CLOSE_ON_FREE); in regress_bufferevent_openssl() 497 BEV_OPT_CLOSE_ON_FREE); in regress_bufferevent_openssl() 516 flags |= BEV_OPT_CLOSE_ON_FREE; in regress_bufferevent_openssl() 593 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in acceptcb() 764 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in regress_bufferevent_openssl_connect() 893 int bev_flags = BEV_OPT_CLOSE_ON_FREE; in regress_bufferevent_openssl_wm()
|
| HD | regress_zlib.c | 308 BEV_OPT_CLOSE_ON_FREE, zlib_deflate_free, z_output); in test_bufferevent_zlib() 310 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input); in test_bufferevent_zlib()
|
| HD | bench_httpclient.c | 165 b = bufferevent_socket_new(base, sock, BEV_OPT_CLOSE_ON_FREE); in launch_request()
|
| HD | test-ratelim.c | 194 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE; in echo_listenercb() 433 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE); in test_ratelimiting()
|
| /freebsd-14-stable/contrib/libevent/test/ |
| HD | test-fdleak.c | 113 BEV_OPT_CLOSE_ON_FREE); in listener_accept_cb() 211 BEV_OPT_CLOSE_ON_FREE); in start_client()
|
| HD | regress_bufferevent.c | 575 BEV_OPT_CLOSE_ON_FREE, NULL, in test_bufferevent_filters_impl() 579 NULL, BEV_OPT_CLOSE_ON_FREE, NULL, NULL); in test_bufferevent_filters_impl() 736 int be_flags=BEV_OPT_CLOSE_ON_FREE; in test_bufferevent_connect() 817 int flags = BEV_OPT_CLOSE_ON_FREE | (long)data->setup_data; in test_bufferevent_connect_fail_eventcb() 904 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS); in test_bufferevent_connect_fail() 1008 BEV_OPT_CLOSE_ON_FREE, NULL, NULL); in test_bufferevent_timeouts() 1010 BEV_OPT_CLOSE_ON_FREE, NULL, NULL); in test_bufferevent_timeouts() 1152 int be_flags=BEV_OPT_CLOSE_ON_FREE; in test_bufferevent_trigger() 1313 int options = BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS; in test_bufferevent_filter_data_stuck()
|
| HD | regress_ssl.c | 488 flags |= BEV_OPT_CLOSE_ON_FREE; in regress_bufferevent_openssl() 495 BEV_OPT_CLOSE_ON_FREE); in regress_bufferevent_openssl() 497 BEV_OPT_CLOSE_ON_FREE); in regress_bufferevent_openssl() 516 flags |= BEV_OPT_CLOSE_ON_FREE; in regress_bufferevent_openssl() 593 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in acceptcb() 764 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_DEFER_CALLBACKS); in regress_bufferevent_openssl_connect() 893 int bev_flags = BEV_OPT_CLOSE_ON_FREE; in regress_bufferevent_openssl_wm()
|
| HD | regress_zlib.c | 308 BEV_OPT_CLOSE_ON_FREE, zlib_deflate_free, z_output); in test_bufferevent_zlib() 310 NULL, BEV_OPT_CLOSE_ON_FREE, zlib_inflate_free, z_input); in test_bufferevent_zlib()
|
| HD | bench_httpclient.c | 165 b = bufferevent_socket_new(base, sock, BEV_OPT_CLOSE_ON_FREE); in launch_request()
|
| HD | test-ratelim.c | 194 int flags = BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE; in echo_listenercb() 433 BEV_OPT_CLOSE_ON_FREE|BEV_OPT_THREADSAFE); in test_ratelimiting()
|
| /freebsd-14-stable/contrib/libevent/ |
| HD | bufferevent_openssl.c | 1205 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) { in be_openssl_unlink() 1233 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) { in be_openssl_destruct() 1404 if (options & BEV_OPT_CLOSE_ON_FREE) in bufferevent_openssl_new_impl() 1435 if (options & BEV_OPT_CLOSE_ON_FREE) in bufferevent_openssl_filter_new() 1482 if (options & BEV_OPT_CLOSE_ON_FREE) in bufferevent_openssl_socket_new()
|
| HD | bufferevent_async.c | 407 (bev_p->options & BEV_OPT_CLOSE_ON_FREE)) { in be_async_destruct() 693 (bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) { in be_async_ctrl()
|
| /freebsd-14-stable/contrib/ntp/sntp/libevent/ |
| HD | bufferevent_openssl.c | 1205 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) { in be_openssl_unlink() 1233 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) { in be_openssl_destruct() 1404 if (options & BEV_OPT_CLOSE_ON_FREE) in bufferevent_openssl_new_impl() 1435 if (options & BEV_OPT_CLOSE_ON_FREE) in bufferevent_openssl_filter_new() 1482 if (options & BEV_OPT_CLOSE_ON_FREE) in bufferevent_openssl_socket_new()
|
| HD | bufferevent_async.c | 407 (bev_p->options & BEV_OPT_CLOSE_ON_FREE)) { in be_async_destruct() 693 (bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) { in be_async_ctrl()
|
| HD | bufferevent_filter.c | 234 if (bevf->bev.options & BEV_OPT_CLOSE_ON_FREE) { in be_filter_unlink()
|
| /freebsd-14-stable/contrib/libevent/include/event2/ |
| HD | bufferevent.h | 160 BEV_OPT_CLOSE_ON_FREE = (1<<0), enumerator
|
| /freebsd-14-stable/contrib/ntp/sntp/libevent/include/event2/ |
| HD | bufferevent.h | 160 BEV_OPT_CLOSE_ON_FREE = (1<<0), enumerator
|