Lines Matching refs:a_next
56 (m_attr) = (m_attr)->a_next; \
152 (s_attr) = (s_attr)->a_next; \
215 (m_attr) = (m_attr)->a_next; \
254 attr = attr->a_next; in sdp_find_attribute()
286 attr = attr->a_next; in sdp_find_media_rtpmap()
651 while (tmp->a_next != NULL) in sdp_add_attribute()
652 tmp = tmp->a_next; in sdp_add_attribute()
653 tmp->a_next = new_attr; in sdp_add_attribute()
1270 cur = cur->a_next; in sdp_delete_attribute()
1275 *l_attr = cur->a_next; in sdp_delete_attribute()
1277 prev->a_next = cur->a_next; in sdp_delete_attribute()
1278 cur->a_next = NULL; in sdp_delete_attribute()