For internal use only.
This file contains the implementation of the ht_flush() function, used to flush all entries from a hash table.
Definition in file ht_flush.c.
#include <stdlib.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_flush.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_flush (hash_table_t *table, hash_iter_t flush_func, void *extra) |
Flush a hash table. |