Searched refs:UB_EV_TIMEOUT (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dub_event.h52 #define UB_EV_TIMEOUT 0x01 macro
H A Dub_event.c69 #if UB_EV_TIMEOUT != EV_TIMEOUT || UB_EV_READ != EV_READ || \
74 (((b) & UB_EV_TIMEOUT) ? EV_TIMEOUT : 0) \
81 (((b) & EV_TIMEOUT) ? UB_EV_TIMEOUT : 0) \
H A Dub_event_pluggable.c71 #if UB_EV_TIMEOUT != EV_TIMEOUT || UB_EV_READ != EV_READ || \
76 (((b) & UB_EV_TIMEOUT) ? EV_TIMEOUT : 0) \
83 (((b) & EV_TIMEOUT) ? UB_EV_TIMEOUT : 0) \
H A Dnetevent.c1272 -1, UB_EV_TIMEOUT,
1457 UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
1461 UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
2827 if(event&UB_EV_TIMEOUT) {
3871 if(event&UB_EV_TIMEOUT) {
3933 if(event&UB_EV_TIMEOUT)
4148 evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
4268 evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
4864 ub_event_add_bits(c->ev->ev, UB_EV_TIMEOUT);
4871 ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
[all...]
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dunbound-event.h67 #define UB_EV_TIMEOUT 0x01 macro
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c1623 UB_EV_TIMEOUT, &dtio_reconnect_timeout_cb, dtio);
1793 timer = ub_event_new(info.base, -1, UB_EV_TIMEOUT,

Completed in 78 milliseconds