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

Data Fields

BtSharedpBt
 
PagerpPager
 
u8aPgRef
 
Pgno nPage
 
int mxErr
 
int nErr
 
int bOomFault
 
const char * zPfx
 
Pgno v1
 
int v2
 
StrAccum errMsg
 
u32heap
 
sqlite3db
 

Detailed Description

Definition at line 64144 of file sqlite3.c.

Field Documentation

◆ aPgRef

u8* IntegrityCk::aPgRef

Definition at line 64147 of file sqlite3.c.

Referenced by getPageReferenced(), and sqlite3BtreeIntegrityCheck().

◆ bOomFault

int IntegrityCk::bOomFault

Definition at line 64151 of file sqlite3.c.

Referenced by checkPtrmap(), and sqlite3BtreeIntegrityCheck().

◆ db

sqlite3* IntegrityCk::db

Definition at line 64157 of file sqlite3.c.

Referenced by checkRef(), and sqlite3BtreeIntegrityCheck().

◆ errMsg

StrAccum IntegrityCk::errMsg

Definition at line 64155 of file sqlite3.c.

Referenced by sqlite3BtreeIntegrityCheck().

◆ heap

u32* IntegrityCk::heap

Definition at line 64156 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ mxErr

int IntegrityCk::mxErr

Definition at line 64149 of file sqlite3.c.

Referenced by checkList(), checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ nErr

int IntegrityCk::nErr

Definition at line 64150 of file sqlite3.c.

Referenced by checkList(), and sqlite3BtreeIntegrityCheck().

◆ nPage

Pgno IntegrityCk::nPage

Definition at line 64148 of file sqlite3.c.

Referenced by checkRef(), and sqlite3BtreeIntegrityCheck().

◆ pBt

BtShared* IntegrityCk::pBt

Definition at line 64145 of file sqlite3.c.

Referenced by checkList(), checkPtrmap(), checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ pPager

Pager* IntegrityCk::pPager

Definition at line 64146 of file sqlite3.c.

Referenced by checkList(), and sqlite3BtreeIntegrityCheck().

◆ v1

Pgno IntegrityCk::v1

Definition at line 64153 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ v2

int IntegrityCk::v2

Definition at line 64154 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ zPfx

const char* IntegrityCk::zPfx

Definition at line 64152 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().


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