Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c16651 sqlite3_stmt *pMaxField; member
18396 assert( p->laf.pMaxField==0 ); in recoverLostAndFound2Init()
18410 pLaf->pMaxField = recoverPreparePrintf(p, p->dbOut, in recoverLostAndFound2Init()
18435 sqlite3_bind_int64(pLaf->pMaxField, 1, iChild); in recoverLostAndFound2Step()
18436 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
18437 int nMax = sqlite3_column_int(pLaf->pMaxField, 0); in recoverLostAndFound2Step()
18440 recoverReset(p, pLaf->pMaxField); in recoverLostAndFound2Step()
18461 sqlite3_finalize(p->laf.pMaxField); in recoverLostAndFoundCleanup()
18469 p->laf.pMaxField = 0; in recoverLostAndFoundCleanup()