Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Hash Struct Reference

Data Structures

struct  _ht
 

Data Fields

unsigned int htsize
 
unsigned int count
 
HashElemfirst
 
struct Hash::_htht
 

Detailed Description

Definition at line 13884 of file sqlite3.c.

Field Documentation

◆ count

unsigned int Hash::count

Definition at line 13886 of file sqlite3.c.

Referenced by findElementWithHash(), sqlite3HashInit(), and sqlite3HashInsert().

◆ first

HashElem* Hash::first

Definition at line 13887 of file sqlite3.c.

Referenced by findElementWithHash(), rehash(), and sqlite3HashInit().

◆ ht

◆ htsize

unsigned int Hash::htsize

Definition at line 13885 of file sqlite3.c.

Referenced by findElementWithHash(), rehash(), sqlite3HashInit(), and sqlite3HashInsert().


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