Searched refs:Gunzip (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dgzip.cpp39 Gunzip::Gunzip(BufferedTransformation *attachment, bool repeat, int propagation) function in class:Gunzip
44 void Gunzip::ProcessPrestreamHeader()
77 void Gunzip::ProcessDecompressedData(const byte *inString, size_t length)
84 void Gunzip::ProcessPoststreamTail()
H A Dgzip.h32 class Gunzip : public Inflator class in inherits:Inflator
36 class HeaderErr : public Err {public: HeaderErr() : Err(INVALID_DATA_FORMAT, "Gunzip: header decoding error") {}};
37 class TailErr : public Err {public: TailErr() : Err(INVALID_DATA_FORMAT, "Gunzip: tail too short") {}};
38 class CrcErr : public Err {public: CrcErr() : Err(DATA_INTEGRITY_CHECK_FAILED, "Gunzip: CRC check error") {}};
39 class LengthErr : public Err {public: LengthErr() : Err(DATA_INTEGRITY_CHECK_FAILED, "Gunzip: length check error") {}};
44 Gunzip(BufferedTransformation *attachment = NULL, bool repeat = false, int autoSignalPropagation = -1);
H A Dtest.cpp651 // \ Gunzip
658 Gunzip gunzip(new ChannelSwitch(comparison, "0"));
677 FileSource(in, true, new Gunzip(new FileSink(out)));

Completed in 54 milliseconds