Searched refs:EV_FEATURE_ET (Results 1 – 5 of 5) sorted by relevance
107 EV_FEATURE_ET|EV_FEATURE_O1| EARLY_CLOSE_IF_HAVE_RDHUP,125 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_EARLY_CLOSE,
99 EV_FEATURE_ET|EV_FEATURE_O1|EV_FEATURE_FDS,
255 The corresponding event_config feature is EV_FEATURE_ET; see 2.4 for more
503 EV_FEATURE_ET = 0x01, enumerator
2563 tt_assert(0 == event_config_require_features(cfg, EV_FEATURE_ET)); in test_base_features()2567 tt_int_op(EV_FEATURE_ET, ==, in test_base_features()2568 event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()2571 tt_int_op(0, ==, event_base_get_features(base) & EV_FEATURE_ET); in test_base_features()