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
2607
if((event&UB_EV_READ)!=0)
sbin/unwind/libunbound/util/netevent.c
3053
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3100
BIO_get_callback_arg(b), UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3209
if(!(event & UB_EV_READ)) {
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
3629
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3697
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3758
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
3808
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
4241
UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
4658
if((event&UB_EV_READ)
sbin/unwind/libunbound/util/netevent.c
4798
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
5227
UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
5687
if((event&UB_EV_READ)) {
sbin/unwind/libunbound/util/netevent.c
5720
if((event&UB_EV_READ)) {
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
6477
evbits = UB_EV_PERSIST | UB_EV_READ;
sbin/unwind/libunbound/util/netevent.c
6543
else evbits = UB_EV_PERSIST | UB_EV_READ;
sbin/unwind/libunbound/util/netevent.c
6593
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
6827
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
sbin/unwind/libunbound/util/netevent.c
6830
ub_event_add_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
sbin/unwind/libunbound/util/netevent.c
6833
ub_event_add_bits(c->ev->ev, UB_EV_READ);
sbin/unwind/libunbound/util/netevent.c
6866
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
sbin/unwind/libunbound/util/netevent.c
6867
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
7768
UB_EV_READ);
usr.sbin/unbound/daemon/remote.c
7807
UB_EV_READ);
usr.sbin/unbound/daemon/remote.c
7816
UB_EV_READ);
usr.sbin/unbound/daemon/remote.c
8189
UB_EV_READ | UB_EV_PERSIST, fast_reload_service_cb,
usr.sbin/unbound/dnstap/dtstream.c
1512
if((bits&UB_EV_READ) || dtio->ssl_brief_write) {
usr.sbin/unbound/dnstap/dtstream.c
1645
UB_EV_READ | UB_EV_PERSIST, &dtio_cmd_cb, dtio);
usr.sbin/unbound/dnstap/dtstream.c
1764
if((bits&UB_EV_READ)) {
usr.sbin/unbound/dnstap/dtstream.c
1846
stopev = ub_event_new(info.base, dtio->fd, UB_EV_READ |
usr.sbin/unbound/dnstap/dtstream.c
2082
UB_EV_READ | UB_EV_WRITE | UB_EV_PERSIST, &dtio_output_cb,
usr.sbin/unbound/dnstap/dtstream.c
978
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
2607
if((event&UB_EV_READ)!=0)
usr.sbin/unbound/util/netevent.c
3053
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3100
BIO_get_callback_arg(b), UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3209
if(!(event & UB_EV_READ)) {
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
3629
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3697
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3758
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
3808
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
4241
UB_EV_READ);
usr.sbin/unbound/util/netevent.c
4658
if((event&UB_EV_READ)
usr.sbin/unbound/util/netevent.c
4798
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
5227
UB_EV_READ);
usr.sbin/unbound/util/netevent.c
5687
if((event&UB_EV_READ)) {
usr.sbin/unbound/util/netevent.c
5720
if((event&UB_EV_READ)) {
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
6477
evbits = UB_EV_PERSIST | UB_EV_READ;
usr.sbin/unbound/util/netevent.c
6543
else evbits = UB_EV_PERSIST | UB_EV_READ;
usr.sbin/unbound/util/netevent.c
6593
ub_winsock_tcp_wouldblock(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
6827
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
usr.sbin/unbound/util/netevent.c
6830
ub_event_add_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
usr.sbin/unbound/util/netevent.c
6833
ub_event_add_bits(c->ev->ev, UB_EV_READ);
usr.sbin/unbound/util/netevent.c
6866
ub_event_del_bits(c->ev->ev, UB_EV_READ|UB_EV_WRITE);
usr.sbin/unbound/util/netevent.c
6867
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) \