Searched refs:pMaxField (Results 1 – 1 of 1) sorted by relevance
20878 sqlite3_stmt *pMaxField; member22649 assert( p->laf.pMaxField==0 ); in recoverLostAndFound2Init()22663 pLaf->pMaxField = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()22688 sqlite3_bind_int64(pLaf->pMaxField, 1, iChild); in recoverLostAndFound2Step()22689 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()22690 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step()22693 recoverReset(p, pLaf->pMaxField); in recoverLostAndFound2Step()22714 sqlite3_finalize(p->laf.pMaxField); in recoverLostAndFoundCleanup()22722 p->laf.pMaxField = 0; in recoverLostAndFoundCleanup()