sdp_list_t
sdp_list_t *list;
sdp_list_t *list;
sdp_list_t *list;
sdp_list_t *r_offset;
sdp_list_t *m_format;
sdp_list_t *s_email;
sdp_list_t *s_phone;
sdp_parse_phone(sdp_list_t **phone, const char *begin, const char *end,
sdp_list_t *new_phone = NULL;
sdp_list_t *tmp = NULL;
new_phone = calloc(1, sizeof (sdp_list_t));
sdp_parse_email(sdp_list_t **email, const char *begin, const char *end,
sdp_list_t *new_email = NULL;
sdp_list_t *tmp = NULL;
new_email = calloc(1, sizeof (sdp_list_t));
extern int add_value_to_list(sdp_list_t **, const char *, int,
extern int sdp_list_to_str(sdp_list_t *, char **, boolean_t);
extern int sdp_str_to_list(sdp_list_t **, const char *, int,
extern void sdp_free_list(sdp_list_t *);
add_value_to_list(sdp_list_t **list, const char *value, int len, boolean_t text)
sdp_list_t *new = NULL;
sdp_list_t *tmp = NULL;
new = malloc(sizeof (sdp_list_t));
sdp_list_to_str(sdp_list_t *list, char **buf, boolean_t text)
sdp_list_t *tmp;
sdp_str_to_list(sdp_list_t **list, const char *buf, int len, boolean_t text)
sdp_free_list(sdp_list_t *list)
sdp_list_t *next_list;