Searched refs:Inflator (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgzip.h32 class Gunzip : public Inflator
35 typedef Inflator::Err Err;
H A Dzlib.h30 class ZlibDecompressor : public Inflator
33 typedef Inflator::Err Err;
H A Dzinflate.cpp214 Inflator::Inflator(BufferedTransformation *attachment, bool repeat, int propagation) function in class:Inflator
221 void Inflator::IsolatedInitialize(const NameValuePairs &parameters)
229 void Inflator::OutputByte(byte b)
241 void Inflator::OutputString(const byte *string, size_t length)
260 void Inflator::OutputPast(unsigned int length, unsigned int distance)
289 size_t Inflator::Put2(const byte *inString, size_t length, int messageEnd, bool blocking)
292 throw BlockingInputOnly("Inflator");
305 bool Inflator::IsolatedFlush(bool hardFlush, bool blocking)
308 throw BlockingInputOnly("Inflator");
[all...]
H A Dzlib.cpp49 : Inflator(attachment, repeat, propagation)
H A Dzinflate.h85 class Inflator : public AutoSignaling<Filter> class in inherits:AutoSignaling
94 class UnexpectedEndErr : public Err {public: UnexpectedEndErr() : Err(INVALID_DATA_FORMAT, "Inflator: unexpected end of compressed block") {}};
95 class BadBlockErr : public Err {public: BadBlockErr() : Err(INVALID_DATA_FORMAT, "Inflator: error in compressed block") {}};
100 Inflator(BufferedTransformation *attachment = NULL, bool repeat = false, int autoSignalPropagation = -1);
H A Dgzip.cpp40 : Inflator(attachment, repeat, propagation)

Completed in 179 milliseconds