Searched refs:ares__llist_insert_at (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/cares/src/lib/ |
D | ares__llist.c | 122 static ares__llist_node_t *ares__llist_insert_at(ares__llist_t *list, in ares__llist_insert_at() function 147 return ares__llist_insert_at(list, ARES__LLIST_INSERT_HEAD, NULL, val); in ares__llist_insert_first() 152 return ares__llist_insert_at(list, ARES__LLIST_INSERT_TAIL, NULL, val); in ares__llist_insert_last() 162 return ares__llist_insert_at(node->parent, ARES__LLIST_INSERT_BEFORE, node, in ares__llist_insert_before() 177 return ares__llist_insert_at(node->parent, ARES__LLIST_INSERT_BEFORE, in ares__llist_insert_after()
|