HomeSort by relevance Sort by last modified time
    Searched defs:avl_destroy_nodes (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.c 948 * while ((node = avl_destroy_nodes(tree, &cookie)) != NULL)
958 avl_destroy_nodes(avl_tree_t *tree, void **cookie) function
993 "avl_destroy_nodes:"
1009 "avl_destroy_nodes: number of nodes wrong");
1039 "avl_destroy_nodes: Tree inconsistency");
1045 "avl_destroy_nodes: Destroying non leaf node");
1050 "avl_destroy_nodes: Tree inconsistency");
1058 "avl_destroy_nodes: Dangling last node");
  /onnv/onnv-gate/usr/src/common/avl/
avl.c 930 * while ((node = avl_destroy_nodes(tree, &cookie)) != NULL)
940 avl_destroy_nodes(avl_tree_t *tree, void **cookie) function

Completed in 190 milliseconds