Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c379 iPtr = (pChunk->iNext * LSM_SHM_CHUNK_SIZE) + LSM_SHM_CHUNK_HDR; in treeShmkey()
380 nAvail = LSM_SHM_CHUNK_SIZE - LSM_SHM_CHUNK_HDR; in treeShmkey()
629 const static int CHUNK_HDR = LSM_SHM_CHUNK_HDR; in treeShmalloc()
760 iWrite = LSM_MAX(iWrite, LSM_SHM_CHUNK_HDR); in newTreeKey()
1123 pDb->treehdr.iWrite = LSM_SHM_CHUNK_SIZE + LSM_SHM_CHUNK_HDR; in lsmTreeInit()
H A DlsmInt.h135 #define LSM_SHM_CHUNK_HDR (sizeof(ShmChunk)) macro