Searched refs:m_ID (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECID.h36 uint32 m_ID; member in class:CECID
40 CECID() { m_ID = ++s_IDCounter; }
41 CECID(uint32 id) { m_ID = id; }
42 uint32 ECID() const { return m_ID; }
43 void RenewECID() { m_ID = ++s_IDCounter; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDeadSourceList.cpp43 m_ID = ID;
65 if ( m_ID == other.m_ID ) {
67 if ( IsLowID( m_ID ) ) {
H A DDeadSourceList.h125 uint32 m_ID; member in class:CDeadSourceList::CDeadSource
H A Damule-remote-gui.h393 uint32 m_ID; member in class:CServerConnectRem
402 bool IsConnected() { return (m_ID != 0) && (m_ID != 0xffffffff); }
403 bool IsConnecting() { return m_ID == 0xffffffff; }
404 bool IsLowID() { return m_ID < 16777216; }
405 uint32 GetClientID() { return m_ID; }
H A Damule-remote-gui.cpp749 m_ID = tag->GetEd2kId();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h110 int m_ID; member in struct:wxHtmlContentsItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp784 : m_Level(0), m_ID(wxID_ANY), m_Name(NULL), m_Page(NULL), m_Book(NULL),
793 m_ID = d.id;
808 m_ID = d.m_ID;

Completed in 120 milliseconds