Searched refs:EVLIST_INSERTED (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/include/event2/
H A Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devent.c291 EVLIST_INSERTED);
700 if (ev->ev_flags & EVLIST_INSERTED)
750 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
753 event_queue_insert(base, ev, EVLIST_INSERTED);
831 if (ev->ev_flags & EVLIST_INSERTED) {
832 event_queue_remove(base, ev, EVLIST_INSERTED);
961 case EVLIST_INSERTED:
994 case EVLIST_INSERTED:
H A Devent.h186 #define EVLIST_INSERTED 0x02 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devent.c819 EVLIST_INSERTED);
834 EVLIST_INSERTED);
1852 if (ev->ev_flags & EVLIST_INSERTED)
2062 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
2068 event_queue_insert(base, ev, EVLIST_INSERTED);
2239 if (ev->ev_flags & EVLIST_INSERTED) {
2240 event_queue_remove(base, ev, EVLIST_INSERTED);
2509 case EVLIST_INSERTED:
2583 case EVLIST_INSERTED:
H A Devmap.c745 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);

Completed in 309 milliseconds