Home
last modified time | relevance | path

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

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBaseClient.cpp336 m_byDataCompVer = 0; in ClearHelloProperties()
550 m_byDataCompVer = (flags >> 4*5) & 0x0f; in ProcessHelloTypePacket()
562 AddLogLineNS(CFormat(wxT("m_byDataCompVer = %i")) % m_byDataCompVer); in ProcessHelloTypePacket()
903 m_byDataCompVer = temptag.GetInt(); in ProcessMuleInfoPacket()
973 if( m_byDataCompVer == 0 ){ in ProcessMuleInfoPacket()
H A DUploadClient.cpp252 if (m_byDataCompVer == 1 && GetFiletype(srcfile->GetFileName()) != ftArchive) { in CreateNextBlockPackage()
H A Dupdownclient.h654 uint8 m_byDataCompVer; variable
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBaseClient.cpp336 m_byDataCompVer = 0; in ClearHelloProperties()
550 m_byDataCompVer = (flags >> 4*5) & 0x0f; in ProcessHelloTypePacket()
562 AddLogLineNS(CFormat(wxT("m_byDataCompVer = %i")) % m_byDataCompVer); in ProcessHelloTypePacket()
903 m_byDataCompVer = temptag.GetInt(); in ProcessMuleInfoPacket()
973 if( m_byDataCompVer == 0 ){ in ProcessMuleInfoPacket()
H A DUploadClient.cpp252 if (m_byDataCompVer == 1 && GetFiletype(srcfile->GetFileName()) != ftArchive) { in CreateNextBlockPackage()
H A Dupdownclient.h654 uint8 m_byDataCompVer;