sub_list.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  node

Functions

struct nodeappend_to_list (struct node *head, char *offdet, char *name)
void delete_list (struct node *head)
char * search_the_list (struct node *head, char *name)


Function Documentation

struct node* append_to_list ( struct node head,
char *  offdet,
char *  name 
) [read]

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().


Generated on Thu May 24 20:00:44 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6