Searched refs:nMaxField (Results 1 – 1 of 1) sorted by relevance
20923 int nMaxField; member22327 }else if( iField<pLaf->nMaxField ){ in recoverLostAndFoundOnePage()22386 if( pLaf->nMaxField>0 ){ in recoverLostAndFound3Init()22389 zTab = recoverLostAndFoundCreate(p, pLaf->nMaxField); in recoverLostAndFound3Init()22390 pLaf->pInsert = recoverLostAndFoundInsert(p, zTab, pLaf->nMaxField); in recoverLostAndFound3Init()22407 pLaf->nMaxField*sizeof(sqlite3_value*) in recoverLostAndFound3Init()22688 assert( p->laf.nMaxField==0 ); in recoverLostAndFound2Init()22729 if( nMax>pLaf->nMaxField ) pLaf->nMaxField = nMax; in recoverLostAndFound2Step()