HomeSort by relevance Sort by last modified time
    Searched refs:allow_dirty_shutdown (Results 1 - 2 of 2) sorted by null

  /external/libevent/include/event2/
bufferevent_ssl.h 97 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);
  /external/libevent/
bufferevent_openssl.c 320 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
    [all...]

Completed in 93 milliseconds