For internal use only.
This file contains the implementation of the ht_iter() function, used to iterate over every entry in a hash table.
Definition in file ht_iter.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_iter.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_iter (hash_table_t *table, hash_iter_t iter_func, void *extra) |
Iterate over each entry in a hash table. |