Searched refs:m_attr (Results 1 – 4 of 4) sorted by relevance
46 #define SDP_ATTR_TO_STR(m_attr) { \ argument47 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) { \ argument212 while ((m_attr) != NULL) { \214 len += strlen((m_attr)->a_name); \215 if ((m_attr)->a_value != NULL) \[all …]
122 if (media->m_attr != NULL) in sdp_free_media()123 sdp_free_attribute(media->m_attr); in sdp_free_media()
191 sdp_attr_t *m_attr; member
1128 m_attr), begin + 1, end, in sdp_handle_fields()