Symbol: UB_EV_READ
sbin/unwind/libunbound/util/netevent.c
1016
if(!(event&UB_EV_READ))
sbin/unwind/libunbound/util/netevent.c
1140
if(!(event&UB_EV_READ))
sbin/unwind/libunbound/util/netevent.c
2599
if((event&UB_EV_READ)!=0)
sbin/unwind/libunbound/util/netevent.c
3047
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3094
BIO_get_callback_arg(b), UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3203
if(!(event & UB_EV_READ)) {
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
3623
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3691
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3752
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3802
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
4235
UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
4652
if((event&UB_EV_READ)
sbin/unwind/libunbound/util/netevent.c
4792
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
5236
UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
5696
if((event&UB_EV_READ)) {
sbin/unwind/libunbound/util/netevent.c
5729
if((event&UB_EV_READ)) {
sbin/unwind/libunbound/util/netevent.c
5800
evbits = UB_EV_READ | UB_EV_PERSIST;
sbin/unwind/libunbound/util/netevent.c
5865
evbits = UB_EV_READ | UB_EV_PERSIST;
sbin/unwind/libunbound/util/netevent.c
5941
evbits = UB_EV_READ | UB_EV_PERSIST;
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
6256
evbits = UB_EV_READ | UB_EV_PERSIST;
sbin/unwind/libunbound/util/netevent.c
6487
evbits = UB_EV_PERSIST | UB_EV_READ;
sbin/unwind/libunbound/util/netevent.c
6553
else evbits = UB_EV_PERSIST | UB_EV_READ;
sbin/unwind/libunbound/util/netevent.c
6603
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
6838
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
sbin/unwind/libunbound/util/netevent.c
6841
ub_event_add_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
sbin/unwind/libunbound/util/netevent.c
6844
ub_event_add_bits(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
6877
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
sbin/unwind/libunbound/util/netevent.c
6878
if(rd) ub_event_add_bits(c->ev->ev, UB_EV_READ);
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
77
| (((b) & UB_EV_READ ) ? EV_READ : 0) \
sbin/unwind/libunbound/util/ub_event_pluggable.c
84
| (((b) & EV_READ ) ? UB_EV_READ : 0) \
usr.sbin/unbound/daemon/remote.c
8089
UB_EV_READ);
usr.sbin/unbound/daemon/remote.c
8128
UB_EV_READ);
usr.sbin/unbound/daemon/remote.c
8137
UB_EV_READ);
usr.sbin/unbound/daemon/remote.c
8510
UB_EV_READ | UB_EV_PERSIST, fast_reload_service_cb,
usr.sbin/unbound/dnstap/dtstream.c
1515
if((bits&UB_EV_READ) || dtio->ssl_brief_write) {
usr.sbin/unbound/dnstap/dtstream.c
1648
UB_EV_READ | UB_EV_PERSIST, &dtio_cmd_cb, dtio);
usr.sbin/unbound/dnstap/dtstream.c
1767
if((bits&UB_EV_READ)) {
usr.sbin/unbound/dnstap/dtstream.c
1849
stopev = ub_event_new(info.base, dtio->fd, UB_EV_READ |
usr.sbin/unbound/dnstap/dtstream.c
2085
UB_EV_READ | UB_EV_WRITE | UB_EV_PERSIST, &dtio_output_cb,
usr.sbin/unbound/dnstap/dtstream.c
981
UB_EV_READ);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1178
ub_winsock_tcp_wouldblock(maindata->ev, UB_EV_READ);
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/dnstap/unbound-dnstap-socket.c
733
ub_winsock_tcp_wouldblock(data->ev, UB_EV_READ);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
751
ub_event_del_bits(data->ev, UB_EV_READ);
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
766
ub_event_add_bits(data->ev, UB_EV_READ);
usr.sbin/unbound/testcode/doqclient.c
2055
((bits&UB_EV_READ)!=0?"EV_READ":""),
usr.sbin/unbound/testcode/doqclient.c
2056
((bits&(UB_EV_READ|UB_EV_WRITE))==(UB_EV_READ|UB_EV_WRITE)?
usr.sbin/unbound/testcode/doqclient.c
2059
if((bits&UB_EV_READ)) {
usr.sbin/unbound/testcode/doqclient.c
2305
data->ev = ub_event_new(base, data->fd, UB_EV_READ | UB_EV_WRITE |
usr.sbin/unbound/util/netevent.c
1016
if(!(event&UB_EV_READ))
usr.sbin/unbound/util/netevent.c
1140
if(!(event&UB_EV_READ))
usr.sbin/unbound/util/netevent.c
2599
if((event&UB_EV_READ)!=0)
usr.sbin/unbound/util/netevent.c
3047
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3094
BIO_get_callback_arg(b), UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3203
if(!(event & UB_EV_READ)) {
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
3623
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3691
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3752
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3802
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
4235
UB_EV_READ);
usr.sbin/unbound/util/netevent.c
4652
if((event&UB_EV_READ)
usr.sbin/unbound/util/netevent.c
4792
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
5236
UB_EV_READ);
usr.sbin/unbound/util/netevent.c
5696
if((event&UB_EV_READ)) {
usr.sbin/unbound/util/netevent.c
5729
if((event&UB_EV_READ)) {
usr.sbin/unbound/util/netevent.c
5800
evbits = UB_EV_READ | UB_EV_PERSIST;
usr.sbin/unbound/util/netevent.c
5865
evbits = UB_EV_READ | UB_EV_PERSIST;
usr.sbin/unbound/util/netevent.c
5941
evbits = UB_EV_READ | UB_EV_PERSIST;
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
6256
evbits = UB_EV_READ | UB_EV_PERSIST;
usr.sbin/unbound/util/netevent.c
6487
evbits = UB_EV_PERSIST | UB_EV_READ;
usr.sbin/unbound/util/netevent.c
6553
else evbits = UB_EV_PERSIST | UB_EV_READ;
usr.sbin/unbound/util/netevent.c
6603
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
6838
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
usr.sbin/unbound/util/netevent.c
6841
ub_event_add_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
usr.sbin/unbound/util/netevent.c
6844
ub_event_add_bits(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
6877
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
usr.sbin/unbound/util/netevent.c
6878
if(rd) ub_event_add_bits(c->ev->ev, UB_EV_READ);
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
82
| (((b) & UB_EV_READ ) ? EV_READ : 0) \
usr.sbin/unbound/util/ub_event.c
89
| (((b) & EV_READ ) ? UB_EV_READ : 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
77
| (((b) & UB_EV_READ ) ? EV_READ : 0) \
usr.sbin/unbound/util/ub_event_pluggable.c
84
| (((b) & EV_READ ) ? UB_EV_READ : 0) \