Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c186 int nMaxField; member
1563 }else if( iField<pLaf->nMaxField ){ in recoverLostAndFoundOnePage()
1622 if( pLaf->nMaxField>0 ){ in recoverLostAndFound3Init()
1625 zTab = recoverLostAndFoundCreate(p, pLaf->nMaxField); in recoverLostAndFound3Init()
1626 pLaf->pInsert = recoverLostAndFoundInsert(p, zTab, pLaf->nMaxField); in recoverLostAndFound3Init()
1643 pLaf->nMaxField*sizeof(sqlite3_value*) in recoverLostAndFound3Init()
1922 assert( p->laf.nMaxField==0 ); in recoverLostAndFound2Init()
1963 if( nMax>pLaf->nMaxField ) pLaf->nMaxField = nMax; in recoverLostAndFound2Step()