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

Public Attributes

sqlite3_pcache_pagepPage
 
void * pData
 
void * pExtra
 
PCachepCache
 
PgHdrpDirty
 
PagerpPager
 
Pgno pgno
 
u16 flags
 
i16 nRef
 
PgHdrpDirtyNext
 
PgHdrpDirtyPrev
 

Detailed Description

Definition at line 16016 of file sqlite3.c.

Member Data Documentation

◆ flags

◆ nRef

◆ pCache

PCache* PgHdr::pCache

◆ pData

◆ pDirty

◆ pDirtyNext

PgHdr* PgHdr::pDirtyNext

Definition at line 16035 of file sqlite3.c.

Referenced by pcacheManageDirtyList(), and sqlite3PcacheTruncate().

◆ pDirtyPrev

PgHdr* PgHdr::pDirtyPrev

Definition at line 16036 of file sqlite3.c.

Referenced by pcacheManageDirtyList(), and sqlite3PcacheFetchStress().

◆ pExtra

void* PgHdr::pExtra

Definition at line 16019 of file sqlite3.c.

Referenced by pcacheFetchFinishWithInit().

◆ pgno

◆ pPage

sqlite3_pcache_page* PgHdr::pPage

◆ pPager


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