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

Data Fields

sqlite3_mutexmutex
unsigned int nMaxPage
unsigned int nMinPage
unsigned int mxPinned
unsigned int nPurgeable
PgHdr1 lru

Detailed Description

Definition at line 56259 of file sqlite3.c.

Field Documentation

◆ lru

PgHdr1 PGroup::lru

Definition at line 56265 of file sqlite3.c.

◆ mutex

sqlite3_mutex* PGroup::mutex

Definition at line 56260 of file sqlite3.c.

◆ mxPinned

unsigned int PGroup::mxPinned

Definition at line 56263 of file sqlite3.c.

◆ nMaxPage

unsigned int PGroup::nMaxPage

Definition at line 56261 of file sqlite3.c.

◆ nMinPage

unsigned int PGroup::nMinPage

Definition at line 56262 of file sqlite3.c.

◆ nPurgeable

unsigned int PGroup::nPurgeable

Definition at line 56264 of file sqlite3.c.


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