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

Data Fields

PgHdrpDirty
PgHdrpDirtyTail
PgHdrpSynced
i64 nRefSum
int szCache
int szSpill
int szPage
int szExtra
u8 bPurgeable
u8 eCreate
int(* xStress )(void *, PgHdr *)
void * pStress
sqlite3_pcachepCache

Detailed Description

Definition at line 55203 of file sqlite3.c.

Field Documentation

◆ bPurgeable

u8 PCache::bPurgeable

Definition at line 55211 of file sqlite3.c.

◆ eCreate

u8 PCache::eCreate

Definition at line 55212 of file sqlite3.c.

◆ nRefSum

i64 PCache::nRefSum

Definition at line 55206 of file sqlite3.c.

◆ pCache

sqlite3_pcache* PCache::pCache

Definition at line 55215 of file sqlite3.c.

◆ pDirty

PgHdr* PCache::pDirty

Definition at line 55204 of file sqlite3.c.

◆ pDirtyTail

PgHdr * PCache::pDirtyTail

Definition at line 55204 of file sqlite3.c.

◆ pStress

void* PCache::pStress

Definition at line 55214 of file sqlite3.c.

◆ pSynced

PgHdr* PCache::pSynced

Definition at line 55205 of file sqlite3.c.

◆ szCache

int PCache::szCache

Definition at line 55207 of file sqlite3.c.

◆ szExtra

int PCache::szExtra

Definition at line 55210 of file sqlite3.c.

◆ szPage

int PCache::szPage

Definition at line 55209 of file sqlite3.c.

◆ szSpill

int PCache::szSpill

Definition at line 55208 of file sqlite3.c.

◆ xStress

int(* PCache::xStress) (void *, PgHdr *)

Definition at line 55213 of file sqlite3.c.


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