ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PgHdr1 Struct Reference
Collaboration diagram for PgHdr1:

Public Attributes

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

Detailed Description

Definition at line 49776 of file sqlite3.c.

Member Data Documentation

◆ iKey

unsigned int PgHdr1::iKey

◆ isAnchor

u16 PgHdr1::isAnchor

Definition at line 49780 of file sqlite3.c.

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

◆ isBulkLocal

u16 PgHdr1::isBulkLocal

Definition at line 49779 of file sqlite3.c.

◆ page

sqlite3_pcache_page PgHdr1::page

Definition at line 49777 of file sqlite3.c.

Referenced by pcache1FetchStage2().

◆ pCache

PCache1* PgHdr1::pCache

◆ pLruNext

PgHdr1* PgHdr1::pLruNext

Definition at line 49783 of file sqlite3.c.

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

◆ pLruPrev

PgHdr1* PgHdr1::pLruPrev

Definition at line 49784 of file sqlite3.c.

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

◆ pNext


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