
Go to the source code of this file.
Data Structures | |
| struct | node |
Functions | |
| struct node * | append_to_list (struct node *head, char *offdet, char *name) |
| void | delete_list (struct node *head) |
| char * | search_the_list (struct node *head, char *name) |
Definition at line 32 of file sub_list.c.
References node::name, node::next, node::offset, and pkg_malloc.
Referenced by encode_subaction_attr().
| void delete_list | ( | struct node * | head | ) |
Definition at line 65 of file sub_list.c.
References node::next, and pkg_free.
Referenced by encodeCPL().
| char* search_the_list | ( | struct node * | head, | |
| char * | name | |||
| ) |
Definition at line 49 of file sub_list.c.
References node::name, node::next, and node::offset.
Referenced by encode_sub_attr().
1.5.6