For internal use only.
This file contains the implementation of the hash_comp() function, a generic hash comparison callback utilizing memcmp().
Definition in file hash_comp.c.
#include <string.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for hash_comp.c:
Go to the source code of this file.
Functions | |
unsigned long | hash_comp (hash_table_t *table, db_key_t *key1, db_key_t *key2) |
Hash comparison function. |