Symbol: UB_EV_TIMEOUT
sbin/unwind/libunbound/util/netevent.c
3023
-1, UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
3247
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
3251
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
4642
if((event&UB_EV_TIMEOUT)) {
sbin/unwind/libunbound/util/netevent.c
5686
if((event&UB_EV_TIMEOUT)) {
sbin/unwind/libunbound/util/netevent.c
5748
if((event&UB_EV_TIMEOUT))
sbin/unwind/libunbound/util/netevent.c
6056
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
sbin/unwind/libunbound/util/netevent.c
6178
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
sbin/unwind/libunbound/util/netevent.c
6827
ub_event_add_bits(c->ev->ev, UB_EV_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
6834
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
6875
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
sbin/unwind/libunbound/util/netevent.c
6925
tm->ev = ub_event_new(base->eb->base, -1, UB_EV_TIMEOUT,
sbin/unwind/libunbound/util/netevent.c
6973
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
1663
UB_EV_TIMEOUT, &dtio_reconnect_timeout_cb, dtio);
usr.sbin/unbound/dnstap/dtstream.c
1833
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
3023
-1, UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
3247
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
3251
UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
4642
if((event&UB_EV_TIMEOUT)) {
usr.sbin/unbound/util/netevent.c
5686
if((event&UB_EV_TIMEOUT)) {
usr.sbin/unbound/util/netevent.c
5748
if((event&UB_EV_TIMEOUT))
usr.sbin/unbound/util/netevent.c
6056
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
usr.sbin/unbound/util/netevent.c
6178
evbits = UB_EV_PERSIST | UB_EV_READ | UB_EV_TIMEOUT;
usr.sbin/unbound/util/netevent.c
6827
ub_event_add_bits(c->ev->ev, UB_EV_TIMEOUT);
usr.sbin/unbound/util/netevent.c
6834
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
usr.sbin/unbound/util/netevent.c
6875
ub_event_del_bits(c->ev->ev, UB_EV_TIMEOUT);
usr.sbin/unbound/util/netevent.c
6925
tm->ev = ub_event_new(base->eb->base, -1, UB_EV_TIMEOUT,
usr.sbin/unbound/util/netevent.c
6973
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) \