For internal use only.
This file contains the implementation of the ht_init() function, used to dynamically initialize a hash table.
Definition in file ht_init.c.
#include <errno.h>
#include <stdlib.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_init.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_init (hash_table_t *table, unsigned long flags, hash_func_t func, hash_comp_t comp, hash_resize_t resize, void *extra, unsigned long init_mod) |
Dynamically initialize a hash table. |