Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp57 bool Parse(const Byte *buf, bool isThereFilter);
60 bool CHeader::Parse(const Byte *buf, bool isThereFilter) in Parse() argument
63 if (isThereFilter) in Parse()
65 const Byte *sig = buf + (isThereFilter ? 1 : 0); in Parse()