Home
last modified time | relevance | path

Searched defs:IntegrityCk (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
DbtreeInt.h625 typedef struct IntegrityCk IntegrityCk; typedef
626 struct IntegrityCk { struct
627 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 */