Symbol: doq_timer
sbin/unwind/libunbound/services/listen_dnsport.c
3411
struct doq_timer*
sbin/unwind/libunbound/services/listen_dnsport.c
3414
struct doq_timer key;
sbin/unwind/libunbound/services/listen_dnsport.c
3421
return (struct doq_timer*)node->key;
sbin/unwind/libunbound/services/listen_dnsport.c
3426
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3434
struct doq_timer* rb_timer = timer->setlist_first;
sbin/unwind/libunbound/services/listen_dnsport.c
3460
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3462
struct doq_timer* rb_timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3484
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3498
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
sbin/unwind/libunbound/services/listen_dnsport.c
3511
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.c
3514
struct doq_timer* rb_timer;
sbin/unwind/libunbound/services/listen_dnsport.c
3710
struct doq_timer* e = (struct doq_timer*)key1;
sbin/unwind/libunbound/services/listen_dnsport.c
3711
struct doq_timer* f = (struct doq_timer*)key2;
sbin/unwind/libunbound/services/listen_dnsport.h
550
struct doq_timer* setlist_first, *setlist_last;
sbin/unwind/libunbound/services/listen_dnsport.h
554
struct doq_timer* setlist_next, *setlist_prev;
sbin/unwind/libunbound/services/listen_dnsport.h
642
struct doq_timer timer;
sbin/unwind/libunbound/services/listen_dnsport.h
822
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
825
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
828
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
sbin/unwind/libunbound/services/listen_dnsport.h
831
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
sbin/unwind/libunbound/services/listen_dnsport.h
835
struct doq_timer* doq_timer_find_time(struct doq_table* table,
sbin/unwind/libunbound/util/netevent.c
2172
struct doq_timer* t;
sbin/unwind/libunbound/util/netevent.c
2178
RBTREE_FOR(t, struct doq_timer*, c->doq_socket->table->timer_tree) {
sbin/unwind/libunbound/util/netevent.c
2441
struct doq_timer* t = (struct doq_timer*)node;
sbin/unwind/libunbound/util/netevent.c
2466
struct doq_timer* t;
usr.sbin/unbound/services/listen_dnsport.c
3411
struct doq_timer*
usr.sbin/unbound/services/listen_dnsport.c
3414
struct doq_timer key;
usr.sbin/unbound/services/listen_dnsport.c
3421
return (struct doq_timer*)node->key;
usr.sbin/unbound/services/listen_dnsport.c
3426
doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3434
struct doq_timer* rb_timer = timer->setlist_first;
usr.sbin/unbound/services/listen_dnsport.c
3460
doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3462
struct doq_timer* rb_timer;
usr.sbin/unbound/services/listen_dnsport.c
3484
doq_timer_list_append(struct doq_timer* rb_timer, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3498
doq_timer_unset(struct doq_table* table, struct doq_timer* timer)
usr.sbin/unbound/services/listen_dnsport.c
3511
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.c
3514
struct doq_timer* rb_timer;
usr.sbin/unbound/services/listen_dnsport.c
3710
struct doq_timer* e = (struct doq_timer*)key1;
usr.sbin/unbound/services/listen_dnsport.c
3711
struct doq_timer* f = (struct doq_timer*)key2;
usr.sbin/unbound/services/listen_dnsport.h
550
struct doq_timer* setlist_first, *setlist_last;
usr.sbin/unbound/services/listen_dnsport.h
554
struct doq_timer* setlist_next, *setlist_prev;
usr.sbin/unbound/services/listen_dnsport.h
642
struct doq_timer timer;
usr.sbin/unbound/services/listen_dnsport.h
822
void doq_timer_tree_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
825
void doq_timer_list_remove(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
828
void doq_timer_unset(struct doq_table* table, struct doq_timer* timer);
usr.sbin/unbound/services/listen_dnsport.h
831
void doq_timer_set(struct doq_table* table, struct doq_timer* timer,
usr.sbin/unbound/services/listen_dnsport.h
835
struct doq_timer* doq_timer_find_time(struct doq_table* table,
usr.sbin/unbound/util/netevent.c
2172
struct doq_timer* t;
usr.sbin/unbound/util/netevent.c
2178
RBTREE_FOR(t, struct doq_timer*, c->doq_socket->table->timer_tree) {
usr.sbin/unbound/util/netevent.c
2441
struct doq_timer* t = (struct doq_timer*)node;
usr.sbin/unbound/util/netevent.c
2466
struct doq_timer* t;