Searched refs:isThereFilter (Results 1 – 1 of 1) sorted by relevance
57 bool Parse(const Byte *buf, bool isThereFilter);60 bool CHeader::Parse(const Byte *buf, bool isThereFilter) in Parse() argument63 if (isThereFilter) in Parse()65 const Byte *sig = buf + (isThereFilter ? 1 : 0); in Parse()