Searched refs:isThereFilter (Results 1 – 1 of 1) sorted by relevance
50 bool Parse(const Byte *buf, bool isThereFilter);53 bool CHeader::Parse(const Byte *buf, bool isThereFilter) in Parse() argument56 if (isThereFilter) in Parse()58 const Byte *sig = buf + (isThereFilter ? 1 : 0); in Parse()