Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c18908 int nMaxField; member
20288 }else if( iField<pLaf->nMaxField ){ in recoverLostAndFoundOnePage()
20347 if( pLaf->nMaxField>0 ){ in recoverLostAndFound3Init()
20350 zTab = recoverLostAndFoundCreate(p, pLaf->nMaxField); in recoverLostAndFound3Init()
20351 pLaf->pInsert = recoverLostAndFoundInsert(p, zTab, pLaf->nMaxField); in recoverLostAndFound3Init()
20368 pLaf->nMaxField*sizeof(sqlite3_value*) in recoverLostAndFound3Init()
20649 assert( p->laf.nMaxField==0 ); in recoverLostAndFound2Init()
20690 if( nMax>pLaf->nMaxField ) pLaf->nMaxField = nMax; in recoverLostAndFound2Step()