Classes | Functions
ares_llist.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  list_node
 

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)
 

Function Documentation

◆ ares__init_list_head()

void ares__init_list_head ( struct list_node head)

Definition at line 27 of file ares_llist.c.

◆ ares__init_list_node()

void ares__init_list_node ( struct list_node node,
void *  d 
)

Definition at line 34 of file ares_llist.c.

◆ ares__insert_in_list()

void ares__insert_in_list ( struct list_node new_node,
struct list_node old_node 
)

Definition at line 46 of file ares_llist.c.

◆ ares__is_list_empty()

int ares__is_list_empty ( struct list_node head)

Definition at line 41 of file ares_llist.c.

◆ ares__remove_from_list()

void ares__remove_from_list ( struct list_node node)

Definition at line 55 of file ares_llist.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:03