Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp50 bool Parse(const Byte *buf, bool isThereFilter);
53 bool CHeader::Parse(const Byte *buf, bool isThereFilter) in Parse() argument
56 if (isThereFilter) in Parse()
58 const Byte *sig = buf + (isThereFilter ? 1 : 0); in Parse()