Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17957 RecoverStateLAF *pLaf = &p->laf; in recoverLostAndFoundFindRoot() local
17959 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()
17960 pLaf->pFindRoot = recoverPrepare(p, p->dbOut, in recoverLostAndFoundFindRoot()
17971 sqlite3_bind_int64(pLaf->pFindRoot, 1, iPg); in recoverLostAndFoundFindRoot()
17972 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
17973 *piRoot = sqlite3_column_int64(pLaf->pFindRoot, 0); in recoverLostAndFoundFindRoot()
17977 recoverReset(p, pLaf->pFindRoot); in recoverLostAndFoundFindRoot()
17987 RecoverStateLAF *pLaf = &p->laf; in recoverLostAndFoundOnePage() local
17988 sqlite3_value **apVal = pLaf->apVal; in recoverLostAndFoundOnePage()
17989 sqlite3_stmt *pPageData = pLaf->pPageData; in recoverLostAndFoundOnePage()
[all …]