Searched refs:pFindRoot (Results 1 – 1 of 1) sorted by relevance
18903 sqlite3_stmt *pFindRoot; member20209 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()20210 pLaf->pFindRoot = recoverPrepare(p, p->dbOut, in recoverLostAndFoundFindRoot()20221 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()20222 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()20223 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot()20227 recoverReset(p, pLaf->pFindRoot); in recoverLostAndFoundFindRoot()20714 sqlite3_finalize(p->laf.pFindRoot); in recoverLostAndFoundCleanup()20722 p->laf.pFindRoot = 0; in recoverLostAndFoundCleanup()