Searched refs:ShmChunk (Results 1 – 2 of 2) sorted by relevance
310 static ShmChunk * treeShmChunk(lsm_db *pDb, int iChunk){ in treeShmChunk()311 return (ShmChunk *)(pDb->apShm[iChunk]); in treeShmChunk()317 return (ShmChunk *)(pDb->apShm[iChunk]); in treeShmChunkRc()369 ShmChunk *pChunk; in treeShmkey()652 ShmChunk *pNext; /* Header of new chunk */ in treeShmalloc()1116 ShmChunk *pOne; in lsmTreeInit()1171 ShmChunk *pShm;1191 ShmChunk *p; in treeCheckLinkedList()1257 ShmChunk *p; in treeRepairList()1258 ShmChunk *pMin = 0; in treeRepairList()[all …]
93 typedef struct ShmChunk ShmChunk; typedef135 #define LSM_SHM_CHUNK_HDR (sizeof(ShmChunk))520 struct ShmChunk { struct