PostgreSQL Source Code
git master
|
#include <hashfn_unstable.h>
Data Fields | |
uint64 | accum |
uint64 | hash |
Definition at line 95 of file hashfn_unstable.h.
uint64 fasthash_state::accum |
Definition at line 98 of file hashfn_unstable.h.
Referenced by fasthash_accum(), fasthash_combine(), and spcachekey_hash().
uint64 fasthash_state::hash |
Definition at line 100 of file hashfn_unstable.h.
Referenced by fasthash64(), fasthash_accum_cstring(), fasthash_combine(), fasthash_final64(), and fasthash_init().