Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_process.c682 struct list_node* head_b) in swap_lists() argument
685 int is_b_empty = ares__is_list_empty(head_b); in swap_lists()
687 struct list_node old_b = *head_b; in swap_lists()
690 ares__init_list_head(head_b); in swap_lists()
692 *head_b = old_a; in swap_lists()
693 old_a.next->prev = head_b; in swap_lists()
694 old_a.prev->next = head_b; in swap_lists()