#include <pthread.h>
Go to the source code of this file.
◆ hhh_HashTable_delete()
| void hhh_HashTable_delete |
( |
struct hhh_HashTable * | ht, |
|
|
void(* | cleanup )(void *ptr) ) |
◆ hhh_HashTable_find()
| void * hhh_HashTable_find |
( |
struct hhh_HashTable * | ht, |
|
|
void * | key ) |
◆ hhh_HashTable_insert()
| int hhh_HashTable_insert |
( |
struct hhh_HashTable * | ht, |
|
|
void * | key, |
|
|
void * | value ) |
◆ hhh_HashTable_merge()
◆ hhh_HashTable_new()
| struct hhh_HashTable * hhh_HashTable_new |
( |
unsigned long | minsize | ) |
|
◆ hhh_HashTable_remove()
| int hhh_HashTable_remove |
( |
struct hhh_HashTable * | ht, |
|
|
void * | key, |
|
|
void(* | cleanup )(void *ptr) ) |