Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/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.c3049 -1, UB_EV_TIMEOUT,
3234 UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
3238 UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
4613 if(event&UB_EV_TIMEOUT) {
5664 if(event&UB_EV_TIMEOUT) {
5726 if(event&UB_EV_TIMEOUT)
6031 evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
6794 ub_event_add_bits(c->ev->ev, UB_EV_TIMEOUT);
6801 ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
6842 ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
[all …]
/freebsd-14.2/contrib/unbound/libunbound/
H A Dunbound-event.h67 #define UB_EV_TIMEOUT 0x01 macro
/freebsd-14.2/contrib/unbound/dnstap/
H A Ddtstream.c1660 UB_EV_TIMEOUT, &dtio_reconnect_timeout_cb, dtio); in dtio_setup_reconnect()
1830 timer = ub_event_new(info.base, -1, UB_EV_TIMEOUT, in dtio_control_stop_flush()
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog1817 - Fix for #558: clear the UB_EV_TIMEOUT bit before adding an event.