Searched refs:beforeFirstNode (Results 1 – 2 of 2) sorted by relevance
160 struct util_node **beforeFirstNode; in util_data_rehash() local166 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in util_data_rehash()167 while (*beforeFirstNode != e) in util_data_rehash()168 beforeFirstNode = &(*beforeFirstNode)->next; in util_data_rehash()169 lastNode->next = *beforeFirstNode; in util_data_rehash()170 *beforeFirstNode = firstNode; in util_data_rehash()
157 struct cso_node **beforeFirstNode; in cso_data_rehash() local163 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in cso_data_rehash()164 while (*beforeFirstNode != e) in cso_data_rehash()165 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()166 lastNode->next = *beforeFirstNode; in cso_data_rehash()167 *beforeFirstNode = firstNode; in cso_data_rehash()