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

/freebsd-current/contrib/libevent/include/event2/
H A Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Devent_struct.h58 #define EVLIST_INSERTED 0x02 macro
/freebsd-current/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-current/contrib/ntp/sntp/libevent/
H A Devent.c2387 if (ev->ev_flags & EVLIST_INSERTED)
2648 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) {
2859 if (ev->ev_flags & EVLIST_INSERTED) {
3227 if (EVUTIL_FAILURE_CHECK(!(ev->ev_flags & EVLIST_INSERTED))) {
3229 ev, EV_SOCK_ARG(ev->ev_fd), EVLIST_INSERTED);
3233 ev->ev_flags &= ~EVLIST_INSERTED;
3365 if (EVUTIL_FAILURE_CHECK(ev->ev_flags & EVLIST_INSERTED)) {
3373 ev->ev_flags |= EVLIST_INSERTED;
3687 /* Start out with all the EVLIST_INSERTED events. */
3695 if (ev->ev_flags & EVLIST_INSERTED) {
[all...]
H A Devmap.c963 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
993 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
/freebsd-current/contrib/libevent/
H A Devent.c2387 if (ev->ev_flags & EVLIST_INSERTED)
2648 !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE|EVLIST_ACTIVE_LATER))) {
2859 if (ev->ev_flags & EVLIST_INSERTED) {
3227 if (EVUTIL_FAILURE_CHECK(!(ev->ev_flags & EVLIST_INSERTED))) {
3229 ev, EV_SOCK_ARG(ev->ev_fd), EVLIST_INSERTED);
3233 ev->ev_flags &= ~EVLIST_INSERTED;
3365 if (EVUTIL_FAILURE_CHECK(ev->ev_flags & EVLIST_INSERTED)) {
3373 ev->ev_flags |= EVLIST_INSERTED;
3687 /* Start out with all the EVLIST_INSERTED events. */
3695 if (ev->ev_flags & EVLIST_INSERTED) {
[all...]
H A Devmap.c963 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);
993 EVUTIL_ASSERT(ev->ev_flags & EVLIST_INSERTED);

Completed in 194 milliseconds