PostgreSQL Source Code
git master
|
#include <hsearch.h>
Data Fields | |
HTAB * | hashp |
uint32 | curBucket |
HASHELEMENT * | curEntry |
bool | hasHashvalue |
uint32 | hashvalue |
uint32 HASH_SEQ_STATUS::curBucket |
Definition at line 123 of file hsearch.h.
Referenced by hash_seq_init(), hash_seq_init_with_hash_value(), and hash_seq_search().
HASHELEMENT* HASH_SEQ_STATUS::curEntry |
Definition at line 124 of file hsearch.h.
Referenced by hash_seq_init(), hash_seq_init_with_hash_value(), and hash_seq_search().
bool HASH_SEQ_STATUS::hasHashvalue |
Definition at line 125 of file hsearch.h.
Referenced by hash_seq_init(), hash_seq_init_with_hash_value(), and hash_seq_search().
HTAB* HASH_SEQ_STATUS::hashp |
Definition at line 122 of file hsearch.h.
Referenced by hash_seq_init(), hash_seq_search(), and hash_seq_term().
uint32 HASH_SEQ_STATUS::hashvalue |
Definition at line 126 of file hsearch.h.
Referenced by hash_seq_init_with_hash_value(), and hash_seq_search().