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