Searched refs:EC_FLAG_ZLIB (Results 1 - 5 of 5) 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 DECSocket.cpp632 if (m_rx_flags & EC_FLAG_ZLIB) {
662 if (m_tx_flags & EC_FLAG_ZLIB) {
704 if (m_tx_flags & EC_FLAG_ZLIB) {
745 && ((m_my_flags & EC_FLAG_ZLIB) > 0)) {
746 flags |= EC_FLAG_ZLIB;
754 if (flags & EC_FLAG_ZLIB) {
763 flags &= ~EC_FLAG_ZLIB;
796 if (flags & EC_FLAG_ZLIB) {
821 if (flags & EC_FLAG_ZLIB) {
850 if (flags & EC_FLAG_ZLIB) {
[all...]
H A DRemoteConnect.cpp98 m_my_flags |= EC_FLAG_ZLIB;
H A DECCodes.h40 EC_FLAG_ZLIB = 0x00000001, enumerator in enum:ECFlags
478 case 0x00000001: return wxT("EC_FLAG_ZLIB");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/java/
H A DECCodes.java32 public final static int EC_FLAG_ZLIB = 0x00000001; field in interface:ECCodes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp461 m_my_flags |= EC_FLAG_ZLIB;

Completed in 157 milliseconds