Searched refs:skipItem (Results 1 – 1 of 1) sorted by relevance
28 typedef struct skipItem *skipItem; typedef31 struct skipItem { struct36 skipItem next[1]; /* array of next items */ argument39 #define SIZEOFITEM(max) (sizeof(struct skipItem) + \40 ((max+1) * sizeof(skipItem)))45 skipItem header; /* header item (has all levels) */46 skipItem tail; /* tail item (has all levels) */49 skipItem deleted; /* cached deleted items (linked by level+1 next entries) */84 static void readUnlock(skipList list, skipItem x, void **plock) { in readUnlock()150 static NEOERR *skipAllocItem(skipItem *item, UINT32 level, UINT32 key, in skipAllocItem()[all …]