Symbol: ub_event_base
sbin/unwind/libunbound/libunbound/context.h
127
struct ub_event_base* event_base;
sbin/unwind/libunbound/libunbound/context.h
53
struct ub_event_base;
sbin/unwind/libunbound/libunbound/libunbound.c
1458
struct ub_event_base* new_base;
sbin/unwind/libunbound/libunbound/libunbound.c
222
ub_ctx_create_ub_event(struct ub_event_base* ueb)
sbin/unwind/libunbound/libunbound/libunbound.c
352
struct ub_event_base* evbase = comm_base_internal(
sbin/unwind/libunbound/libunbound/libworker.c
131
libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb)
sbin/unwind/libunbound/libunbound/libworker.c
259
struct ub_event_base* eb)
sbin/unwind/libunbound/libunbound/libworker.h
121
struct ub_event_base* eb);
sbin/unwind/libunbound/libunbound/libworker.h
61
struct ub_event_base;
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
142
int (*add_timer)(struct ub_event*, struct ub_event_base*,
sbin/unwind/libunbound/libunbound/unbound-event.h
187
struct ub_ctx* ub_ctx_create_ub_event(struct ub_event_base* base);
sbin/unwind/libunbound/libunbound/unbound-event.h
81
struct ub_event_base;
sbin/unwind/libunbound/libunbound/unbound-event.h
90
void (*free)(struct ub_event_base*);
sbin/unwind/libunbound/libunbound/unbound-event.h
93
int (*dispatch)(struct ub_event_base*);
sbin/unwind/libunbound/libunbound/unbound-event.h
95
int (*loopexit)(struct ub_event_base*, struct timeval*);
sbin/unwind/libunbound/libunbound/unbound-event.h
97
struct ub_event* (*new_event)(struct ub_event_base*,
sbin/unwind/libunbound/util/netevent.c
156
struct ub_event_base* base;
sbin/unwind/libunbound/util/netevent.c
230
comm_base_create_event(struct ub_event_base* base)
sbin/unwind/libunbound/util/netevent.c
312
struct ub_event_base* comm_base_internal(struct comm_base* b)
sbin/unwind/libunbound/util/netevent.h
497
struct comm_base* comm_base_create_event(struct ub_event_base* base);
sbin/unwind/libunbound/util/netevent.h
550
struct ub_event_base* comm_base_internal(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
76
struct ub_event_base;
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
46
struct ub_event_base;
sbin/unwind/libunbound/util/ub_event.h
68
void ub_get_event_sys(struct ub_event_base*, const char** n, const char** s,
sbin/unwind/libunbound/util/ub_event.h
73
struct ub_event_base* ub_default_event_base(int, time_t*, struct timeval*);
sbin/unwind/libunbound/util/ub_event.h
75
struct ub_event_base* ub_libevent_event_base(struct event_base*);
sbin/unwind/libunbound/util/ub_event.h
79
struct event_base* ub_libevent_get_event_base(struct ub_event_base*);
sbin/unwind/libunbound/util/ub_event.h
81
void ub_event_base_free(struct ub_event_base*);
sbin/unwind/libunbound/util/ub_event.h
83
int ub_event_base_dispatch(struct ub_event_base*);
sbin/unwind/libunbound/util/ub_event.h
85
int ub_event_base_loopexit(struct ub_event_base*);
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_pluggable.c
138
struct ub_event_base super;
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
250
my_event_base_free(struct ub_event_base* base)
sbin/unwind/libunbound/util/ub_event_pluggable.c
264
my_event_base_dispatch(struct ub_event_base* base)
sbin/unwind/libunbound/util/ub_event_pluggable.c
270
my_event_base_loopexit(struct ub_event_base* base, struct timeval* tv)
sbin/unwind/libunbound/util/ub_event_pluggable.c
276
my_event_new(struct ub_event_base* base, int fd, short bits,
sbin/unwind/libunbound/util/ub_event_pluggable.c
296
my_signal_new(struct ub_event_base* base, int fd,
sbin/unwind/libunbound/util/ub_event_pluggable.c
316
my_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent,
sbin/unwind/libunbound/util/ub_event_pluggable.c
350
struct ub_event_base*
sbin/unwind/libunbound/util/ub_event_pluggable.c
390
struct ub_event_base*
sbin/unwind/libunbound/util/ub_event_pluggable.c
410
ub_libevent_get_event_base(struct ub_event_base* base)
sbin/unwind/libunbound/util/ub_event_pluggable.c
437
ub_get_event_sys(struct ub_event_base* ub_base, const char** n, const char** s,
sbin/unwind/libunbound/util/ub_event_pluggable.c
476
ub_event_base_free(struct ub_event_base* base)
sbin/unwind/libunbound/util/ub_event_pluggable.c
486
ub_event_base_dispatch(struct ub_event_base* base)
sbin/unwind/libunbound/util/ub_event_pluggable.c
497
ub_event_base_loopexit(struct ub_event_base* base)
sbin/unwind/libunbound/util/ub_event_pluggable.c
508
ub_event_new(struct ub_event_base* base, int fd, short bits,
sbin/unwind/libunbound/util/ub_event_pluggable.c
520
ub_signal_new(struct ub_event_base* base, int fd,
sbin/unwind/libunbound/util/ub_event_pluggable.c
532
ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent,
sbin/unwind/libunbound/util/ub_event_pluggable.c
607
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,
usr.sbin/unbound/daemon/unbound.c
107
struct ub_event_base* base;
usr.sbin/unbound/dnstap/dtstream.c
1620
if(ub_event_base_loopexit((struct ub_event_base*)dtio->event_base)
usr.sbin/unbound/dnstap/dtstream.c
1671
struct ub_event_base* base;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
101
struct ub_event_base* base;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1278
static struct ub_event_base* sig_base = NULL;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1308
struct ub_event_base* base;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
409
static int tap_socket_setup(struct tap_socket* s, struct ub_event_base* base)
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
470
struct ub_event_base* base)
usr.sbin/unbound/libunbound/context.h
127
struct ub_event_base* event_base;
usr.sbin/unbound/libunbound/context.h
53
struct ub_event_base;
usr.sbin/unbound/libunbound/libunbound.c
1458
struct ub_event_base* new_base;
usr.sbin/unbound/libunbound/libunbound.c
222
ub_ctx_create_ub_event(struct ub_event_base* ueb)
usr.sbin/unbound/libunbound/libunbound.c
352
struct ub_event_base* evbase = comm_base_internal(
usr.sbin/unbound/libunbound/libworker.c
131
libworker_setup(struct ub_ctx* ctx, int is_bg, struct ub_event_base* eb)
usr.sbin/unbound/libunbound/libworker.c
259
struct ub_event_base* eb)
usr.sbin/unbound/libunbound/libworker.h
121
struct ub_event_base* eb);
usr.sbin/unbound/libunbound/libworker.h
61
struct ub_event_base;
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
142
int (*add_timer)(struct ub_event*, struct ub_event_base*,
usr.sbin/unbound/libunbound/unbound-event.h
187
struct ub_ctx* ub_ctx_create_ub_event(struct ub_event_base* base);
usr.sbin/unbound/libunbound/unbound-event.h
81
struct ub_event_base;
usr.sbin/unbound/libunbound/unbound-event.h
90
void (*free)(struct ub_event_base*);
usr.sbin/unbound/libunbound/unbound-event.h
93
int (*dispatch)(struct ub_event_base*);
usr.sbin/unbound/libunbound/unbound-event.h
95
int (*loopexit)(struct ub_event_base*, struct timeval*);
usr.sbin/unbound/libunbound/unbound-event.h
97
struct ub_event* (*new_event)(struct ub_event_base*,
usr.sbin/unbound/testcode/doqclient.c
2247
create_doq_client_data(const char* svr, int port, struct ub_event_base* base,
usr.sbin/unbound/testcode/doqclient.c
2377
static struct ub_event_base*
usr.sbin/unbound/testcode/doqclient.c
2380
struct ub_event_base* base;
usr.sbin/unbound/testcode/doqclient.c
2432
struct ub_event_base* base;
usr.sbin/unbound/testcode/doqclient.c
84
struct ub_event_base* base;
usr.sbin/unbound/testcode/fake_event.c
1727
struct ub_event_base* comm_base_internal(struct comm_base* ATTR_UNUSED(b))
usr.sbin/unbound/util/netevent.c
156
struct ub_event_base* base;
usr.sbin/unbound/util/netevent.c
230
comm_base_create_event(struct ub_event_base* base)
usr.sbin/unbound/util/netevent.c
312
struct ub_event_base* comm_base_internal(struct comm_base* b)
usr.sbin/unbound/util/netevent.h
497
struct comm_base* comm_base_create_event(struct ub_event_base* base);
usr.sbin/unbound/util/netevent.h
550
struct ub_event_base* comm_base_internal(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
76
struct ub_event_base;
usr.sbin/unbound/util/ub_event.c
201
#define AS_UB_EVENT_BASE(x) ((struct ub_event_base*)x)
usr.sbin/unbound/util/ub_event.c
226
ub_get_event_sys(struct ub_event_base* base, const char** n, const char** s,
usr.sbin/unbound/util/ub_event.c
268
struct ub_event_base*
usr.sbin/unbound/util/ub_event.c
296
return (struct ub_event_base*)base;
usr.sbin/unbound/util/ub_event.c
299
struct ub_event_base *
usr.sbin/unbound/util/ub_event.c
311
ub_libevent_get_event_base(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event.c
322
ub_event_base_free(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event.c
337
ub_event_base_dispatch(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event.c
343
ub_event_base_loopexit(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event.c
349
ub_event_new(struct ub_event_base* base, int fd, short bits,
usr.sbin/unbound/util/ub_event.c
373
ub_signal_new(struct ub_event_base* base, int fd,
usr.sbin/unbound/util/ub_event.c
397
ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent,
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.h
110
int ub_timer_add(struct ub_event*, struct ub_event_base*,
usr.sbin/unbound/util/ub_event.h
46
struct ub_event_base;
usr.sbin/unbound/util/ub_event.h
68
void ub_get_event_sys(struct ub_event_base*, const char** n, const char** s,
usr.sbin/unbound/util/ub_event.h
73
struct ub_event_base* ub_default_event_base(int, time_t*, struct timeval*);
usr.sbin/unbound/util/ub_event.h
75
struct ub_event_base* ub_libevent_event_base(struct event_base*);
usr.sbin/unbound/util/ub_event.h
79
struct event_base* ub_libevent_get_event_base(struct ub_event_base*);
usr.sbin/unbound/util/ub_event.h
81
void ub_event_base_free(struct ub_event_base*);
usr.sbin/unbound/util/ub_event.h
83
int ub_event_base_dispatch(struct ub_event_base*);
usr.sbin/unbound/util/ub_event.h
85
int ub_event_base_loopexit(struct ub_event_base*);
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_pluggable.c
138
struct ub_event_base super;
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
250
my_event_base_free(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event_pluggable.c
264
my_event_base_dispatch(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event_pluggable.c
270
my_event_base_loopexit(struct ub_event_base* base, struct timeval* tv)
usr.sbin/unbound/util/ub_event_pluggable.c
276
my_event_new(struct ub_event_base* base, int fd, short bits,
usr.sbin/unbound/util/ub_event_pluggable.c
296
my_signal_new(struct ub_event_base* base, int fd,
usr.sbin/unbound/util/ub_event_pluggable.c
316
my_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent,
usr.sbin/unbound/util/ub_event_pluggable.c
350
struct ub_event_base*
usr.sbin/unbound/util/ub_event_pluggable.c
390
struct ub_event_base*
usr.sbin/unbound/util/ub_event_pluggable.c
410
ub_libevent_get_event_base(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event_pluggable.c
437
ub_get_event_sys(struct ub_event_base* ub_base, const char** n, const char** s,
usr.sbin/unbound/util/ub_event_pluggable.c
476
ub_event_base_free(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event_pluggable.c
486
ub_event_base_dispatch(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event_pluggable.c
497
ub_event_base_loopexit(struct ub_event_base* base)
usr.sbin/unbound/util/ub_event_pluggable.c
508
ub_event_new(struct ub_event_base* base, int fd, short bits,
usr.sbin/unbound/util/ub_event_pluggable.c
520
ub_signal_new(struct ub_event_base* base, int fd,
usr.sbin/unbound/util/ub_event_pluggable.c
532
ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent,
usr.sbin/unbound/util/ub_event_pluggable.c
607
ub_timer_add(struct ub_event* ev, struct ub_event_base* base,