Lines Matching refs:data
65 struct uv__fd_hash_entry_group_s* data;
87 uv__fd_hash[i].data =
114 group_ptr = bucket_ptr->data; \
153 new_group_ptr->next = bucket_ptr->data;
154 bucket_ptr->data = new_group_ptr;
158 entry_ptr = &bucket_ptr->data->entries[i];
180 if (entry_ptr != &bucket_ptr->data->entries[i]) {
181 *entry_ptr = bucket_ptr->data->entries[i];
186 struct uv__fd_hash_entry_group_s* old_group_ptr = bucket_ptr->data;
187 bucket_ptr->data = old_group_ptr->next;