Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
BtShared * | pBt |
Pager * | pPager |
u8 * | aPgRef |
Pgno | nPage |
int | mxErr |
int | nErr |
int | bOomFault |
const char * | zPfx |
Pgno | v1 |
int | v2 |
StrAccum | errMsg |
u32 * | heap |
sqlite3 * | db |
u8* IntegrityCk::aPgRef |
Definition at line 64147 of file sqlite3.c.
Referenced by getPageReferenced(), and sqlite3BtreeIntegrityCheck().
int IntegrityCk::bOomFault |
Definition at line 64151 of file sqlite3.c.
Referenced by checkPtrmap(), and sqlite3BtreeIntegrityCheck().
sqlite3* IntegrityCk::db |
Definition at line 64157 of file sqlite3.c.
Referenced by checkRef(), and sqlite3BtreeIntegrityCheck().
StrAccum IntegrityCk::errMsg |
Definition at line 64155 of file sqlite3.c.
Referenced by sqlite3BtreeIntegrityCheck().
u32* IntegrityCk::heap |
Definition at line 64156 of file sqlite3.c.
Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().
int IntegrityCk::mxErr |
Definition at line 64149 of file sqlite3.c.
Referenced by checkList(), checkTreePage(), and sqlite3BtreeIntegrityCheck().
int IntegrityCk::nErr |
Definition at line 64150 of file sqlite3.c.
Referenced by checkList(), and sqlite3BtreeIntegrityCheck().
Pgno IntegrityCk::nPage |
Definition at line 64148 of file sqlite3.c.
Referenced by checkRef(), and sqlite3BtreeIntegrityCheck().
BtShared* IntegrityCk::pBt |
Definition at line 64145 of file sqlite3.c.
Referenced by checkList(), checkPtrmap(), checkTreePage(), and sqlite3BtreeIntegrityCheck().
Pager* IntegrityCk::pPager |
Definition at line 64146 of file sqlite3.c.
Referenced by checkList(), and sqlite3BtreeIntegrityCheck().
Pgno IntegrityCk::v1 |
Definition at line 64153 of file sqlite3.c.
Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().
int IntegrityCk::v2 |
Definition at line 64154 of file sqlite3.c.
Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().
const char* IntegrityCk::zPfx |
Definition at line 64152 of file sqlite3.c.
Referenced by checkTreePage(), and sqlite3BtreeIntegrityCheck().