Searched refs:LenNode (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A D_string_table.h46 * The outer (main) AVL tree contains LenNode structures. The search key for
51 * The strings within each LenNode are maintained using a secondary AVL tree
65 } LenNode; typedef in typeref:struct:__anon23
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c125 len1 = ((LenNode *)n1)->ln_strlen;
126 len2 = ((LenNode *)n2)->ln_strlen;
181 avl_create(stp->st_lentree, &avl_len_compare, sizeof (LenNode),
182 SGSOFFSETOF(LenNode, ln_avlnode));
190 * . The first LenNode AVL tree maintains a tree of nodes based on string
192 * . Each LenNode maintains a StrNode AVL tree for each string. Large
202 LenNode *lnp, ln = { 0 };
224 * From the controlling string table, determine which LenNode AVL node
230 if ((lnp = calloc(sizeof (LenNode), 1)) == NULL)
266 LenNode *ln
[all...]

Completed in 167 milliseconds