OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:subref
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
mesh.c
1289
struct mesh_state_ref*
subref
; /* points to sub, inserted in super */
local
1291
if( !(
subref
= regional_alloc(super->s.region,
1300
subref
->node.key =
subref
;
1301
subref
->s = sub;
1306
* since superref and
subref
already allocated in region,
1315
rbtree_insert(&super->sub_set, &
subref
->node);
mesh.c
1289
struct mesh_state_ref*
subref
; /* points to sub, inserted in super */
local
1291
if( !(
subref
= regional_alloc(super->s.region,
1300
subref
->node.key =
subref
;
1301
subref
->s = sub;
1306
* since superref and
subref
already allocated in region,
1315
rbtree_insert(&super->sub_set, &
subref
->node);
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026