Searched refs:hardFlush (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dsimple.h52 bool IsolatedFlush(bool hardFlush, bool blocking) {return false;} argument
62 bool IsolatedFlush(bool hardFlush, bool blocking) argument
64 bool ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) argument
66 if (hardFlush && !InputBufferIsEmpty())
71 return attached && propagation ? attached->ChannelFlush(channel, hardFlush, propagation-1, blocking) : false;
103 virtual bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) =0;
106 bool IsolatedFlush(bool hardFlush, bool blocking) {assert(false); return false;} argument
125 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) argument
126 {return this->ChannelFlush(DEFAULT_CHANNEL, hardFlush, propagation, blocking);}
147 virtual bool ChannelFlush(const std::string &channel, bool hardFlush, in
[all...]
H A Dida.h69 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) {return m_ida.Flush(hardFlush, propagation, blocking);} argument
107 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) {return m_ida.Flush(hardFlush, propagation, blocking);} argument
H A Dmqueue.h29 bool IsolatedFlush(bool hardFlush, bool blocking) {return false;} argument
H A Dzdeflate.h74 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dfilters.cpp68 bool Filter::Flush(bool hardFlush, int propagation, bool blocking) argument
73 if (IsolatedFlush(hardFlush, blocking))
76 if (OutputFlush(1, hardFlush, propagation, blocking))
120 bool Filter::OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel) argument
122 if (propagation && AttachedTransformation()->ChannelFlush(channel, hardFlush, propagation-1, blocking))
316 bool FilterWithBufferedInput::IsolatedFlush(bool hardFlush, bool blocking)
321 if (hardFlush)
468 bool ProxyFilter::IsolatedFlush(bool hardFlush, bool blocking) argument
470 return m_filter.get() ? m_filter->Flush(hardFlush, -1, blocking) : false;
H A Dfiles.h88 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dzinflate.h104 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dfilters.h29 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true);
44 bool OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=DEFAULT_CHANNEL);
161 /*! calls ForceNextPut() if hardFlush is true */
162 bool IsolatedFlush(bool hardFlush, bool blocking);
472 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) argument
473 {return m_target && GetPassSignals() ? m_target->Flush(hardFlush, propagation, blocking) : false;}
515 bool Flush(bool hardFlush, int propagation=-1, bool blocking=true) argument
516 {return m_passSignal ? m_owner.AttachedTransformation()->Flush(hardFlush, propagation, blocking) : false;}
542 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dnetwork.cpp220 bool NonblockingSink::IsolatedFlush(bool hardFlush, bool blocking) argument
223 return hardFlush && (!!GetCurrentBufferSize() || EofPending());
H A Dfiles.cpp174 bool FileSink::IsolatedFlush(bool hardFlush, bool blocking) argument
H A Dnetwork.h124 bool IsolatedFlush(bool hardFlush, bool blocking);
H A Dzinflate.cpp305 bool Inflator::IsolatedFlush(bool hardFlush, bool blocking) argument
310 if (hardFlush)
H A Dcryptlib.h847 virtual bool IsolatedFlush(bool hardFlush, bool blocking) =0;
853 /*! \param hardFlush is used to indicate whether all data should be flushed
863 virtual bool Flush(bool hardFlush, int propagation=-1, bool blocking=true);
1007 virtual bool ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true);
H A Dcryptlib.cpp327 bool BufferedTransformation::Flush(bool hardFlush, int propagation, bool blocking) argument
330 return IsolatedFlush(hardFlush, blocking);
H A Dzdeflate.cpp517 bool Deflator::IsolatedFlush(bool hardFlush, bool blocking) argument
526 if (hardFlush)

Completed in 283 milliseconds