For internal use only.
This file contains the implementation of the rt_move() function, used to move a node within a red-black tree to correspond to a new key.
Definition in file rt_move.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rt_move.c:
Go to the source code of this file.
Functions | |
unsigned long | rt_move (rb_tree_t *tree, rb_node_t *node, db_key_t *key) |
Move a node in a red-black tree. |