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

Data Fields

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

Detailed Description

Definition at line 49864 of file sqlite3.c.

Field Documentation

◆ iKey

unsigned int PgHdr1::iKey

◆ isAnchor

u16 PgHdr1::isAnchor

Definition at line 49868 of file sqlite3.c.

Referenced by pcache1Create(), pcache1FetchStage2(), and pcache1PinPage().

◆ isBulkLocal

u16 PgHdr1::isBulkLocal

Definition at line 49867 of file sqlite3.c.

◆ page

sqlite3_pcache_page PgHdr1::page

Definition at line 49865 of file sqlite3.c.

Referenced by pcache1FetchStage2().

◆ pCache

PCache1* PgHdr1::pCache

◆ pLruNext

PgHdr1* PgHdr1::pLruNext

Definition at line 49871 of file sqlite3.c.

Referenced by pcache1Create(), pcache1FetchStage2(), pcache1PinPage(), and pcache1Unpin().

◆ pLruPrev

PgHdr1* PgHdr1::pLruPrev

Definition at line 49872 of file sqlite3.c.

Referenced by pcache1Create(), pcache1FetchStage2(), pcache1PinPage(), and pcache1Unpin().

◆ pNext


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