For internal use only.
This file contains the implementation of the ht_move() function, used to move a hash table entry to correspond to a new key.
Definition in file ht_move.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_move.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_move (hash_table_t *table, hash_entry_t *entry, db_key_t *key) |
Move an entry in the hash table. |