Home
last modified time | relevance | path

Searched refs:EV_FEATURE_EARLY_CLOSE (Results 1 – 5 of 5) sorted by relevance

/external/libevent/test/
Dtest-closed.c84 event_config_require_features(cfg, EV_FEATURE_EARLY_CLOSE); in main()
Dregress.c485 if (!(event_base_get_features(data->base) & EV_FEATURE_EARLY_CLOSE)) in test_simpleclose()
/external/libevent/
Depoll.c70 #define EARLY_CLOSE_IF_HAVE_RDHUP EV_FEATURE_EARLY_CLOSE
125 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_EARLY_CLOSE,
Dpoll.c63 #define EARLY_CLOSE_IF_HAVE_RDHUP EV_FEATURE_EARLY_CLOSE
/external/libevent/include/event2/
Devent.h518 EV_FEATURE_EARLY_CLOSE = 0x08 enumerator