Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmesh.c1265 struct mesh_state_ref* subref; /* points to sub, inserted in super */ in mesh_state_attachment() local
1267 if( !(subref = regional_alloc(super->s.region, in mesh_state_attachment()
1276 subref->node.key = subref; in mesh_state_attachment()
1277 subref->s = sub; in mesh_state_attachment()
1291 rbtree_insert(&super->sub_set, &subref->node); in mesh_state_attachment()