Go to the source code of this file.
Functions | |
void | ares__init_list_head (struct list_node *head) |
void | ares__init_list_node (struct list_node *node, void *d) |
void | ares__insert_in_list (struct list_node *new_node, struct list_node *old_node) |
int | ares__is_list_empty (struct list_node *head) |
void | ares__remove_from_list (struct list_node *node) |
void ares__init_list_head | ( | struct list_node * | head | ) |
Definition at line 27 of file ares_llist.c.
void ares__init_list_node | ( | struct list_node * | node, |
void * | d | ||
) |
Definition at line 34 of file ares_llist.c.
Definition at line 46 of file ares_llist.c.
Definition at line 41 of file ares_llist.c.
void ares__remove_from_list | ( | struct list_node * | node | ) |
Definition at line 55 of file ares_llist.c.