|
Volksdata 1.0b7
RDF library
|
#include "volksdata/store_htable.h"
Go to the source code of this file.
Data Structures | |
| struct | IndexEntry |
| struct | HTStore |
| struct | HTIterator |
Typedefs | |
| typedef bool(* | VOLK_key_eq_fn_t) (const VOLK_Key spok[], const VOLK_Key luk[]) |
Functions | |
| uint64_t | trp_key_hash_fn (const void *item, uint64_t seed0, uint64_t seed1) |
| int | trp_key_cmp_fn (const void *a, const void *b, void *udata) |
Variables | |
| const VOLK_StoreInt | htstore_int |
Callback type for key comparison.
Definition at line 7 of file store_htable.c.
| uint64_t trp_key_hash_fn | ( | const void * | item, |
| uint64_t | seed0, | ||
| uint64_t | seed1 ) |
Definition at line 97 of file store_htable.c.
| int trp_key_cmp_fn | ( | const void * | a, |
| const void * | b, | ||
| void * | udata ) |
Definition at line 106 of file store_htable.c.
| const VOLK_StoreInt htstore_int |
Definition at line 454 of file store_htable.c.