Home
last modified time | relevance | path

Searched refs:cblist (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/unbound/services/
Doutside_network.c2592 if(!sq->cblist)
2675 sq->cblist = NULL;
2988 int dobackup = (sq->cblist && sq->cblist->next); /* >1 cb*/
3054 while((p=sq->cblist) != NULL) {
3055 sq->cblist = p->next; /* remove this element */
3068 log_assert(sq->cblist == NULL);
3528 cb->next = sq->cblist;
3529 sq->cblist = cb;
3537 struct service_callback** pp = &sq->cblist;
3554 if(!sq->cblist && !sq->busy && !sq->to_be_deleted) {
[all …]
Doutside_network.h516 struct service_callback* cblist; member
/openbsd/src/sbin/unwind/libunbound/services/
Doutside_network.c2592 if(!sq->cblist)
2675 sq->cblist = NULL;
2988 int dobackup = (sq->cblist && sq->cblist->next); /* >1 cb*/
3054 while((p=sq->cblist) != NULL) {
3055 sq->cblist = p->next; /* remove this element */
3068 log_assert(sq->cblist == NULL);
3528 cb->next = sq->cblist;
3529 sq->cblist = cb;
3537 struct service_callback** pp = &sq->cblist;
3554 if(!sq->cblist && !sq->busy && !sq->to_be_deleted) {
[all …]
Doutside_network.h516 struct service_callback* cblist; member