Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c1482 RecoverStateLAF *pLaf = &p->laf; in recoverLostAndFoundFindRoot() local
1484 if( pLaf->pFindRoot==0 ){ in recoverLostAndFoundFindRoot()
1512 RecoverStateLAF *pLaf = &p->laf; in recoverLostAndFoundOnePage() local
1593 if( pLaf->pInsert==0 ){ in recoverLostAndFound3Step()
1622 if( pLaf->nMaxField>0 ){ in recoverLostAndFound3Init()
1626 pLaf->pInsert = recoverLostAndFoundInsert(p, zTab, pLaf->nMaxField); in recoverLostAndFound3Init()
1848 pLaf->pUsed = recoverBitmapAlloc(p, pLaf->nPg); in recoverLostAndFound1Init()
1885 pLaf->pUsedPages = pStmt; in recoverLostAndFound1Init()
1905 pLaf->pUsedPages = 0; in recoverLostAndFound1Step()
1963 if( nMax>pLaf->nMaxField ) pLaf->nMaxField = nMax; in recoverLostAndFound2Step()
[all …]