Home
last modified time | relevance | path

Searched refs:pFindRoot (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c181 sqlite3_stmt *pFindRoot; member
1484 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()
1485 pLaf->pFindRoot = recoverPrepare(p, p->dbOut, in recoverLostAndFoundFindRoot()
1496 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()
1497 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
1498 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot()
1502 recoverReset(p, pLaf->pFindRoot); in recoverLostAndFoundFindRoot()
1987 sqlite3_finalize(p->laf.pFindRoot); in recoverLostAndFoundCleanup()
1995 p->laf.pFindRoot = 0; in recoverLostAndFoundCleanup()