Searched refs:lsmVarintGet32 (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_varint.c | 157 int lsmVarintGet32(u8 *z, int *piVal){ in lsmVarintGet32() function
|
| H A D | lsm_sorted.c | 540 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 D | lsm_log.c | 908 if( LSM_OK==*pRc ) p->iBuf -= (10 - lsmVarintGet32(aVarint, piVal)); in logReaderVarint() 911 if( LSM_OK==*pRc ) lsmVarintGet32(aVarint, piVal); in logReaderVarint()
|
| H A D | lsmInt.h | 852 int lsmVarintGet32(u8 *, int *);
|