Searched refs:ProcessUncompressedData (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.h24 void ProcessUncompressedData(const byte *string, size_t length);
H A Dzlib.cpp28 void ZlibCompressor::ProcessUncompressedData(const byte *inString, size_t length) function in class:ZlibCompressor
H A Dzlib.h23 void ProcessUncompressedData(const byte *string, size_t length);
H A Dgzip.cpp23 void Gzip::ProcessUncompressedData(const byte *inString, size_t length) function in class:Gzip
H A Dzdeflate.h78 virtual void ProcessUncompressedData(const byte *string, size_t length) {} function in class:Deflator
H A Dzdeflate.cpp497 // call ProcessUncompressedData() after WritePrestreamHeader()
498 ProcessUncompressedData(str+accepted, newAccepted);

Completed in 175 milliseconds