Searched defs:curMinLevel (Results 1 – 1 of 1) sorted by relevance
191 struct SkipListNode *node, FILLP_BOOL errIfConflict, FILLP_INT curMinLevel) in SkiplistInsertAtMid()256 static void SkipListInsertAtTail(struct SkipList *list, struct SkipListNode *node, int curMinLevel) in SkipListInsertAtTail()266 static void SkipListInsertAtHead(struct SkipList *list, struct SkipListNode *node, int curMinLevel) in SkipListInsertAtHead()296 FILLP_INT curMinLevel; in SkipListInsert() local