Searched refs:DEBUG_ONLY (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/include/common/
H A DMacros.h45 # define DEBUG_ONLY(x) x macro
47 # define DEBUG_ONLY(x) /* nothing */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp199 DEBUG_ONLY( wxString method; )
202 DEBUG_ONLY( method = CFormat(wxT("Kad file estimate used Server avg(%u)")) % nServerAverage; )
205 DEBUG_ONLY( method = CFormat(wxT("Kad file estimate used Kad avg(%u)")) % nKadAverage; )
209 DEBUG_ONLY( method = wxString(wxT("Kad file estimate used default avg(108, min value)")); )
H A DKademlia.cpp303 } catch (const wxString& DEBUG_ONLY(error)) {
H A DSearchManager.cpp197 } catch (const CEOFException& DEBUG_ONLY(err)) {
H A DIndexed.cpp753 DEBUG_ONLY( uint32_t dbgResultsTrusted = 0; )
754 DEBUG_ONLY( uint32_t dbgResultsUntrusted = 0; )
H A DEntry.cpp319 void CKeyEntry::AdjustGlobalPublishTracking(uint32_t ip, bool increase, const wxString& DEBUG_ONLY(dbgReason)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.cpp119 DEBUG_ONLY( const uint8_t dbgOrgOpcode = opcode; )
246 DEBUG_ONLY( const uint32_t dbgOldSize = m_mapTrackPacketsIn.size(); )
276 DEBUG_ONLY( bool warning = false; )
286 DEBUG_ONLY( warning = true; )
H A DKademliaUDPListener.cpp526 DEBUG_ONLY( uint16_t dbgOldUDPPort = port; )
721 DEBUG_ONLY( uint32_t ignoredCount = 0; )
722 DEBUG_ONLY( uint32_t kad1Count = 0; )
748 DEBUG_ONLY( ignoredCount++; )
755 DEBUG_ONLY( kad1Count++; )
1022 DEBUG_ONLY( wxString strInfo; )
1026 DEBUG_ONLY( strInfo.Clear(); )
1046 DEBUG_ONLY( strInfo += CFormat(wxT(" Name=\"%s\"")) % entry->GetCommonFileName(); )
1056 DEBUG_ONLY( strInfo += CFormat(wxT(" Size=%u")) % entry->m_uSize; )
1120 DEBUG_ONLY( wxStrin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCorruptionBlackBox.cpp173 DEBUG_ONLY(nDbgVerifiedBytes += data);
174 DEBUG_ONLY(mapDebug[ip] = 1);
177 DEBUG_ONLY(size_t listsize2 = list.size());
H A DClientUDPSocket.cpp129 } catch (const wxString& DEBUG_ONLY(e)) {
131 } catch (const CInvalidPacket& DEBUG_ONLY(e)) {
133 } catch (const CEOFException& DEBUG_ONLY(e)) {
H A DServerUDPSocket.cpp321 } catch (const wxString& DEBUG_ONLY(error)) {
323 } catch (const CInvalidPacket& DEBUG_ONLY(error)) {
325 } catch (const CEOFException& DEBUG_ONLY(e)) {
H A DLogger.cpp121 const wxString& DEBUG_ONLY(file),
122 int DEBUG_ONLY(line),
H A DDownloadClient.cpp224 DEBUG_ONLY( wxString sent_opcodes; )
233 DEBUG_ONLY( sent_opcodes += wxT("|RFNM|"); )
242 DEBUG_ONLY( sent_opcodes += wxT("|RFID|"); )
251 DEBUG_ONLY( sent_opcodes += wxT("|RSRC2|"); )
257 DEBUG_ONLY( sent_opcodes += wxT("|RSRC|"); )
264 DEBUG_ONLY( sent_opcodes += wxT("|AFHR|"); )
H A DMuleUDPSocket.cpp186 void CMuleUDPSocket::OnReceiveError(int DEBUG_ONLY(errorCode), uint32 WXUNUSED(ip), uint16 WXUNUSED(port)) argument
H A DIPFilter.cpp43 #include <common/Macros.h> // Needed for DEBUG_ONLY()
250 bool AddIPRange(uint32 IPStart, uint32 IPEnd, uint16 AccessLevel, const char* DEBUG_ONLY(Description)) argument
H A DClientList.cpp989 DEBUG_ONLY( uint32 cDeleted = 0; )
1003 DEBUG_ONLY( cDeleted++; )
H A DServerSocket.cpp652 void CServerSocket::OnError(wxSocketError DEBUG_ONLY(nErrorCode)) function in class:CServerSocket
H A DUploadClient.cpp270 } catch (const wxString& DEBUG_ONLY(error)) {
H A DBaseClient.cpp1263 bool CUpDownClient::Disconnected(const wxString& DEBUG_ONLY(strReason), bool bFromSocket)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingBin.cpp366 bool CRoutingBin::CheckGlobalIPLimits(uint32_t ip, uint16_t DEBUG_ONLY(port)) argument
H A DRoutingZone.cpp175 DEBUG_ONLY( unsigned kad1Count = 0; )
205 DEBUG_ONLY( kad1Count++; )
224 } catch (const CSafeIOException& DEBUG_ONLY(e)) {

Completed in 213 milliseconds