Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_process.c688 struct list_node* head_b) in swap_lists() argument
691 int is_b_empty = ares__is_list_empty(head_b); in swap_lists()
693 struct list_node old_b = *head_b; in swap_lists()
696 ares__init_list_head(head_b); in swap_lists()
698 *head_b = old_a; in swap_lists()
699 old_a.next->prev = head_b; in swap_lists()
700 old_a.prev->next = head_b; in swap_lists()