Lines Matching refs:next
16 * The above copyright notice and this permission notice (including the next
111 struct __glxHashBucket *next;
180 __glxHashBucketPtr next;
188 next = bucket->next;
190 bucket = next;
210 for (bucket = table->buckets[hash]; bucket; bucket = bucket->next) {
214 prev->next = bucket->next;
215 bucket->next = table->buckets[hash];
264 bucket->next = table->buckets[hash];
287 table->buckets[hash] = bucket->next;
301 table->p1 = table->p1->next;
341 for (; bucket; bucket = bucket->next)