Searched refs:pFindRoot (Results 1 – 1 of 1) sorted by relevance
181 sqlite3_stmt *pFindRoot; member1484 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()