Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dskiplist.c28 typedef struct skipItem *skipItem; typedef
31 struct skipItem { struct
36 skipItem next[1]; /* array of next items */ argument
39 #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 …]