Home
last modified time | relevance | path

Searched refs:add_value_to_list (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libcommputil/common/
H A Dsdp_parse.h87 extern int add_value_to_list(sdp_list_t **, const char *, int,
H A Dsdp_parse_helper.c242 add_value_to_list(sdp_list_t **list, const char *value, int len, boolean_t text) in add_value_to_list() function
358 if ((ret = add_value_to_list(list, begin, in sdp_str_to_list()
H A Dsdp_parse.c649 if ((ret = add_value_to_list(&new_repeat->r_offset, begin, in sdp_parse_repeat()
942 if (add_value_to_list(&new_media->m_format, begin, in sdp_parse_media()
H A Dsdp.c388 return (add_value_to_list(&session->s_email, email, strlen(email), in sdp_add_email()
401 return (add_value_to_list(&session->s_phone, phone, strlen(phone), in sdp_add_phone()