gdrsclib
Data Fields
Sqlite3Config Struct Reference

Data Fields

int bMemstat
 
int bCoreMutex
 
int bFullMutex
 
int mxStrlen
 
int szLookaside
 
int nLookaside
 
sqlite3_mem_methods m
 
sqlite3_mutex_methods mutex
 
sqlite3_pcache_methods pcache
 
void * pHeap
 
int nHeap
 
int mnReq
 
int mxReq
 
void * pScratch
 
int szScratch
 
int nScratch
 
void * pPage
 
int szPage
 
int nPage
 
int mxParserStack
 
int sharedCacheEnabled
 
int isInit
 
int inProgress
 
int isMutexInit
 
int isMallocInit
 
int isPCacheInit
 
sqlite3_mutexpInitMutex
 
int nRefInitMutex
 

Detailed Description

Definition at line 9910 of file sqlite3.c.

Field Documentation

◆ bCoreMutex

int bCoreMutex

Definition at line 9912 of file sqlite3.c.

◆ bFullMutex

int bFullMutex

Definition at line 9913 of file sqlite3.c.

◆ bMemstat

int bMemstat

Definition at line 9911 of file sqlite3.c.

◆ inProgress

int inProgress

Definition at line 9934 of file sqlite3.c.

◆ isInit

int isInit

Definition at line 9933 of file sqlite3.c.

◆ isMallocInit

int isMallocInit

Definition at line 9936 of file sqlite3.c.

◆ isMutexInit

int isMutexInit

Definition at line 9935 of file sqlite3.c.

◆ isPCacheInit

int isPCacheInit

Definition at line 9937 of file sqlite3.c.

◆ m

Definition at line 9917 of file sqlite3.c.

◆ mnReq

int mnReq

Definition at line 9922 of file sqlite3.c.

◆ mutex

Definition at line 9918 of file sqlite3.c.

◆ mxParserStack

int mxParserStack

Definition at line 9929 of file sqlite3.c.

◆ mxReq

int mxReq

Definition at line 9922 of file sqlite3.c.

◆ mxStrlen

int mxStrlen

Definition at line 9914 of file sqlite3.c.

◆ nHeap

int nHeap

Definition at line 9921 of file sqlite3.c.

◆ nLookaside

int nLookaside

Definition at line 9916 of file sqlite3.c.

◆ nPage

int nPage

Definition at line 9928 of file sqlite3.c.

◆ nRefInitMutex

int nRefInitMutex

Definition at line 9939 of file sqlite3.c.

◆ nScratch

int nScratch

Definition at line 9925 of file sqlite3.c.

◆ pcache

Definition at line 9919 of file sqlite3.c.

◆ pHeap

void* pHeap

Definition at line 9920 of file sqlite3.c.

◆ pInitMutex

sqlite3_mutex* pInitMutex

Definition at line 9938 of file sqlite3.c.

◆ pPage

void* pPage

Definition at line 9926 of file sqlite3.c.

◆ pScratch

void* pScratch

Definition at line 9923 of file sqlite3.c.

◆ sharedCacheEnabled

int sharedCacheEnabled

Definition at line 9930 of file sqlite3.c.

◆ szLookaside

int szLookaside

Definition at line 9915 of file sqlite3.c.

◆ szPage

int szPage

Definition at line 9927 of file sqlite3.c.

◆ szScratch

int szScratch

Definition at line 9924 of file sqlite3.c.


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