Lines Matching refs:next
14 * The above copyright notice and this permission notice (including the next
120 HashBucketPtr next;
127 next = bucket->next;
129 bucket = next;
148 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) {
152 prev->next = bucket->next;
153 bucket->next = table->buckets[hash];
194 bucket->next = table->buckets[hash];
211 table->buckets[hash] = bucket->next;
224 table->p1 = table->p1->next;