Go to the documentation of this file.
10 #ifndef _SS_HASHTAB_H_
11 #define _SS_HASHTAB_H_
13 #define HASHTAB_MAX_NODES 0xffffffff
43 int (*
keycmp)(
struct hashtab *h,
const void *key1,
const void *key2),
81 int (*apply)(
void *
k,
void *
d,
void *args),