Home
last modified time | relevance | path

Searched refs:CheckStream (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DZHandler.cpp93 if (!NCompress::NZ::CheckStream(p, size)) in IsArc_Z()
111 if (!NCompress::NZ::CheckStream(buffer, size)) in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/Compress/
DZDecoder.h43 bool CheckStream(const Byte *data, size_t size);
DZDecoder.cpp167 bool CheckStream(const Byte *data, size_t size) in CheckStream() function