Searched refs:CanDoCallback (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.h226 bool CanDoCallback(uint32 clientServerIP, uint16 clientServerPort);
H A Damule.cpp1736 bool CamuleApp::CanDoCallback(uint32 clientServerIP, uint16 clientServerPort) function in class:CamuleApp
H A DBaseClient.cpp1466 if (!theApp->CanDoCallback(GetServerIP(), GetServerPort())) {
1484 //If ANYTHING changes with the "if(!theApp->CanDoCallback(this))" above that will let you fall through
1519 // we already check above with !theApp->CanDoCallback(this) if any callback is possible at all
H A DPartFile.cpp1407 if (cur_src->HasLowID() && !theApp->CanDoCallback(cur_src->GetServerIP(), cur_src->GetServerPort())) {

Completed in 118 milliseconds