Searched refs:lsmVarintPut32 (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_varint.c | 153 int lsmVarintPut32(u8 *aData, int iVal){ in lsmVarintPut32() function 185 return lsmVarintPut32(aData, n); in lsmVarintLen32()
|
| H A D | lsm_log.c | 704 a += lsmVarintPut32(a, nKey); in lsmLogWrite() 705 if( eType!=LSM_LOG_DELETE ) a += lsmVarintPut32(a, nVal); in lsmLogWrite()
|
| H A D | lsm_sorted.c | 3675 iOff += lsmVarintPut32(&aData[iOff], (int)iPtr); in mergeWorkerBtreeWrite() 3676 iOff += lsmVarintPut32(&aData[iOff], (int)iKeyPg); in mergeWorkerBtreeWrite() 3679 iOff += lsmVarintPut32(&aData[iOff], (int)iPtr); in mergeWorkerBtreeWrite() 3680 iOff += lsmVarintPut32(&aData[iOff], nKey); in mergeWorkerBtreeWrite() 4052 iOff += lsmVarintPut32(&aData[iOff], iRPtr); /* 2 */ in mergeWorkerWrite() 4053 iOff += lsmVarintPut32(&aData[iOff], nKey); /* 3 */ in mergeWorkerWrite() 4054 if( rtIsWrite(eType) ) iOff += lsmVarintPut32(&aData[iOff], nVal); /* 4 */ in mergeWorkerWrite()
|
| H A D | lsmInt.h | 851 int lsmVarintPut32(u8 *, int);
|