Searched refs:allow_dirty_shutdown (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/libevent/include/event2/
H A Dbufferevent_ssl.h97 this is a "dirty" shutdown. If allow_dirty_shutdown is 0 (default),
100 If instead allow_dirty_shutdown=1, a dirty shutdown is reported as
113 int allow_dirty_shutdown);
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_ssl.h97 this is a "dirty" shutdown. If allow_dirty_shutdown is 0 (default),
100 If instead allow_dirty_shutdown=1, a dirty shutdown is reported as
113 int allow_dirty_shutdown);
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_openssl.c320 unsigned allow_dirty_shutdown : 1; member in struct:bufferevent_openssl
535 if (dirty_shutdown && bev_ssl->allow_dirty_shutdown)
920 if (bev_ssl->allow_dirty_shutdown)
1467 int allow_dirty_shutdown = -1; local
1472 allow_dirty_shutdown = bev_ssl->allow_dirty_shutdown;
1474 return allow_dirty_shutdown;
1479 int allow_dirty_shutdown)
1485 bev_ssl->allow_dirty_shutdown = !!allow_dirty_shutdown;
1478 bufferevent_openssl_set_allow_dirty_shutdown(struct bufferevent *bev, int allow_dirty_shutdown) argument
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c322 unsigned allow_dirty_shutdown : 1; member in struct:bufferevent_openssl
533 if (dirty_shutdown && bev_ssl->allow_dirty_shutdown)
914 if (bev_ssl->allow_dirty_shutdown)
1470 int allow_dirty_shutdown = -1; local
1475 allow_dirty_shutdown = bev_ssl->allow_dirty_shutdown;
1477 return allow_dirty_shutdown;
1482 int allow_dirty_shutdown)
1488 bev_ssl->allow_dirty_shutdown = !!allow_dirty_shutdown;
1481 bufferevent_openssl_set_allow_dirty_shutdown(struct bufferevent *bev, int allow_dirty_shutdown) argument
[all...]

Completed in 58 milliseconds