Searched refs:nMaxField (Results 1 – 1 of 1) sorted by relevance
15395 int nMaxField; member16775 }else if( iField<pLaf->nMaxField ){ in recoverLostAndFoundOnePage()16834 if( pLaf->nMaxField>0 ){ in recoverLostAndFound3Init()16837 zTab = recoverLostAndFoundCreate(p, pLaf->nMaxField); in recoverLostAndFound3Init()16838 pLaf->pInsert = recoverLostAndFoundInsert(p, zTab, pLaf->nMaxField); in recoverLostAndFound3Init()16855 pLaf->nMaxField*sizeof(sqlite3_value*) in recoverLostAndFound3Init()17134 assert( p->laf.nMaxField==0 ); in recoverLostAndFound2Init()17175 if( nMax>pLaf->nMaxField ) pLaf->nMaxField = nMax; in recoverLostAndFound2Step()