Searched refs:ProcessDecompressedData (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.h55 void ProcessDecompressedData(const byte *string, size_t length);
H A Dzlib.cpp75 void ZlibDecompressor::ProcessDecompressedData(const byte *inString, size_t length) function in class:ZlibDecompressor
H A Dzlib.h48 void ProcessDecompressedData(const byte *string, size_t length);
H A Dgzip.cpp77 void Gunzip::ProcessDecompressedData(const byte *inString, size_t length) function in class:Gunzip
H A Dzinflate.h114 virtual void ProcessDecompressedData(const byte *string, size_t length) function in class:Inflator
H A Dzinflate.cpp234 ProcessDecompressedData(m_window + m_lastFlush, m_window.size() - m_lastFlush);
250 ProcessDecompressedData(m_window + m_lastFlush, m_window.size() - m_lastFlush);
579 ProcessDecompressedData(m_window + m_lastFlush, m_current - m_lastFlush);

Completed in 102 milliseconds