Searched defs:IntegrityCk (Results 1 – 1 of 1) sorted by relevance
625 typedef struct IntegrityCk IntegrityCk; typedef626 struct IntegrityCk { struct627 BtShared *pBt; /* The tree being checked out */628 Pager *pPager; /* The associated pager. Also accessible by pBt->pPager */629 Pgno nPage; /* Number of pages in the database */630 int *anRef; /* Number of times each page is referenced */631 int mxErr; /* Stop accumulating errors when this reaches zero */632 int nErr; /* Number of messages written to zErrMsg so far */633 int mallocFailed; /* A memory allocation error has occurred */634 StrAccum errMsg; /* Accumulate the error message text here */