Home
last modified time | relevance | path

Searched refs:DecompressRawDeflate (Results 1 – 2 of 2) sorted by relevance

/dports/games/pioneer/pioneer-20210723/src/core/
H A DGZipFormat.h30 std::string DecompressRawDeflate(const unsigned char *data, size_t length);
H A DGZipFormat.cpp74 return gzip::DecompressRawDeflate(data, length); in DecompressDeflateOrGZip()
171 std::string gzip::DecompressRawDeflate(const unsigned char *data, size_t length) in DecompressRawDeflate() function in gzip