Home
last modified time | relevance | path

Searched refs:bFreelistCorrupt (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c12815 int bFreelistCorrupt; /* SQLITE_RECOVER_FREELIST_CORRUPT setting */ member
14464 ** if !p->bFreelistCorrupt, add all pages that appear to be part of the in recoverLostAndFound1Init()
14496 if( pStmt ) sqlite3_bind_int(pStmt, 1, p->bFreelistCorrupt); in recoverLostAndFound1Init()
15399 p->bFreelistCorrupt = *(int*)pArg; in sqlite3_recover_config()

Completed in 36 milliseconds