Lines Matching defs:buf
60 bool Parse(const Byte *buf, bool isThereFilter);
63 bool CHeader::Parse(const Byte *buf, bool isThereFilter)
67 FilterID = buf[0];
68 const Byte *sig = buf + (isThereFilter ? 1 : 0);
347 Byte buf[kBufSize];
349 RINOK(ReadStream(inStream, buf, &processedSize))
352 if (!_header.Parse(buf, _lzma86))
354 const Byte *start = buf + headerSize;
506 Byte buf[kBufSize];
509 RINOK(decoder.ReadInput(buf, headerSize, &processed))
518 if (!st.Parse(buf, _lzma86))