Searched refs:vroot (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/misc/ |
D | tsearch.c | 686 trecurse (const void *vroot, __action_fn_t action, int level) in weak_alias() 688 const_node root = (const_node) vroot; in weak_alias() 709 __twalk (const void *vroot, __action_fn_t action) in __twalk() argument 711 const_node root = (const_node) vroot; in __twalk() 724 trecurse_r (const void *vroot, void (*action) (const void *, VISIT, void *), in weak_alias() 727 const_node root = (const_node) vroot; in weak_alias() 744 __twalk_r (const void *vroot, void (*action) (const void *, VISIT, void *), in __twalk_r() argument 747 const_node root = (const_node) vroot; in __twalk_r() 772 __tdestroy (void *vroot, __free_fn_t freefct) in __tdestroy() argument 774 node root = (node) vroot; in __tdestroy()
|
/glibc-2.36/manual/ |
D | search.texi | 554 @deftypefun void tdestroy (void *@var{vroot}, __free_fn_t @var{freefct}) 559 functions to generate the tree pointed to by @var{vroot}.
|