Searched refs:pAllAndParent (Results 1 – 1 of 1) sorted by relevance
20876 sqlite3_stmt *pAllAndParent; member22647 assert( p->laf.pAllAndParent==0 ); in recoverLostAndFound2Init()22655 pLaf->pAllAndParent = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()22678 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()22680 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step()22684 sqlite3_column_value(pLaf->pAllAndParent, 0) in recoverLostAndFound2Step()22696 recoverFinalize(p, pLaf->pAllAndParent); in recoverLostAndFound2Step()22697 pLaf->pAllAndParent =0; in recoverLostAndFound2Step()22712 sqlite3_finalize(p->laf.pAllAndParent); in recoverLostAndFoundCleanup()22720 p->laf.pAllAndParent = 0; in recoverLostAndFoundCleanup()[all …]