ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IdxHashEntry Struct Reference
Collaboration diagram for IdxHashEntry:

Public Attributes

char * zKey
 
char * zVal
 
char * zVal2
 
IdxHashEntrypHashNext
 
IdxHashEntrypNext
 

Detailed Description

Definition at line 6995 of file shell.c.

Member Data Documentation

◆ pHashNext

IdxHashEntry* IdxHashEntry::pHashNext

Definition at line 6999 of file shell.c.

Referenced by idxHashAdd(), idxHashClear(), and idxHashFind().

◆ pNext

IdxHashEntry* IdxHashEntry::pNext

Definition at line 7000 of file shell.c.

Referenced by idxFindIndexes(), idxHashAdd(), and sqlite3_expert_analyze().

◆ zKey

char* IdxHashEntry::zKey

Definition at line 6996 of file shell.c.

Referenced by idxFindIndexes(), idxHashAdd(), and idxHashFind().

◆ zVal

char* IdxHashEntry::zVal

Definition at line 6997 of file shell.c.

Referenced by idxHashAdd(), idxHashSearch(), and sqlite3_expert_analyze().

◆ zVal2

char* IdxHashEntry::zVal2

Definition at line 6998 of file shell.c.

Referenced by idxHashClear(), idxPopulateOneStat1(), and sqlite3_expert_analyze().


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