Home
last modified time | relevance | path

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

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