Searched refs:nMaxField (Results 1 – 1 of 1) sorted by relevance
16658 int nMaxField; member18038 }else if( iField<pLaf->nMaxField ){ in recoverLostAndFoundOnePage()18097 if( pLaf->nMaxField>0 ){ in recoverLostAndFound3Init()18100 zTab = recoverLostAndFoundCreate(p, pLaf->nMaxField); in recoverLostAndFound3Init()18101 pLaf->pInsert = recoverLostAndFoundInsert(p, zTab, pLaf->nMaxField); in recoverLostAndFound3Init()18118 pLaf->nMaxField*sizeof(sqlite3_value*) in recoverLostAndFound3Init()18397 assert( p->laf.nMaxField==0 ); in recoverLostAndFound2Init()18438 if( nMax>pLaf->nMaxField ) pLaf->nMaxField = nMax; in recoverLostAndFound2Step()