Searched refs:IByteIn (Results 1 – 5 of 5) sorted by relevance
299 typedef struct IByteIn IByteIn; typedef300 struct IByteIn struct302 Byte (*Read)(const IByteIn *p); /* reads one byte, returns 0 in case of EOF or error */ argument
58 IByteIn *Stream;
45 IByteIn vt;55 static Byte ReadByte(const IByteIn *pp) in ReadByte()
56 IByteIn vt;
191 static Byte Wrap_ReadByte(const IByteIn *pp) throw() in Wrap_ReadByte()