Searched refs:ZlibDecompressor (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzlib.cpp48 ZlibDecompressor::ZlibDecompressor(BufferedTransformation *attachment, bool repeat, int propagation) function in class:ZlibDecompressor
53 void ZlibDecompressor::ProcessPrestreamHeader()
75 void ZlibDecompressor::ProcessDecompressedData(const byte *inString, size_t length)
81 void ZlibDecompressor::ProcessPoststreamTail()
H A Dzlib.h30 class ZlibDecompressor : public Inflator class in inherits:Inflator
34 class HeaderErr : public Err {public: HeaderErr() : Err(INVALID_DATA_FORMAT, "ZlibDecompressor: header decoding error") {}};
35 class Adler32Err : public Err {public: Adler32Err() : Err(DATA_INTEGRITY_CHECK_FAILED, "ZlibDecompressor: ADLER32 check error") {}};
36 class UnsupportedAlgorithm : public Err {public: UnsupportedAlgorithm() : Err(INVALID_DATA_FORMAT, "ZlibDecompressor: unsupported algorithm") {}};
37 class UnsupportedPresetDictionary : public Err {public: UnsupportedPresetDictionary() : Err(INVALID_DATA_FORMAT, "ZlibDecompressor: unsupported preset dictionary") {}};
42 ZlibDecompressor(BufferedTransformation *attachment = NULL, bool repeat = false, int autoSignalPropagation = -1);

Completed in 24 milliseconds