Symbol: UB_EV_TIMEOUT
sbin/unwind/libunbound/util/netevent.c
3029
-1, UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
3253
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
3257
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
4648
if((event&UB_EV_TIMEOUT)) {
sbin/unwind/libunbound/util/netevent.c
5677
if((event&UB_EV_TIMEOUT)) {
sbin/unwind/libunbound/util/netevent.c
5739
if((event&UB_EV_TIMEOUT))
sbin/unwind/libunbound/util/netevent.c
6046
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
sbin/unwind/libunbound/util/netevent.c
6168
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
sbin/unwind/libunbound/util/netevent.c
6816
ub_event_add_bits(c->ev->ev, UB_EV_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
6823
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
6864
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
6914
tm->ev = ub_event_new(base->eb->base, -1, UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
6962
if(!(event&UB_EV_TIMEOUT))
sbin/unwind/libunbound/util/ub_event_pluggable.c
71
#if UB_EV_TIMEOUT != EV_TIMEOUT || UB_EV_READ != EV_READ || \
sbin/unwind/libunbound/util/ub_event_pluggable.c
76
(((b) & UB_EV_TIMEOUT) ? EV_TIMEOUT : 0) \
sbin/unwind/libunbound/util/ub_event_pluggable.c
83
(((b) & EV_TIMEOUT) ? UB_EV_TIMEOUT : 0) \
usr.sbin/unbound/dnstap/dtstream.c
1660
UB_EV_TIMEOUT, &dtio_reconnect_timeout_cb, dtio);
usr.sbin/unbound/dnstap/dtstream.c
1830
timer = ub_event_new(info.base, -1, UB_EV_TIMEOUT,
usr.sbin/unbound/testcode/doqclient.c
2314
UB_EV_TIMEOUT, &doq_client_timer_cb, data);
usr.sbin/unbound/util/netevent.c
3029
-1, UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
3253
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
3257
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
4648
if((event&UB_EV_TIMEOUT)) {
usr.sbin/unbound/util/netevent.c
5677
if((event&UB_EV_TIMEOUT)) {
usr.sbin/unbound/util/netevent.c
5739
if((event&UB_EV_TIMEOUT))
usr.sbin/unbound/util/netevent.c
6046
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
usr.sbin/unbound/util/netevent.c
6168
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
usr.sbin/unbound/util/netevent.c
6816
ub_event_add_bits(c->ev->ev, UB_EV_TIMEOUT);
usr.sbin/unbound/util/netevent.c
6823
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
usr.sbin/unbound/util/netevent.c
6864
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
usr.sbin/unbound/util/netevent.c
6914
tm->ev = ub_event_new(base->eb->base, -1, UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
6962
if(!(event&UB_EV_TIMEOUT))
usr.sbin/unbound/util/ub_event.c
76
#if UB_EV_TIMEOUT != EV_TIMEOUT || UB_EV_READ != EV_READ || \
usr.sbin/unbound/util/ub_event.c
81
(((b) & UB_EV_TIMEOUT) ? EV_TIMEOUT : 0) \
usr.sbin/unbound/util/ub_event.c
88
(((b) & EV_TIMEOUT) ? UB_EV_TIMEOUT : 0) \
usr.sbin/unbound/util/ub_event_pluggable.c
71
#if UB_EV_TIMEOUT != EV_TIMEOUT || UB_EV_READ != EV_READ || \
usr.sbin/unbound/util/ub_event_pluggable.c
76
(((b) & UB_EV_TIMEOUT) ? EV_TIMEOUT : 0) \
usr.sbin/unbound/util/ub_event_pluggable.c
83
(((b) & EV_TIMEOUT) ? UB_EV_TIMEOUT : 0) \