For internal use only.
This file contains the implementation of the rbtree_comp() function, a generic red-black tree comparison callback utilizing memcmp().
Definition in file rbtree_comp.c.
#include <string.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for rbtree_comp.c:
Go to the source code of this file.
Functions | |
long | rbtree_comp (rb_tree_t *tree, db_key_t *key1, db_key_t *key2) |
Red-black tree comparison function. |