Searched refs:ares__llist_attach_at (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares__llist.c | 74 static void ares__llist_attach_at(ares__llist_t *list, in ares__llist_attach_at() function 140 ares__llist_attach_at(list, type, at, node); in ares__llist_insert_at() 348 ares__llist_attach_at(new_parent, ARES__LLIST_INSERT_TAIL, NULL, node); in ares__llist_node_move_parent_last() 359 ares__llist_attach_at(new_parent, ARES__LLIST_INSERT_HEAD, NULL, node); in ares__llist_node_move_parent_first()
|