Searched refs:canZLIB (Results 1 - 3 of 3) 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 DRemoteConnect.cpp38 bool canZLIB, bool canUTF8numbers, bool canNotify)
54 if (canZLIB) AddTag(CECEmptyTag(EC_TAG_CAN_ZLIB));
94 void CRemoteConnect::SetCapabilities(bool canZLIB, bool canUTF8numbers, bool canNotify) argument
96 m_canZLIB = canZLIB;
97 if (canZLIB) {
37 CECLoginPacket(const wxString& client, const wxString& version, bool canZLIB, bool canUTF8numbers, bool canNotify) argument
H A DRemoteConnect.h42 bool canZLIB = true, bool canUTF8numbers = true, bool canNotify = false);
86 void SetCapabilities(bool canZLIB, bool canUTF8numbers, bool canNotify);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp458 bool canZLIB = false, canUTF8numbers = false; local
460 canZLIB = true;
469 % (canZLIB ? wxT("yes") : wxT("no"))
472 if (canZLIB && canUTF8numbers) {} // get rid of unused variable warning

Completed in 61 milliseconds