Lines Matching full:curr
70 BB **new_table, *curr, *next;85 curr = bbs.table[i];86 while (NULL != curr) {87 next = curr->next;89 new_idx = bb_hash_idx(curr->obj, curr->offset, new_size);91 curr->next = new_table[new_idx];92 new_table[new_idx] = curr;93 if (curr->next) {95 if (curr->next->next)99 curr = next;