Searched refs:goAhead (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/utils/aLinkCreator/src/
H A Ded2khash.cpp97 bool goAhead = true; local
120 goAhead = hook((int)((double)(100.0 * totalread) / file.Length()));
122 if (goAhead)
H A Dmd4.cpp341 bool goAhead = true; local
348 goAhead = hook( (int)((double)(100.0 * totalread) / file.Length()));
350 if (goAhead)
H A Dalcframe.cpp488 bool goAhead = ::wxGetApp().GetMainFrame()->m_progressBar->Update(percent); local
489 if (!goAhead)
498 return (goAhead);

Completed in 107 milliseconds