For internal use only.
This file contains the implementation of the rt_find() function, used to locate a specific node in a red-black tree.
Definition in file rt_find.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rt_find.c:

Go to the source code of this file.
Functions | |
| unsigned long | rt_find (rb_tree_t *tree, rb_node_t **node_p, db_key_t *key) |
| Find an entry in a red-black table. | |
1.4.4