Searched refs:Gzip (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.h11 class Gzip : public Deflator class in inherits:Deflator
14 Gzip(BufferedTransformation *attachment=NULL, unsigned int deflateLevel=DEFAULT_DEFLATE_LEVEL, unsigned int log2WindowSize=DEFAULT_LOG2_WINDOW_SIZE, bool detectUncompressible=true) function in class:Gzip
16 Gzip(const NameValuePairs &parameters, BufferedTransformation *attachment=NULL) function in class:Gzip
H A Dgzip.cpp8 void Gzip::WritePrestreamHeader()
23 void Gzip::ProcessUncompressedData(const byte *inString, size_t length)
29 void Gzip::WritePoststreamTail()
H A Dtest.cpp645 // FileSource(in, true, new Gzip(new FileSink(out), deflate_level));
649 // Source ----> Gzip ------> Sink
664 Gzip gzip(cs = new ChannelSwitch(sink), deflate_level);

Completed in 103 milliseconds