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

Data Fields

HashElemnext
 
HashElemprev
 
void * data
 
const char * pKey
 

Detailed Description

Definition at line 13900 of file sqlite3.c.

Field Documentation

◆ data

void* HashElem::data

Definition at line 13902 of file sqlite3.c.

Referenced by sqlite3HashInsert().

◆ next

HashElem* HashElem::next

Definition at line 13901 of file sqlite3.c.

Referenced by findElementWithHash(), and rehash().

◆ pKey

const char* HashElem::pKey

Definition at line 13903 of file sqlite3.c.

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

◆ prev

HashElem * HashElem::prev

Definition at line 13901 of file sqlite3.c.


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