Home
last modified time | relevance | path

Searched refs:UB_EV_TIMEOUT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
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.h52 #define UB_EV_TIMEOUT 0x01 macro
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-src/external/bsd/unbound/dist/libunbound/
H A Dunbound-event.h67 #define UB_EV_TIMEOUT 0x01 macro
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c1623 UB_EV_TIMEOUT, &dtio_reconnect_timeout_cb, dtio); in dtio_setup_reconnect()
1793 timer = ub_event_new(info.base, -1, UB_EV_TIMEOUT, in dtio_control_stop_flush()
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog1086 - Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.