For internal use only.
This file contains the implementation of the he_init() function, used to dynamically initialize a hash table entry.
Definition in file he_init.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for he_init.c:
Go to the source code of this file.
Functions | |
unsigned long | he_init (hash_entry_t *entry, void *value) |
Dynamically initialize a hash table entry. |