PostgreSQL Source Code
git master
|
#include <dshash.h>
Data Fields | |
size_t | key_size |
size_t | entry_size |
dshash_compare_function | compare_function |
dshash_hash_function | hash_function |
dshash_copy_function | copy_function |
int | tranche_id |
dshash_compare_function dshash_parameters::compare_function |
Definition at line 58 of file dshash.h.
Referenced by equal_keys().
dshash_copy_function dshash_parameters::copy_function |
Definition at line 60 of file dshash.h.
Referenced by copy_key().
size_t dshash_parameters::entry_size |
Definition at line 57 of file dshash.h.
Referenced by insert_into_bucket().
dshash_hash_function dshash_parameters::hash_function |
Definition at line 59 of file dshash.h.
Referenced by hash_key().
size_t dshash_parameters::key_size |
Definition at line 56 of file dshash.h.
Referenced by copy_key(), equal_keys(), and hash_key().
int dshash_parameters::tranche_id |
Definition at line 61 of file dshash.h.
Referenced by dshash_create().