For internal use only.
This file contains the implementation of the rt_next() function, used to locate the next node in a given iteration scheme.
Definition in file rt_next.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rt_next.c:
Go to the source code of this file.
Functions | |
unsigned long | rt_next (rb_tree_t *tree, rb_node_t **node_io, unsigned long flags) |
Get the next node. |