Home
last modified time | relevance | path

Searched defs:IsZlib (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DZlibDecoder.h48 static bool inline IsZlib(const Byte *p) in IsZlib() function
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DSwfHandler.cpp126 bool IsZlib() const { return Buf[0] == SWF_COMPRESSED_ZLIB; } in IsZlib() function