Searched refs:old_events (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/
H A Dchangelist-internal.h59 short old_events; member in struct:event_change
H A Depoll.c261 ch->old_events, \
383 ch.old_events = old;
404 ch.old_events = old;
H A Depolltable-internal.h38 Note also that we are shifting old_events by only 5 bits, since
49 (the read change is not del, and ev_read is in old_events):
52 (the write change is not del, and ev_write is in old_events):
55 If old_events is set:
65 Else if ev_write is in old_events:
72 If ev_read is in old_events:
95 [*2] We can't replace this with a no-op even if old_events is the same as
129 (((c)->old_events&(EV_READ|EV_WRITE)) << 5) | \
130 (((c)->old_events&(EV_CLOSED)) << 1) \
H A Devmap.c836 * old_events field to old_events.
841 short old_events,
861 change->old_events = old_events;
930 if (!(change->old_events & (EV_READ | EV_SIGNAL)))
936 if (!(change->old_events & EV_WRITE))
942 if (!(change->old_events & EV_CLOSED))
839 event_changelist_get_or_construct(struct event_changelist *changelist, evutil_socket_t fd, short old_events, struct event_changelist_fdinfo *fdinfo) argument
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dchangelist-internal.h60 short old_events; member in struct:event_change
H A Depoll.c280 ch->old_events,
347 ch->old_events,
383 ch.old_events = old;
404 ch.old_events = old;
H A Depolltable-internal.h39 Note also also that we are shifting old_events by only 5 bits, since
50 (the read change is not del, and ev_read is in old_events):
53 (the write change is not del, and ev_write is in old_events):
56 If old_events is set:
66 Else if ev_write is in old_events:
73 If ev_read is in old_events:
96 [*2] We can't replace this with a no-op even if old_events is the same as
130 (((c)->old_events&(EV_READ|EV_WRITE)) << 5) | \
131 (((c)->old_events&(EV_CLOSED)) << 1) \
H A Devmap.c823 * old_events field to old_events.
828 short old_events,
848 change->old_events = old_events;
921 if (!(change->old_events & (EV_READ | EV_SIGNAL)))
927 if (!(change->old_events & EV_WRITE))
933 if (!(change->old_events & EV_CLOSED))
826 event_changelist_get_or_construct(struct event_changelist *changelist, evutil_socket_t fd, short old_events, struct event_changelist_fdinfo *fdinfo) argument
/netbsd-current/external/bsd/unbound/dist/util/
H A Dwinsock_event.c376 (eventlist[i]->old_events&EV_READ)?"EV_READ":"",
377 (eventlist[i]->old_events&EV_WRITE)?"EV_WRITE":"");
378 bits |= eventlist[i]->old_events;
381 eventlist[i]->old_events = bits;
388 (eventlist[i]->old_events&EV_READ)?"EV_READ":"",
389 (eventlist[i]->old_events&EV_WRITE)?"EV_WRITE":"");
415 (eventlist[i]->old_events&EV_READ)?"EV_READ":"",
416 (eventlist[i]->old_events&EV_WRITE)?"EV_WRITE":"");
485 ev->old_events = 0;
550 (ev->ev_events & ev->old_events)) {
[all...]
H A Dwinsock_event.h198 short old_events; member in struct:event

Completed in 195 milliseconds