Searched refs:pFindRoot (Results 1 – 1 of 1) sorted by relevance
20918 sqlite3_stmt *pFindRoot; member22248 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()22249 pLaf->pFindRoot = recoverPrepare(p, p->dbOut, in recoverLostAndFoundFindRoot()22260 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()22261 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()22262 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot()22266 recoverReset(p, pLaf->pFindRoot); in recoverLostAndFoundFindRoot()22753 sqlite3_finalize(p->laf.pFindRoot); in recoverLostAndFoundCleanup()22761 p->laf.pFindRoot = 0; in recoverLostAndFoundCleanup()