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

Data Fields

PGroup grp
int isInit
int separateCache
int nInitPage
int szSlot
int nSlot
int nReserve
void * pStart
void * pEnd
sqlite3_mutexmutex
PgFreeslotpFree
int nFreeSlot
int bUnderPressure

Detailed Description

Definition at line 56317 of file sqlite3.c.

Field Documentation

◆ bUnderPressure

int PCacheGlobal::bUnderPressure

Definition at line 56336 of file sqlite3.c.

◆ grp

PGroup PCacheGlobal::grp

Definition at line 56318 of file sqlite3.c.

◆ isInit

int PCacheGlobal::isInit

Definition at line 56325 of file sqlite3.c.

◆ mutex

sqlite3_mutex* PCacheGlobal::mutex

Definition at line 56333 of file sqlite3.c.

◆ nFreeSlot

int PCacheGlobal::nFreeSlot

Definition at line 56335 of file sqlite3.c.

◆ nInitPage

int PCacheGlobal::nInitPage

Definition at line 56327 of file sqlite3.c.

◆ nReserve

int PCacheGlobal::nReserve

Definition at line 56330 of file sqlite3.c.

◆ nSlot

int PCacheGlobal::nSlot

Definition at line 56329 of file sqlite3.c.

◆ pEnd

void * PCacheGlobal::pEnd

Definition at line 56331 of file sqlite3.c.

◆ pFree

PgFreeslot* PCacheGlobal::pFree

Definition at line 56334 of file sqlite3.c.

◆ pStart

void* PCacheGlobal::pStart

Definition at line 56331 of file sqlite3.c.

◆ separateCache

int PCacheGlobal::separateCache

Definition at line 56326 of file sqlite3.c.

◆ szSlot

int PCacheGlobal::szSlot

Definition at line 56328 of file sqlite3.c.


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