Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/services/
H A Dmesh.c1175 struct mesh_state_ref* subref; /* points to sub, inserted in super */ in mesh_state_attachment() local
1177 if( !(subref = regional_alloc(super->s.region, in mesh_state_attachment()
1186 subref->node.key = subref; in mesh_state_attachment()
1187 subref->s = sub; in mesh_state_attachment()
1201 rbtree_insert(&super->sub_set, &subref->node); in mesh_state_attachment()