Symbol: ub_event
sbin/unwind/libunbound/libunbound/unbound-event.h
101
struct ub_event* (*new_signal)(struct ub_event_base*, int fd,
sbin/unwind/libunbound/libunbound/unbound-event.h
105
struct ub_event* (*winsock_register_wsaevent)(struct ub_event_base*,
sbin/unwind/libunbound/libunbound/unbound-event.h
128
void (*add_bits)(struct ub_event*, short);
sbin/unwind/libunbound/libunbound/unbound-event.h
131
void (*del_bits)(struct ub_event*, short);
sbin/unwind/libunbound/libunbound/unbound-event.h
134
void (*set_fd)(struct ub_event*, int);
sbin/unwind/libunbound/libunbound/unbound-event.h
136
void (*free)(struct ub_event*);
sbin/unwind/libunbound/libunbound/unbound-event.h
138
int (*add)(struct ub_event*, struct timeval*);
sbin/unwind/libunbound/libunbound/unbound-event.h
140
int (*del)(struct ub_event*);
sbin/unwind/libunbound/libunbound/unbound-event.h
142
int (*add_timer)(struct ub_event*, struct ub_event_base*,
sbin/unwind/libunbound/libunbound/unbound-event.h
145
int (*del_timer)(struct ub_event*);
sbin/unwind/libunbound/libunbound/unbound-event.h
147
int (*add_signal)(struct ub_event*, struct timeval*);
sbin/unwind/libunbound/libunbound/unbound-event.h
149
int (*del_signal)(struct ub_event*);
sbin/unwind/libunbound/libunbound/unbound-event.h
153
void (*winsock_unregister_wsaevent)(struct ub_event* ev);
sbin/unwind/libunbound/libunbound/unbound-event.h
158
void (*winsock_tcp_wouldblock)(struct ub_event*, int eventbit);
sbin/unwind/libunbound/libunbound/unbound-event.h
80
struct ub_event;
sbin/unwind/libunbound/libunbound/unbound-event.h
97
struct ub_event* (*new_event)(struct ub_event_base*,
sbin/unwind/libunbound/util/netevent.c
148
struct ub_event* ev;
sbin/unwind/libunbound/util/netevent.c
162
struct ub_event* slow_accept;
sbin/unwind/libunbound/util/netevent.c
180
struct ub_event* ev;
sbin/unwind/libunbound/util/netevent.c
190
struct ub_event* ev;
sbin/unwind/libunbound/util/netevent.c
3099
ub_winsock_tcp_wouldblock((struct ub_event*)
sbin/unwind/libunbound/util/netevent.c
3105
ub_winsock_tcp_wouldblock((struct ub_event*)
sbin/unwind/libunbound/util/netevent.c
317
struct ub_event* comm_point_internal(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.h
558
struct ub_event* comm_point_internal(struct comm_point* c);
sbin/unwind/libunbound/util/tube.h
101
struct ub_event* ev_listen;
sbin/unwind/libunbound/util/ub_event.h
100
void ub_event_del_bits(struct ub_event*, short bits);
sbin/unwind/libunbound/util/ub_event.h
102
void ub_event_set_fd(struct ub_event*, int fd);
sbin/unwind/libunbound/util/ub_event.h
104
void ub_event_free(struct ub_event*);
sbin/unwind/libunbound/util/ub_event.h
106
int ub_event_add(struct ub_event*, struct timeval*);
sbin/unwind/libunbound/util/ub_event.h
108
int ub_event_del(struct ub_event*);
sbin/unwind/libunbound/util/ub_event.h
110
int ub_timer_add(struct ub_event*, struct ub_event_base*,
sbin/unwind/libunbound/util/ub_event.h
113
int ub_timer_del(struct ub_event*);
sbin/unwind/libunbound/util/ub_event.h
115
int ub_signal_add(struct ub_event*, struct timeval*);
sbin/unwind/libunbound/util/ub_event.h
117
int ub_signal_del(struct ub_event*);
sbin/unwind/libunbound/util/ub_event.h
119
void ub_winsock_unregister_wsaevent(struct ub_event* ev);
sbin/unwind/libunbound/util/ub_event.h
123
void ub_winsock_tcp_wouldblock(struct ub_event*, int bits);
sbin/unwind/libunbound/util/ub_event.h
47
struct ub_event;
sbin/unwind/libunbound/util/ub_event.h
88
struct ub_event* ub_event_new(struct ub_event_base*,
sbin/unwind/libunbound/util/ub_event.h
91
struct ub_event* ub_signal_new(struct ub_event_base*, int fd,
sbin/unwind/libunbound/util/ub_event.h
94
struct ub_event* ub_winsock_register_wsaevent(struct ub_event_base*,
sbin/unwind/libunbound/util/ub_event.h
98
void ub_event_add_bits(struct ub_event*, short bits);
sbin/unwind/libunbound/util/ub_event_pluggable.c
143
struct ub_event super;
sbin/unwind/libunbound/util/ub_event_pluggable.c
156
my_event_add_bits(struct ub_event* ev, short bits)
sbin/unwind/libunbound/util/ub_event_pluggable.c
162
my_event_del_bits(struct ub_event* ev, short bits)
sbin/unwind/libunbound/util/ub_event_pluggable.c
168
my_event_set_fd(struct ub_event* ev, int fd)
sbin/unwind/libunbound/util/ub_event_pluggable.c
174
my_event_free(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
180
my_event_add(struct ub_event* ev, struct timeval* tv)
sbin/unwind/libunbound/util/ub_event_pluggable.c
186
my_event_del(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
192
my_timer_add(struct ub_event* ev, struct ub_event_base* base,
sbin/unwind/libunbound/util/ub_event_pluggable.c
203
my_timer_del(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
209
my_signal_add(struct ub_event* ev, struct timeval* tv)
sbin/unwind/libunbound/util/ub_event_pluggable.c
215
my_signal_del(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
221
my_winsock_unregister_wsaevent(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
232
my_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
sbin/unwind/libunbound/util/ub_event_pluggable.c
275
static struct ub_event*
sbin/unwind/libunbound/util/ub_event_pluggable.c
295
static struct ub_event*
sbin/unwind/libunbound/util/ub_event_pluggable.c
315
static struct ub_event*
sbin/unwind/libunbound/util/ub_event_pluggable.c
507
struct ub_event*
sbin/unwind/libunbound/util/ub_event_pluggable.c
519
struct ub_event*
sbin/unwind/libunbound/util/ub_event_pluggable.c
531
struct ub_event*
sbin/unwind/libunbound/util/ub_event_pluggable.c
545
ub_event_add_bits(struct ub_event* ev, short bits)
sbin/unwind/libunbound/util/ub_event_pluggable.c
555
ub_event_del_bits(struct ub_event* ev, short bits)
sbin/unwind/libunbound/util/ub_event_pluggable.c
565
ub_event_set_fd(struct ub_event* ev, int fd)
sbin/unwind/libunbound/util/ub_event_pluggable.c
575
ub_event_free(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
585
ub_event_add(struct ub_event* ev, struct timeval* tv)
sbin/unwind/libunbound/util/ub_event_pluggable.c
596
ub_event_del(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
607
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
sbin/unwind/libunbound/util/ub_event_pluggable.c
619
ub_timer_del(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
630
ub_signal_add(struct ub_event* ev, struct timeval* tv)
sbin/unwind/libunbound/util/ub_event_pluggable.c
641
ub_signal_del(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
652
ub_winsock_unregister_wsaevent(struct ub_event* ev)
sbin/unwind/libunbound/util/ub_event_pluggable.c
663
ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
usr.sbin/unbound/dnstap/dtstream.c
1642
struct ub_event* cmdev;
usr.sbin/unbound/dnstap/dtstream.c
1810
struct ub_event* timer, *stopev;
usr.sbin/unbound/dnstap/dtstream.c
2058
struct ub_event* ev;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
119
struct ub_event* ev;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
159
struct ub_event *ev;
usr.sbin/unbound/libunbound/unbound-event.h
101
struct ub_event* (*new_signal)(struct ub_event_base*, int fd,
usr.sbin/unbound/libunbound/unbound-event.h
105
struct ub_event* (*winsock_register_wsaevent)(struct ub_event_base*,
usr.sbin/unbound/libunbound/unbound-event.h
128
void (*add_bits)(struct ub_event*, short);
usr.sbin/unbound/libunbound/unbound-event.h
131
void (*del_bits)(struct ub_event*, short);
usr.sbin/unbound/libunbound/unbound-event.h
134
void (*set_fd)(struct ub_event*, int);
usr.sbin/unbound/libunbound/unbound-event.h
136
void (*free)(struct ub_event*);
usr.sbin/unbound/libunbound/unbound-event.h
138
int (*add)(struct ub_event*, struct timeval*);
usr.sbin/unbound/libunbound/unbound-event.h
140
int (*del)(struct ub_event*);
usr.sbin/unbound/libunbound/unbound-event.h
142
int (*add_timer)(struct ub_event*, struct ub_event_base*,
usr.sbin/unbound/libunbound/unbound-event.h
145
int (*del_timer)(struct ub_event*);
usr.sbin/unbound/libunbound/unbound-event.h
147
int (*add_signal)(struct ub_event*, struct timeval*);
usr.sbin/unbound/libunbound/unbound-event.h
149
int (*del_signal)(struct ub_event*);
usr.sbin/unbound/libunbound/unbound-event.h
153
void (*winsock_unregister_wsaevent)(struct ub_event* ev);
usr.sbin/unbound/libunbound/unbound-event.h
158
void (*winsock_tcp_wouldblock)(struct ub_event*, int eventbit);
usr.sbin/unbound/libunbound/unbound-event.h
80
struct ub_event;
usr.sbin/unbound/libunbound/unbound-event.h
97
struct ub_event* (*new_event)(struct ub_event_base*,
usr.sbin/unbound/testcode/doqclient.c
86
struct ub_event* ev;
usr.sbin/unbound/testcode/doqclient.c
88
struct ub_event* expire_timer;
usr.sbin/unbound/util/netevent.c
148
struct ub_event* ev;
usr.sbin/unbound/util/netevent.c
162
struct ub_event* slow_accept;
usr.sbin/unbound/util/netevent.c
180
struct ub_event* ev;
usr.sbin/unbound/util/netevent.c
190
struct ub_event* ev;
usr.sbin/unbound/util/netevent.c
3099
ub_winsock_tcp_wouldblock((struct ub_event*)
usr.sbin/unbound/util/netevent.c
3105
ub_winsock_tcp_wouldblock((struct ub_event*)
usr.sbin/unbound/util/netevent.c
317
struct ub_event* comm_point_internal(struct comm_point* c)
usr.sbin/unbound/util/netevent.h
558
struct ub_event* comm_point_internal(struct comm_point* c);
usr.sbin/unbound/util/tube.h
101
struct ub_event* ev_listen;
usr.sbin/unbound/util/ub_event.c
203
#define AS_UB_EVENT(x) ((struct ub_event*)x)
usr.sbin/unbound/util/ub_event.c
348
struct ub_event*
usr.sbin/unbound/util/ub_event.c
372
struct ub_event*
usr.sbin/unbound/util/ub_event.c
396
struct ub_event*
usr.sbin/unbound/util/ub_event.c
421
ub_event_add_bits(struct ub_event* ev, short bits)
usr.sbin/unbound/util/ub_event.c
427
ub_event_del_bits(struct ub_event* ev, short bits)
usr.sbin/unbound/util/ub_event.c
433
ub_event_set_fd(struct ub_event* ev, int fd)
usr.sbin/unbound/util/ub_event.c
439
ub_event_free(struct ub_event* ev)
usr.sbin/unbound/util/ub_event.c
446
ub_event_add(struct ub_event* ev, struct timeval* tv)
usr.sbin/unbound/util/ub_event.c
452
ub_event_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event.c
458
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
usr.sbin/unbound/util/ub_event.c
468
ub_timer_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event.c
474
ub_signal_add(struct ub_event* ev, struct timeval* tv)
usr.sbin/unbound/util/ub_event.c
480
ub_signal_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event.c
486
ub_winsock_unregister_wsaevent(struct ub_event* ev)
usr.sbin/unbound/util/ub_event.c
497
ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
usr.sbin/unbound/util/ub_event.h
100
void ub_event_del_bits(struct ub_event*, short bits);
usr.sbin/unbound/util/ub_event.h
102
void ub_event_set_fd(struct ub_event*, int fd);
usr.sbin/unbound/util/ub_event.h
104
void ub_event_free(struct ub_event*);
usr.sbin/unbound/util/ub_event.h
106
int ub_event_add(struct ub_event*, struct timeval*);
usr.sbin/unbound/util/ub_event.h
108
int ub_event_del(struct ub_event*);
usr.sbin/unbound/util/ub_event.h
110
int ub_timer_add(struct ub_event*, struct ub_event_base*,
usr.sbin/unbound/util/ub_event.h
113
int ub_timer_del(struct ub_event*);
usr.sbin/unbound/util/ub_event.h
115
int ub_signal_add(struct ub_event*, struct timeval*);
usr.sbin/unbound/util/ub_event.h
117
int ub_signal_del(struct ub_event*);
usr.sbin/unbound/util/ub_event.h
119
void ub_winsock_unregister_wsaevent(struct ub_event* ev);
usr.sbin/unbound/util/ub_event.h
123
void ub_winsock_tcp_wouldblock(struct ub_event*, int bits);
usr.sbin/unbound/util/ub_event.h
47
struct ub_event;
usr.sbin/unbound/util/ub_event.h
88
struct ub_event* ub_event_new(struct ub_event_base*,
usr.sbin/unbound/util/ub_event.h
91
struct ub_event* ub_signal_new(struct ub_event_base*, int fd,
usr.sbin/unbound/util/ub_event.h
94
struct ub_event* ub_winsock_register_wsaevent(struct ub_event_base*,
usr.sbin/unbound/util/ub_event.h
98
void ub_event_add_bits(struct ub_event*, short bits);
usr.sbin/unbound/util/ub_event_pluggable.c
143
struct ub_event super;
usr.sbin/unbound/util/ub_event_pluggable.c
156
my_event_add_bits(struct ub_event* ev, short bits)
usr.sbin/unbound/util/ub_event_pluggable.c
162
my_event_del_bits(struct ub_event* ev, short bits)
usr.sbin/unbound/util/ub_event_pluggable.c
168
my_event_set_fd(struct ub_event* ev, int fd)
usr.sbin/unbound/util/ub_event_pluggable.c
174
my_event_free(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
180
my_event_add(struct ub_event* ev, struct timeval* tv)
usr.sbin/unbound/util/ub_event_pluggable.c
186
my_event_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
192
my_timer_add(struct ub_event* ev, struct ub_event_base* base,
usr.sbin/unbound/util/ub_event_pluggable.c
203
my_timer_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
209
my_signal_add(struct ub_event* ev, struct timeval* tv)
usr.sbin/unbound/util/ub_event_pluggable.c
215
my_signal_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
221
my_winsock_unregister_wsaevent(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
232
my_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)
usr.sbin/unbound/util/ub_event_pluggable.c
275
static struct ub_event*
usr.sbin/unbound/util/ub_event_pluggable.c
295
static struct ub_event*
usr.sbin/unbound/util/ub_event_pluggable.c
315
static struct ub_event*
usr.sbin/unbound/util/ub_event_pluggable.c
507
struct ub_event*
usr.sbin/unbound/util/ub_event_pluggable.c
519
struct ub_event*
usr.sbin/unbound/util/ub_event_pluggable.c
531
struct ub_event*
usr.sbin/unbound/util/ub_event_pluggable.c
545
ub_event_add_bits(struct ub_event* ev, short bits)
usr.sbin/unbound/util/ub_event_pluggable.c
555
ub_event_del_bits(struct ub_event* ev, short bits)
usr.sbin/unbound/util/ub_event_pluggable.c
565
ub_event_set_fd(struct ub_event* ev, int fd)
usr.sbin/unbound/util/ub_event_pluggable.c
575
ub_event_free(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
585
ub_event_add(struct ub_event* ev, struct timeval* tv)
usr.sbin/unbound/util/ub_event_pluggable.c
596
ub_event_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
607
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
usr.sbin/unbound/util/ub_event_pluggable.c
619
ub_timer_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
630
ub_signal_add(struct ub_event* ev, struct timeval* tv)
usr.sbin/unbound/util/ub_event_pluggable.c
641
ub_signal_del(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
652
ub_winsock_unregister_wsaevent(struct ub_event* ev)
usr.sbin/unbound/util/ub_event_pluggable.c
663
ub_winsock_tcp_wouldblock(struct ub_event* ev, int eventbits)