Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c18901 sqlite3_stmt *pMaxField; member
20648 assert( p->laf.pMaxField==0 ); in recoverLostAndFound2Init()
20662 pLaf->pMaxField = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()
20687 sqlite3_bind_int64(pLaf->pMaxField, 1, iChild); in recoverLostAndFound2Step()
20688 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
20689 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step()
20692 recoverReset(p, pLaf->pMaxField); in recoverLostAndFound2Step()
20713 sqlite3_finalize(p->laf.pMaxField); in recoverLostAndFoundCleanup()
20721 p->laf.pMaxField = 0; in recoverLostAndFoundCleanup()