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