For internal use only.
This file contains the implementation of the rt_flush() function, used to flush nodes from a red-black tree.
Definition in file rt_flush.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rt_flush.c:
Go to the source code of this file.
Functions | |
unsigned long | rt_flush (rb_tree_t *tree, rb_iter_t flush_func, void *extra) |
Flush a red-black tree. |