Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_varint.c157 int lsmVarintGet32(u8 *z, int *piVal){ in lsmVarintGet32() function
H A Dlsm_sorted.c540 pKey += lsmVarintGet32(pKey, &nDummy); in pageGetKey()
541 pKey += lsmVarintGet32(pKey, pnKey); in pageGetKey()
543 pKey += lsmVarintGet32(pKey, &nDummy); in pageGetKey()
3373 iOff += lsmVarintGet32(&aData[iOff], &nKey); in mergeWorkerPageOffset()
3374 iOff += lsmVarintGet32(&aData[iOff], &nKey); in mergeWorkerPageOffset()
5567 aCell += lsmVarintGet32(aCell, &iPgPtr); in sortedDumpPage()
5575 aCell += lsmVarintGet32(aCell, &nKey); in sortedDumpPage()
5576 if( rtIsWrite(eType) ) aCell += lsmVarintGet32(aCell, &nVal); in sortedDumpPage()
5628 aCell += lsmVarintGet32(aCell, &iPgPtr); in infoCellDump()
5645 aCell += lsmVarintGet32(aCell, &nKey); in infoCellDump()
[all …]
H A Dlsm_log.c908 if( LSM_OK==*pRc ) p->iBuf -= (10 - lsmVarintGet32(aVarint, piVal)); in logReaderVarint()
911 if( LSM_OK==*pRc ) lsmVarintGet32(aVarint, piVal); in logReaderVarint()
H A DlsmInt.h852 int lsmVarintGet32(u8 *, int *);