Searched refs:skipNewList (Results 1 – 4 of 4) sorted by relevance
/external/clearsilver/util/ |
D | skiplist.h | 45 NEOERR *skipNewList(skipList *skip, int threaded, int root, int maxLevel,
|
D | dict.c | 578 err = skipNewList(&(dict->list), threaded, root, maxLevel, in dictCreate()
|
D | skiplist.c | 358 NEOERR *skipNewList(skipList *skip, int threaded, int root, int maxLevel, in skipNewList() function
|
D | wdb.c | 198 err = skipNewList(&(my_wdb->ondisk), 0, 4, 2, 0, NULL, NULL); in wdb_alloc()
|