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

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 49963 of file sqlite3.c.

Field Documentation

◆ bUnderPressure

int PCacheGlobal::bUnderPressure

Definition at line 49986 of file sqlite3.c.

◆ grp

PGroup PCacheGlobal::grp

Definition at line 49964 of file sqlite3.c.

◆ isInit

int PCacheGlobal::isInit

Definition at line 49971 of file sqlite3.c.

◆ mutex

sqlite3_mutex* PCacheGlobal::mutex

Definition at line 49979 of file sqlite3.c.

◆ nFreeSlot

int PCacheGlobal::nFreeSlot

Definition at line 49981 of file sqlite3.c.

◆ nInitPage

int PCacheGlobal::nInitPage

Definition at line 49973 of file sqlite3.c.

◆ nReserve

int PCacheGlobal::nReserve

Definition at line 49976 of file sqlite3.c.

◆ nSlot

int PCacheGlobal::nSlot

Definition at line 49975 of file sqlite3.c.

◆ pEnd

void * PCacheGlobal::pEnd

Definition at line 49977 of file sqlite3.c.

◆ pFree

PgFreeslot* PCacheGlobal::pFree

Definition at line 49980 of file sqlite3.c.

◆ pStart

void* PCacheGlobal::pStart

Definition at line 49977 of file sqlite3.c.

◆ separateCache

int PCacheGlobal::separateCache

Definition at line 49972 of file sqlite3.c.

◆ szSlot

int PCacheGlobal::szSlot

Definition at line 49974 of file sqlite3.c.


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