Searched refs:DoFlush (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzstream.h75 void Sync() { DoFlush(false); }
85 virtual void DoFlush(bool final);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dnetwork.h143 virtual lword DoFlush(unsigned long maxTime, size_t targetSize) = 0;
214 lword DoFlush(unsigned long maxTime, size_t targetSize);
H A Dnetwork.cpp171 return DoFlush(maxTime, targetSize);
186 size_t ret = (size_t)DoFlush(timeToGo, curBufSize - flushSize);
474 lword NetworkSink::DoFlush(unsigned long maxTime, size_t targetSize) function in class:NetworkSink
491 CallStack("NetworkSink::DoFlush() - wait send result", 0)))
507 if (sender.MustWaitToSend() && !sender.Wait(timeOut, CallStack("NetworkSink::DoFlush() - wait send", 0)))
537 if (!sender.Wait(timeOut, CallStack("NetworkSink::DoFlush() - wait EOF", 0)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzstream.cpp336 DoFlush(true);
347 void wxZlibOutputStream::DoFlush(bool final) function in class:wxZlibOutputStream
H A Dzipstrm.cpp514 bool Close() { DoFlush(true); m_pos = wxInvalidOffset; return IsOk(); }

Completed in 34 milliseconds