Searched refs:cs_avl (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/iconv/ |
H A D | iconv_list.c | 49 static avl_tree_t cs_avl; variable 77 cs = avl_find(&cs_avl, &tmp, &where); in cs_insert() 94 avl_insert(&cs_avl, cs, where); in cs_insert() 113 for (cs = avl_first(&cs_avl); cs != NULL; in cs_dump() 114 cs = AVL_NEXT(&cs_avl, cs)) { in cs_dump() 136 while ((cs = avl_destroy_nodes(&cs_avl, &cookie)) != NULL) { in cs_destroy() 143 avl_destroy(&cs_avl); in cs_destroy() 162 cs = avl_find(&cs_avl, &tcs, NULL); in alias_insert() 263 avl_create(&cs_avl, cs_compare, sizeof (codeset_t), in list_codesets()
|