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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/freebsd-9.3-release/contrib/pf/libevent/
H A Devent.c568 if (ev->ev_flags & EVLIST_INSERTED)
641 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
642 event_queue_insert(base, ev, EVLIST_INSERTED);
687 if (ev->ev_flags & EVLIST_INSERTED) {
688 event_queue_remove(base, ev, EVLIST_INSERTED);
809 case EVLIST_INSERTED:
853 case EVLIST_INSERTED:
H A Devent.h45 #define EVLIST_INSERTED 0x02 macro
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent.c2290 if (ev->ev_flags & EVLIST_INSERTED)
2551 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) {
2777 if (ev->ev_flags & EVLIST_INSERTED) {
3126 if (EVUTIL_FAILURE_CHECK(!(ev->ev_flags & EVLIST_INSERTED))) {
3128 ev, EV_SOCK_ARG(ev->ev_fd), EVLIST_INSERTED);
3132 ev->ev_flags &= ~EVLIST_INSERTED;
3264 if (EVUTIL_FAILURE_CHECK(ev->ev_flags & EVLIST_INSERTED)) {
3272 ev->ev_flags |= EVLIST_INSERTED;
3586 /* Start out with all the EVLIST_INSERTED events. */
3594 if (ev->ev_flags & EVLIST_INSERTED) {
[all...]
H A Devmap.c956 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
986 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);

Completed in 112 milliseconds