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

Data Fields

sqlite3_pcache_page page
unsigned int iKey
u16 isBulkLocal
u16 isAnchor
PgHdr1pNext
PCache1pCache
PgHdr1pLruNext
PgHdr1pLruPrev

Detailed Description

Definition at line 56218 of file sqlite3.c.

Field Documentation

◆ iKey

unsigned int PgHdr1::iKey

Definition at line 56220 of file sqlite3.c.

◆ isAnchor

u16 PgHdr1::isAnchor

Definition at line 56222 of file sqlite3.c.

◆ isBulkLocal

u16 PgHdr1::isBulkLocal

Definition at line 56221 of file sqlite3.c.

◆ page

sqlite3_pcache_page PgHdr1::page

Definition at line 56219 of file sqlite3.c.

◆ pCache

PCache1* PgHdr1::pCache

Definition at line 56224 of file sqlite3.c.

◆ pLruNext

PgHdr1* PgHdr1::pLruNext

Definition at line 56225 of file sqlite3.c.

◆ pLruPrev

PgHdr1* PgHdr1::pLruPrev

Definition at line 56226 of file sqlite3.c.

◆ pNext

PgHdr1* PgHdr1::pNext

Definition at line 56223 of file sqlite3.c.


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