Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
HashElem Struct Reference
Collaboration diagram for HashElem:

Data Fields

HashElemnext
HashElemprev
void * data
const char * pKey
unsigned int h

Detailed Description

Definition at line 14816 of file sqlite3.c.

Field Documentation

◆ data

void* HashElem::data

Definition at line 14818 of file sqlite3.c.

◆ h

unsigned int HashElem::h

Definition at line 14820 of file sqlite3.c.

◆ next

HashElem* HashElem::next

Definition at line 14817 of file sqlite3.c.

◆ pKey

const char* HashElem::pKey

Definition at line 14819 of file sqlite3.c.

◆ prev

HashElem * HashElem::prev

Definition at line 14817 of file sqlite3.c.


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