Symbol: doq_timer
sbin/unwind/libunbound/services/listen_dnsport.c
3401
struct doq_timer*
sbin/unwind/libunbound/services/listen_dnsport.c
3404
struct doq_timer key;
sbin/unwind/libunbound/services/listen_dnsport.c
3411
return (struct doq_timer*)node->key;
sbin/unwind/libunbound/services/listen_dnsport.c
3416
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3424
struct doq_timer* rb_timer = timer->setlist_first;
sbin/unwind/libunbound/services/listen_dnsport.c
3450
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3452
struct doq_timer* rb_timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3474
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3488
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3501
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.c
3505
struct doq_timer* rb_timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3719
struct doq_timer* e = (struct doq_timer*)key1;
sbin/unwind/libunbound/services/listen_dnsport.c
3720
struct doq_timer* f = (struct doq_timer*)key2;
sbin/unwind/libunbound/services/listen_dnsport.h
555
struct doq_timer* setlist_first, *setlist_last;
sbin/unwind/libunbound/services/listen_dnsport.h
559
struct doq_timer* setlist_next, *setlist_prev;
sbin/unwind/libunbound/services/listen_dnsport.h
647
struct doq_timer timer;
sbin/unwind/libunbound/services/listen_dnsport.h
843
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
846
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
849
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
852
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.h
857
struct doq_timer* doq_timer_find_time(struct doq_table* table,
sbin/unwind/libunbound/util/netevent.c
2165
struct doq_timer* t;
sbin/unwind/libunbound/util/netevent.c
2172
RBTREE_FOR(t, struct doq_timer*, c->doq_socket->table->timer_tree) {
sbin/unwind/libunbound/util/netevent.c
2433
struct doq_timer* t = (struct doq_timer*)node;
sbin/unwind/libunbound/util/netevent.c
2458
struct doq_timer* t;
usr.sbin/unbound/services/listen_dnsport.c
3401
struct doq_timer*
usr.sbin/unbound/services/listen_dnsport.c
3404
struct doq_timer key;
usr.sbin/unbound/services/listen_dnsport.c
3411
return (struct doq_timer*)node->key;
usr.sbin/unbound/services/listen_dnsport.c
3416
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3424
struct doq_timer* rb_timer = timer->setlist_first;
usr.sbin/unbound/services/listen_dnsport.c
3450
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3452
struct doq_timer* rb_timer;
usr.sbin/unbound/services/listen_dnsport.c
3474
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3488
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3501
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.c
3505
struct doq_timer* rb_timer;
usr.sbin/unbound/services/listen_dnsport.c
3719
struct doq_timer* e = (struct doq_timer*)key1;
usr.sbin/unbound/services/listen_dnsport.c
3720
struct doq_timer* f = (struct doq_timer*)key2;
usr.sbin/unbound/services/listen_dnsport.h
555
struct doq_timer* setlist_first, *setlist_last;
usr.sbin/unbound/services/listen_dnsport.h
559
struct doq_timer* setlist_next, *setlist_prev;
usr.sbin/unbound/services/listen_dnsport.h
647
struct doq_timer timer;
usr.sbin/unbound/services/listen_dnsport.h
843
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
846
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
849
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
852
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.h
857
struct doq_timer* doq_timer_find_time(struct doq_table* table,
usr.sbin/unbound/util/netevent.c
2165
struct doq_timer* t;
usr.sbin/unbound/util/netevent.c
2172
RBTREE_FOR(t, struct doq_timer*, c->doq_socket->table->timer_tree) {
usr.sbin/unbound/util/netevent.c
2433
struct doq_timer* t = (struct doq_timer*)node;
usr.sbin/unbound/util/netevent.c
2458
struct doq_timer* t;