Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmesh.c1347 struct mesh_state_ref* subref; /* points to sub, inserted in super */ in mesh_state_attachment() local
1349 if( !(subref = regional_alloc(super->s.region, in mesh_state_attachment()
1358 subref->node.key = subref; in mesh_state_attachment()
1359 subref->s = sub; in mesh_state_attachment()
1373 rbtree_insert(&super->sub_set, &subref->node); in mesh_state_attachment()