Searched defs:IntegrityCk (Results 1 – 1 of 1) sorted by relevance
693 typedef struct IntegrityCk IntegrityCk; typedef694 struct IntegrityCk { struct695 BtShared *pBt; /* The tree being checked out */697 u8 *aPgRef; /* 1 bit per page in the db (see above) */698 Pgno nPage; /* Number of pages in the database */701 int bOomFault; /* A memory allocation error has occurred */702 const char *zPfx; /* Error message prefix */703 Pgno v1; /* Value for first %u substitution in zPfx */704 int v2; /* Value for second %d substitution in zPfx */705 StrAccum errMsg; /* Accumulate the error message text here */[all …]