Home
last modified time | relevance | path

Searched refs:new_group_ptr (Results 1 – 1 of 1) sorted by relevance

/libuv/src/win/
H A Dfs-fd-hash-inl.h148 struct uv__fd_hash_entry_group_s* new_group_ptr = in uv__fd_hash_add() local
149 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 6 milliseconds