Searched refs:pAllAndParent (Results 1 – 1 of 1) sorted by relevance
16649 sqlite3_stmt *pAllAndParent; member18394 assert( p->laf.pAllAndParent==0 ); in recoverLostAndFound2Init()18402 pLaf->pAllAndParent = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()18425 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()18427 i64 iChild = sqlite3_column_int(pLaf->pAllAndParent, 1); in recoverLostAndFound2Step()18431 sqlite3_column_value(pLaf->pAllAndParent, 0) in recoverLostAndFound2Step()18443 recoverFinalize(p, pLaf->pAllAndParent); in recoverLostAndFound2Step()18444 pLaf->pAllAndParent =0; in recoverLostAndFound2Step()18459 sqlite3_finalize(p->laf.pAllAndParent); in recoverLostAndFoundCleanup()18467 p->laf.pAllAndParent = 0; in recoverLostAndFoundCleanup()[all …]