Searched refs:EV_CLOSED (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/libevent/test/
H A Dtest-closed.c62 if (EV_CLOSED & event) {
102 ev = event_new(base, pair[1], EV_CLOSED | EV_TIMEOUT, closed_cb, event_self_cbarg());
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-closed.c65 if (EV_CLOSED & event) {
109 ev = event_new(base, pair[1], EV_CLOSED | EV_TIMEOUT, closed_cb, event_self_cbarg());
/freebsd-13-stable/contrib/libevent/
H A Devmap.c298 old |= EV_CLOSED;
308 if (ev->ev_events & EV_CLOSED) {
310 res |= EV_CLOSED;
376 old |= EV_CLOSED;
388 if (ev->ev_events & EV_CLOSED) {
390 res |= EV_CLOSED;
612 events |= EV_CLOSED;
880 if (events & EV_CLOSED) {
930 if (events & EV_CLOSED) {
931 if (!(change->old_events & EV_CLOSED))
[all...]
H A Depoll.c388 if (events & EV_CLOSED)
407 if (events & EV_CLOSED)
494 ev |= EV_CLOSED;
H A Depolltable-internal.h111 EV_CLOSED ==0x80
121 Bit 8: old events had EV_CLOSED
129 (((c)->old_events&(EV_CLOSED)) << 1) \
132 #if EV_READ != 2 || EV_WRITE != 4 || EV_CLOSED != 0x80 || EV_CHANGE_ADD != 1 || EV_CHANGE_DEL != 2
H A Devent.c1614 ev->ev_res & EV_CLOSED ? "EV_CLOSED " : " ",
2025 if ((events & (EV_TIMEOUT|EV_SIGNAL|EV_READ|EV_WRITE|EV_CLOSED)) == EV_TIMEOUT) {
2035 } else if (events & (EV_READ|EV_WRITE|EV_CLOSED)) {
2036 events &= EV_READ|EV_WRITE|EV_CLOSED;
2086 if ((events & (EV_READ|EV_WRITE|EV_CLOSED)) != 0) {
2088 "EV_READ, EV_WRITE or EV_CLOSED", __func__);
2338 flags |= (ev->ev_events & (EV_READ|EV_WRITE|EV_CLOSED|EV_SIGNAL));
2344 event &= (EV_TIMEOUT|EV_READ|EV_WRITE|EV_CLOSED|EV_SIGNAL);
2563 ev->ev_events & EV_CLOSED
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devmap.c298 old |= EV_CLOSED;
308 if (ev->ev_events & EV_CLOSED) {
310 res |= EV_CLOSED;
376 old |= EV_CLOSED;
388 if (ev->ev_events & EV_CLOSED) {
390 res |= EV_CLOSED;
612 events |= EV_CLOSED;
880 if (events & EV_CLOSED) {
930 if (events & EV_CLOSED) {
931 if (!(change->old_events & EV_CLOSED))
[all...]
H A Depoll.c389 if (events & EV_CLOSED)
408 if (events & EV_CLOSED)
495 ev |= EV_CLOSED;
H A Depolltable-internal.h111 EV_CLOSED ==0x80
121 Bit 8: old events had EV_CLOSED
129 (((c)->old_events&(EV_CLOSED)) << 1) \
132 #if EV_READ != 2 || EV_WRITE != 4 || EV_CLOSED != 0x80 || EV_CHANGE_ADD != 1 || EV_CHANGE_DEL != 2
H A Devent.c1567 ev->ev_res & EV_CLOSED ? "EV_CLOSED " : " ",
1978 if ((events & (EV_TIMEOUT|EV_SIGNAL|EV_READ|EV_WRITE|EV_CLOSED)) == EV_TIMEOUT) {
1988 } else if (events & (EV_READ|EV_WRITE|EV_CLOSED)) {
1989 events &= EV_READ|EV_WRITE|EV_CLOSED;
2039 if ((events & (EV_READ|EV_WRITE|EV_CLOSED)) != 0) {
2041 "EV_READ, EV_WRITE or EV_CLOSED", __func__);
2291 flags |= (ev->ev_events & (EV_READ|EV_WRITE|EV_CLOSED|EV_SIGNAL));
2297 event &= (EV_TIMEOUT|EV_READ|EV_WRITE|EV_CLOSED|EV_SIGNAL);
2516 ev->ev_events & EV_CLOSED
[all...]
/freebsd-13-stable/contrib/libevent/include/event2/
H A Devent.h512 /** Require an event method that allows you to use EV_CLOSED to detect
515 * Methods that do support EV_CLOSED may not be able to provide support on
957 * Not all backends support EV_CLOSED. To detect or require it, use the
960 #define EV_CLOSED 0x80 macro
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Devent.h512 /** Require an event method that allows you to use EV_CLOSED to detect
515 * Methods that do support EV_CLOSED may not be able to provide support on
961 * Not all backends support EV_CLOSED. To detect or require it, use the
964 #define EV_CLOSED 0x80 macro

Completed in 86 milliseconds