For internal use only.
This file contains the implementation of the rt_iter() function, used to iterate over all nodes in a red-black tree.
Definition in file rt_iter.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rt_iter.c:
Go to the source code of this file.
Functions | |
unsigned long | rt_iter (rb_tree_t *tree, rb_node_t *start, rb_iter_t iter_func, void *extra, unsigned long flags) |
Iterate over each entry in a red-black tree. |