Home
last modified time | relevance | path

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

/dports/audio/aacgain/aacgain-1.8/mpeg4ip/include/
H A Dmpeg4ip_config_set.h123 m_unknown_head = NULL; in CConfigSet()
133 SUnknownConfigVariable *ptr = m_unknown_head; in ~CConfigSet()
135 m_unknown_head = ptr->next; in ~CConfigSet()
140 ptr = m_unknown_head; in ~CConfigSet()
357 ptr->next = m_unknown_head; in ProcessLine()
359 m_unknown_head = ptr; in ProcessLine()
425 ptr = m_unknown_head;
490 SUnknownConfigVariable *svar = m_unknown_head; in GetUnknownStringValue()
514 SUnknownConfigVariable *m_unknown_head; variable