Searched defs:IntegrityCk (Results 1 – 1 of 1) sorted by relevance
71215 typedef struct IntegrityCk IntegrityCk; typedef71216 struct IntegrityCk { struct71217 BtShared *pBt; /* The tree being checked out */71218 Pager *pPager; /* The associated pager. Also accessible by pBt->pPager */71219 u8 *aPgRef; /* 1 bit per page in the db (see above) */71220 Pgno nCkPage; /* Pages in the database. 0 for partial check */71221 int mxErr; /* Stop accumulating errors when this reaches zero */71222 int nErr; /* Number of messages written to zErrMsg so far */71223 int rc; /* SQLITE_OK, SQLITE_NOMEM, or SQLITE_INTERRUPT */71224 u32 nStep; /* Number of steps into the integrity_check process */[all …]