Home
last modified time | relevance | path

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

/third_party/lzma/C/
D7zTypes.h299 typedef struct IByteIn IByteIn; typedef
300 struct IByteIn struct
302 Byte (*Read)(const IByteIn *p); /* reads one byte, returns 0 in case of EOF or error */ argument
DPpmd7.h58 IByteIn *Stream;
D7zDec.c45 IByteIn vt;
55 static Byte ReadByte(const IByteIn *pp) in ReadByte()
/third_party/lzma/CPP/7zip/Common/
DCWrappers.h56 IByteIn vt;
DCWrappers.cpp191 static Byte Wrap_ReadByte(const IByteIn *pp) throw() in Wrap_ReadByte()