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

  /external/libweave/examples/provider/
event_network.cc 52 BEV_OPT_CLOSE_ON_FREE | BEV_OPT_DEFER_CALLBACKS));
  /external/libevent/include/event2/
bufferevent.h 155 BEV_OPT_CLOSE_ON_FREE = (1<<0),
  /external/libevent/
bufferevent_async.c 382 if (bev_p->options & BEV_OPT_CLOSE_ON_FREE) {
678 (bev_a->bev.options & BEV_OPT_CLOSE_ON_FREE)) {
bufferevent_filter.c 222 if (bevf->bev.options & BEV_OPT_CLOSE_ON_FREE) {
229 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
bufferevent_sock.c 594 if ((bufev_p->options & BEV_OPT_CLOSE_ON_FREE) && fd >= 0)
bufferevent_openssl.c 1187 if (bev_ssl->bev.options & BEV_OPT_CLOSE_ON_FREE) {
1190 event_warnx("BEV_OPT_CLOSE_ON_FREE set on an "
    [all...]

Completed in 79 milliseconds