Home
last modified time | relevance | path

Searched refs:ARES__LLIST_INSERT_BEFORE (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares__llist.c71 ARES__LLIST_INSERT_BEFORE enumerator
85 if (type == ARES__LLIST_INSERT_BEFORE && (at == list->head || at == NULL)) { in ares__llist_attach_at()
106 case ARES__LLIST_INSERT_BEFORE: in ares__llist_attach_at()
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()

Completed in 1 milliseconds