Home
last modified time | relevance | path

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

/trunk/main/tools/source/inet/
H A Dinetmime.cxx81 Node * m_pFirst; member in INetMIMECharsetList_Impl
84 INetMIMECharsetList_Impl(): m_pFirst(0) {} in INetMIMECharsetList_Impl()
89 { m_pFirst = new Node(rCharset, false, m_pFirst); } in prepend()
218 while (m_pFirst) in ~INetMIMECharsetList_Impl()
220 Node * pRemove = m_pFirst; in ~INetMIMECharsetList_Impl()
221 m_pFirst = m_pFirst->m_pNext; in ~INetMIMECharsetList_Impl()
229 for (Node * p = m_pFirst; p; p = p->m_pNext) in includes()
239 for (Node * p = m_pFirst; p; p = p->m_pNext) in getPreferredEncoding()
248 for (Node * p = m_pFirst; p; p = p->m_pNext) in reset()

Completed in 23 milliseconds