#include <hashtab.h>
Data Fields | |
| htab_hash | hash_f |
| htab_eq | eq_f |
| htab_del | del_f |
| void ** | entries |
| size_t | size |
| size_t | n_elements |
| size_t | n_deleted |
| unsigned int | searches |
| unsigned int | collisions |
| int | return_allocation_failure |
Definition at line 69 of file hashtab.h.
|
|
|
|
|
Definition at line 78 of file hashtab.h. Referenced by htab_try_create(). |
|
|
Definition at line 81 of file hashtab.h. Referenced by htab_try_create(). |
|
|
Definition at line 75 of file hashtab.h. Referenced by htab_try_create(). |
|
|
Definition at line 72 of file hashtab.h. Referenced by htab_try_create(). |
|
|
|
|
|
|
|
|
Definition at line 102 of file hashtab.h. Referenced by htab_try_create(). |
|
|
|
|
|
Definition at line 84 of file hashtab.h. Referenced by htab_try_create(). |
1.4.4