Lines Matching refs:next
31 Entry* next; member
120 Entry* next = entry->next; in expandIfNecessary() local
122 entry->next = newBuckets[index]; in expandIfNecessary()
124 entry = next; in expandIfNecessary()
148 Entry* next = entry->next; in hashmapFree() local
150 entry = next; in hashmapFree()
181 entry->next = NULL; in createEntry()
224 p = ¤t->next; in hashmapPut()
237 entry = entry->next; in hashmapGet()
252 entry = entry->next; in hashmapContainsKey()
287 p = ¤t->next; in hashmapMemoize()
301 *p = current->next; in hashmapRemove()
307 p = ¤t->next; in hashmapRemove()
320 Entry *next = entry->next; in hashmapForEach() local
324 entry = next; in hashmapForEach()
340 if (entry->next != NULL) { in hashmapCountCollisions()
343 entry = entry->next; in hashmapCountCollisions()