Searched refs:sdp_list_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libcommputil/common/ |
H A D | sdp_parse.h | 85 extern int add_value_to_list(sdp_list_t **, const char *, int, 87 extern int sdp_list_to_str(sdp_list_t *, char **, boolean_t); 88 extern int sdp_str_to_list(sdp_list_t **, const char *, int, 92 extern void sdp_free_list(sdp_list_t *);
|
H A D | sdp_parse_helper.c | 86 sdp_free_list(sdp_list_t *list) in sdp_free_list() 88 sdp_list_t *next_list; in sdp_free_list() 240 add_value_to_list(sdp_list_t **list, const char *value, int len, boolean_t text) in add_value_to_list() 242 sdp_list_t *new = NULL; in add_value_to_list() 243 sdp_list_t *tmp = NULL; in add_value_to_list() 245 new = malloc(sizeof (sdp_list_t)); in add_value_to_list() 281 sdp_list_to_str(sdp_list_t *list, char **buf, boolean_t text) in sdp_list_to_str() 285 sdp_list_t *tmp; in sdp_list_to_str() 333 sdp_str_to_list(sdp_list_t **list, const char *buf, int len, boolean_t text) in sdp_str_to_list()
|
H A D | sdp.h | 83 } sdp_list_t; typedef 118 sdp_list_t *r_offset; 184 sdp_list_t *m_format; 201 sdp_list_t *s_email; 202 sdp_list_t *s_phone;
|
H A D | sdp_parse.c | 152 sdp_parse_phone(sdp_list_t **phone, const char *begin, const char *end, in sdp_parse_phone() 156 sdp_list_t *new_phone = NULL; in sdp_parse_phone() 157 sdp_list_t *tmp = NULL; in sdp_parse_phone() 167 new_phone = calloc(1, sizeof (sdp_list_t)); in sdp_parse_phone() 195 sdp_parse_email(sdp_list_t **email, const char *begin, const char *end, in sdp_parse_email() 199 sdp_list_t *new_email = NULL; in sdp_parse_email() 200 sdp_list_t *tmp = NULL; in sdp_parse_email() 210 new_email = calloc(1, sizeof (sdp_list_t)); in sdp_parse_email()
|
H A D | sdp.c | 723 sdp_list_t *list; in sdp_get_length() 829 sdp_list_t *list; in sdp_clone_session() 964 sdp_list_t *list; in sdp_session_to_str()
|