Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c1690 Segment *pRun, in fsRunEndsBetween() argument
1696 (pRun->iFirst>=iFirst && pRun->iFirst<=iLast) in fsRunEndsBetween()
1697 || (pRun->iLastPg>=iFirst && pRun->iLastPg<=iLast) in fsRunEndsBetween()
1861 Segment *pRun, in lsmFsGobble() argument
1875 pRun->nSize += (int)(pRun->iFirst - fsFirstPageOnBlock(pFS, iBlk)); in lsmFsGobble()
1886 pRun->nSize -= (int)( in lsmFsGobble()
1892 pRun->nSize -= (int)(pRun->iFirst - fsFirstPageOnBlock(pFS, iBlk)); in lsmFsGobble()
2025 Redirect *pRedir = pRun ? pRun->pRedirect : 0; in lsmFsDbPageNext()
2028 if( pRun && iPg==pRun->iFirst ){ in lsmFsDbPageNext()
2038 if( pRun ){ in lsmFsDbPageNext()
[all …]
H A Dlsm_sorted.c5533 void sortedDumpPage(lsm_db *pDb, Segment *pRun, Page *pPg, int bVals){ in sortedDumpPage() argument
5572 lsmFsDbPageGet(pDb->pFS, pRun, iRef, &pRef); in sortedDumpPage()
5573 aKey = pageGetKey(pRun, pRef, 0, &iTopic, &nKey, &blob); in sortedDumpPage()
5829 void sortedDumpSegment(lsm_db *pDb, Segment *pRun, int bVals){ in sortedDumpSegment() argument
5831 if( pRun && pRun->iFirst ){ in sortedDumpSegment()
5836 zSeg = segToString(pDb->pEnv, pRun, 0); in sortedDumpSegment()
5840 lsmFsDbPageGet(pDb->pFS, pRun, pRun->iFirst, &pPg); in sortedDumpSegment()
5848 sortedDumpPage(pDb, pRun, pPg, bVals); in sortedDumpSegment()
5850 lsmFsDbPageNext(pRun, pPg, 1, &pNext); in sortedDumpSegment()