Searched refs:new_group_ptr (Results 1 – 1 of 1) sorted by relevance
148 struct uv__fd_hash_entry_group_s* new_group_ptr = in uv__fd_hash_add() local149 uv__malloc(sizeof(*new_group_ptr)); in uv__fd_hash_add()150 if (new_group_ptr == NULL) { in uv__fd_hash_add()153 new_group_ptr->next = bucket_ptr->data; in uv__fd_hash_add()154 bucket_ptr->data = new_group_ptr; in uv__fd_hash_add()
Completed in 7 milliseconds