Searched refs:pAllAndParent (Results 1 – 1 of 1) sorted by relevance
177 sqlite3_stmt *pAllAndParent; member1919 assert( p->laf.pAllAndParent==0 ); in recoverLostAndFound2Init()1927 pLaf->pAllAndParent = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()1950 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()1952 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step()1956 sqlite3_column_value(pLaf->pAllAndParent, 0) in recoverLostAndFound2Step()1968 recoverFinalize(p, pLaf->pAllAndParent); in recoverLostAndFound2Step()1969 pLaf->pAllAndParent =0; in recoverLostAndFound2Step()1984 sqlite3_finalize(p->laf.pAllAndParent); in recoverLostAndFoundCleanup()1992 p->laf.pAllAndParent = 0; in recoverLostAndFoundCleanup()[all …]