Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcommputil/common/
H A Dsdp.c46 #define SDP_ATTR_TO_STR(m_attr) { \ argument
47 while ((m_attr) != NULL) { \
48 if ((m_attr)->a_value != NULL) { \
50 (m_attr)->a_name, COMMP_COLON, (m_attr)-> \
53 wrote = snprintf(buf, len, "a=%s%s", (m_attr)-> \
58 (m_attr) = (m_attr)->a_next; \
211 #define SDP_LEN_ATTRIBUTE(m_attr) { \ argument
212 while ((m_attr) != NULL) { \
214 len += strlen((m_attr)->a_name); \
215 if ((m_attr)->a_value != NULL) \
[all …]
H A Dsdp_parse_helper.c122 if (media->m_attr != NULL) in sdp_free_media()
123 sdp_free_attribute(media->m_attr); in sdp_free_media()
H A Dsdp.h191 sdp_attr_t *m_attr; member
H A Dsdp_parse.c1128 m_attr), begin + 1, end, in sdp_handle_fields()