PostgreSQL Source Code  git master
HASH_SEQ_STATUS Struct Reference

#include <hsearch.h>

Data Fields

HTABhashp
 
uint32 curBucket
 
HASHELEMENTcurEntry
 

Detailed Description

Definition at line 120 of file hsearch.h.

Field Documentation

◆ curBucket

uint32 HASH_SEQ_STATUS::curBucket

Definition at line 123 of file hsearch.h.

Referenced by hash_seq_init(), and hash_seq_search().

◆ curEntry

HASHELEMENT* HASH_SEQ_STATUS::curEntry

Definition at line 124 of file hsearch.h.

Referenced by hash_seq_init(), and hash_seq_search().

◆ hashp

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().


The documentation for this struct was generated from the following file: