Lines Matching refs:a_next
58 (m_attr) = (m_attr)->a_next; \
154 (s_attr) = (s_attr)->a_next; \
217 (m_attr) = (m_attr)->a_next; \
256 attr = attr->a_next; in sdp_find_attribute()
288 attr = attr->a_next; in sdp_find_media_rtpmap()
653 while (tmp->a_next != NULL) in sdp_add_attribute()
654 tmp = tmp->a_next; in sdp_add_attribute()
655 tmp->a_next = new_attr; in sdp_add_attribute()
1272 cur = cur->a_next; in sdp_delete_attribute()
1277 *l_attr = cur->a_next; in sdp_delete_attribute()
1279 prev->a_next = cur->a_next; in sdp_delete_attribute()
1280 cur->a_next = NULL; in sdp_delete_attribute()