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

Data Fields

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

Detailed Description

Definition at line 16044 of file sqlite3.c.

Field Documentation

◆ flags

◆ nRef

◆ pCache

PCache* PgHdr::pCache

◆ pData

◆ pDirty

◆ pDirtyNext

PgHdr* PgHdr::pDirtyNext

Definition at line 16063 of file sqlite3.c.

Referenced by pcacheManageDirtyList(), and sqlite3PcacheTruncate().

◆ pDirtyPrev

PgHdr* PgHdr::pDirtyPrev

Definition at line 16064 of file sqlite3.c.

Referenced by pcacheManageDirtyList(), and sqlite3PcacheFetchStress().

◆ pExtra

void* PgHdr::pExtra

Definition at line 16047 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: