Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c44 #define SDP_ATTR_TO_STR(m_attr) { \ argument
45 while ((m_attr) != NULL) { \
46 if ((m_attr)->a_value != NULL) { \
48 (m_attr)->a_name, COMMP_COLON, (m_attr)-> \
51 wrote = snprintf(buf, len, "a=%s%s", (m_attr)-> \
56 (m_attr) = (m_attr)->a_next; \
209 #define SDP_LEN_ATTRIBUTE(m_attr) { \ argument
210 while ((m_attr) != NULL) { \
212 len += strlen((m_attr)->a_name); \
213 if ((m_attr)->a_value != NULL) \
[all …]
H A Dsdp_parse_helper.c120 if (media->m_attr != NULL) in sdp_free_media()
121 sdp_free_attribute(media->m_attr); in sdp_free_media()
H A Dsdp.h189 sdp_attr_t *m_attr; member
H A Dsdp_parse.c1126 m_attr), begin + 1, end, in sdp_handle_fields()