HomeSort by: relevance | last modified time | path
    Searched defs:rpst_insert_node (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gen/
rpst.c 176 * rpst_insert_node1: a helper for rpst_insert_node.
223 * rpst_insert_node: insert a node into the tree.
231 rpst_insert_node(struct rpst_tree *t, struct rpst_node *n) function in typeref:struct:rpst_node *
664 o = rpst_insert_node(&t, &n->n);
rpst.c 176 * rpst_insert_node1: a helper for rpst_insert_node.
223 * rpst_insert_node: insert a node into the tree.
231 rpst_insert_node(struct rpst_tree *t, struct rpst_node *n) function in typeref:struct:rpst_node *
664 o = rpst_insert_node(&t, &n->n);

Completed in 24 milliseconds