Home
last modified time | relevance | path

Searched refs:busy_list (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dremote.h101 struct rc_state* busy_list; member
H A Dremote.c211 p = rc->busy_list; in daemon_remote_clear()
220 rc->busy_list = NULL; in daemon_remote_clear()
488 n->next = rc->busy_list; in remote_accept_callback()
489 rc->busy_list = n; in remote_accept_callback()
515 state_list_remove_elem(&rc->busy_list, s->c); in clean_point()