Searched refs:splitkey (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_ckpt.c | 348 ckptAppend64(p, &iOut, pMerge->splitkey.iPg, pRc); in ckptExportLevel() 349 ckptSetValue(p, iOut++, pMerge->splitkey.iCell, pRc); in ckptExportLevel() 541 pMerge->splitkey.iPg = ckptGobble64(aInt, &iIn); in ckptSetupMerge() 542 pMerge->splitkey.iCell = (int)aInt[iIn++]; in ckptSetupMerge()
|
| H A D | lsmInt.h | 465 MergeInput splitkey; /* Location in file of current splitkey */ member
|
| H A D | lsm_sorted.c | 1097 MergeInput *p = &pMerge->splitkey; in sortedSplitkeySegment() 1122 rc = lsmFsDbPageGet(pDb->pFS, pSeg, pMerge->splitkey.iPg, &pPg); in sortedSplitkey() 1136 pPg, pMerge->splitkey.iCell, &dummy, &iTopic, &pKey, &nKey, &blob in sortedSplitkey() 1143 pEnv, pSeg, pPg, pMerge->splitkey.iCell, &iTopic, &blob in sortedSplitkey() 4110 pMerge->splitkey = pMerge->aInput[iPtr]; in mergeWorkerShutdown() 4112 btreeCursorSplitkey(pCsr->pBtCsr, &pMerge->splitkey); in mergeWorkerShutdown()
|