Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c20880 sqlite3_stmt *pFindRoot; member
22210 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()
22211 pLaf->pFindRoot = recoverPrepare(p, p->dbOut, in recoverLostAndFoundFindRoot()
22222 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()
22223 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
22224 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot()
22228 recoverReset(p, pLaf->pFindRoot); in recoverLostAndFoundFindRoot()
22715 sqlite3_finalize(p->laf.pFindRoot); in recoverLostAndFoundCleanup()
22723 p->laf.pFindRoot = 0; in recoverLostAndFoundCleanup()