Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c15390 sqlite3_stmt *pFindRoot; member
16696 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()
16697 pLaf->pFindRoot = recoverPrepare(p, p->dbOut, in recoverLostAndFoundFindRoot()
16708 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()
16709 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
16710 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot()
16714 recoverReset(p, pLaf->pFindRoot); in recoverLostAndFoundFindRoot()
17199 sqlite3_finalize(p->laf.pFindRoot); in recoverLostAndFoundCleanup()
17207 p->laf.pFindRoot = 0; in recoverLostAndFoundCleanup()