ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
IntegrityCk Struct Reference
Collaboration diagram for IntegrityCk:

Public Attributes

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

Detailed Description

Definition at line 64000 of file sqlite3.c.

Member Data Documentation

◆ aPgRef

u8* IntegrityCk::aPgRef

Definition at line 64003 of file sqlite3.c.

Referenced by getPageReferenced(), and sqlite3BtreeIntegrityCheck().

◆ db

sqlite3* IntegrityCk::db

Definition at line 64012 of file sqlite3.c.

Referenced by checkRef(), and sqlite3BtreeIntegrityCheck().

◆ errMsg

StrAccum IntegrityCk::errMsg

Definition at line 64010 of file sqlite3.c.

Referenced by sqlite3BtreeIntegrityCheck().

◆ heap

u32* IntegrityCk::heap

Definition at line 64011 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ mallocFailed

int IntegrityCk::mallocFailed

Definition at line 64007 of file sqlite3.c.

Referenced by checkPtrmap(), and sqlite3BtreeIntegrityCheck().

◆ mxErr

int IntegrityCk::mxErr

Definition at line 64005 of file sqlite3.c.

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

◆ nErr

int IntegrityCk::nErr

Definition at line 64006 of file sqlite3.c.

Referenced by checkList(), and sqlite3BtreeIntegrityCheck().

◆ nPage

Pgno IntegrityCk::nPage

Definition at line 64004 of file sqlite3.c.

Referenced by checkRef(), and sqlite3BtreeIntegrityCheck().

◆ pBt

BtShared* IntegrityCk::pBt

Definition at line 64001 of file sqlite3.c.

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

◆ pPager

Pager* IntegrityCk::pPager

Definition at line 64002 of file sqlite3.c.

Referenced by checkList(), and sqlite3BtreeIntegrityCheck().

◆ v1

int IntegrityCk::v1

Definition at line 64009 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ v2

int IntegrityCk::v2

Definition at line 64009 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().

◆ zPfx

const char* IntegrityCk::zPfx

Definition at line 64008 of file sqlite3.c.

Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().


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