Symbol: UB_EV_PERSIST
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
5791
evbits = UB_EV_READ | UB_EV_PERSIST;
sbin/unwind/libunbound/util/netevent.c
5856
evbits = UB_EV_READ | UB_EV_PERSIST;
sbin/unwind/libunbound/util/netevent.c
5931
evbits = UB_EV_READ | UB_EV_PERSIST;
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
6246
evbits = UB_EV_READ | UB_EV_PERSIST;
sbin/unwind/libunbound/util/netevent.c
6341
evbits = UB_EV_PERSIST | UB_EV_WRITE;
sbin/unwind/libunbound/util/netevent.c
6410
evbits = UB_EV_PERSIST | UB_EV_WRITE;
sbin/unwind/libunbound/util/netevent.c
6477
evbits = UB_EV_PERSIST | UB_EV_READ;
sbin/unwind/libunbound/util/netevent.c
6542
evbits = UB_EV_PERSIST | UB_EV_WRITE;
sbin/unwind/libunbound/util/netevent.c
6543
else evbits = UB_EV_PERSIST | UB_EV_READ;
sbin/unwind/libunbound/util/ub_event_pluggable.c
73
UB_EV_PERSIST != EV_PERSIST
sbin/unwind/libunbound/util/ub_event_pluggable.c
80
| (((b) & UB_EV_PERSIST) ? EV_PERSIST : 0))
sbin/unwind/libunbound/util/ub_event_pluggable.c
87
| (((b) & EV_PERSIST) ? UB_EV_PERSIST : 0))
usr.sbin/unbound/daemon/remote.c
8189
UB_EV_READ | UB_EV_PERSIST, fast_reload_service_cb,
usr.sbin/unbound/dnstap/dtstream.c
1645
UB_EV_READ | UB_EV_PERSIST, &dtio_cmd_cb, dtio);
usr.sbin/unbound/dnstap/dtstream.c
1847
UB_EV_WRITE | UB_EV_PERSIST, &dtio_stop_ev_cb, &info);
usr.sbin/unbound/dnstap/dtstream.c
2082
UB_EV_READ | UB_EV_WRITE | UB_EV_PERSIST, &dtio_output_cb,
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1223
data->ev = ub_event_new(maindata->base, s, UB_EV_READ | UB_EV_PERSIST,
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
426
s->ev = ub_event_new(base, s->fd, UB_EV_READ | UB_EV_PERSIST,
usr.sbin/unbound/testcode/doqclient.c
2306
UB_EV_PERSIST, doq_client_event_cb, data);
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
5791
evbits = UB_EV_READ | UB_EV_PERSIST;
usr.sbin/unbound/util/netevent.c
5856
evbits = UB_EV_READ | UB_EV_PERSIST;
usr.sbin/unbound/util/netevent.c
5931
evbits = UB_EV_READ | UB_EV_PERSIST;
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
6246
evbits = UB_EV_READ | UB_EV_PERSIST;
usr.sbin/unbound/util/netevent.c
6341
evbits = UB_EV_PERSIST | UB_EV_WRITE;
usr.sbin/unbound/util/netevent.c
6410
evbits = UB_EV_PERSIST | UB_EV_WRITE;
usr.sbin/unbound/util/netevent.c
6477
evbits = UB_EV_PERSIST | UB_EV_READ;
usr.sbin/unbound/util/netevent.c
6542
evbits = UB_EV_PERSIST | UB_EV_WRITE;
usr.sbin/unbound/util/netevent.c
6543
else evbits = UB_EV_PERSIST | UB_EV_READ;
usr.sbin/unbound/util/ub_event.c
78
UB_EV_PERSIST != EV_PERSIST
usr.sbin/unbound/util/ub_event.c
85
| (((b) & UB_EV_PERSIST) ? EV_PERSIST : 0))
usr.sbin/unbound/util/ub_event.c
92
| (((b) & EV_PERSIST) ? UB_EV_PERSIST : 0))
usr.sbin/unbound/util/ub_event_pluggable.c
73
UB_EV_PERSIST != EV_PERSIST
usr.sbin/unbound/util/ub_event_pluggable.c
80
| (((b) & UB_EV_PERSIST) ? EV_PERSIST : 0))
usr.sbin/unbound/util/ub_event_pluggable.c
87
| (((b) & EV_PERSIST) ? UB_EV_PERSIST : 0))