Searched refs:dirty_shutdown (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dregress_ssl.c372 int dirty_shutdown = type & REGRESS_OPENSSL_DIRTY_SHUTDOWN; local
390 bufferevent_openssl_set_allow_dirty_shutdown(*bev1_out, dirty_shutdown);
391 bufferevent_openssl_set_allow_dirty_shutdown(*bev2_out, dirty_shutdown);
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c498 int dirty_shutdown = 0; local
507 dirty_shutdown = 1;
512 dirty_shutdown = 1;
535 if (dirty_shutdown && bev_ssl->allow_dirty_shutdown)
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c496 int dirty_shutdown = 0; local
505 dirty_shutdown = 1;
510 dirty_shutdown = 1;
533 if (dirty_shutdown && bev_ssl->allow_dirty_shutdown)

Completed in 107 milliseconds