Lines Matching refs:m_next
233 media = media->m_next;699 while (tmp->m_next != NULL)700 tmp = tmp->m_next;701 tmp->m_next = new_media;815 media = media->m_next;938 media = media->m_next;1111 media = media->m_next;1240 cur = cur->m_next;1245 *l_media = cur->m_next;1247 prev->m_next = cur->m_next;1248 cur->m_next = NULL;