Searched refs:IByteIn (Results 1 – 5 of 5) sorted by relevance
153 typedef struct IByteIn IByteIn; typedef154 struct IByteIn struct156 Byte (*Read)(const IByteIn *p); /* reads one byte, returns 0 in case of EOF or error */ argument
114 IByteIn *Stream;
42 IByteIn vt;52 static Byte ReadByte(const IByteIn *pp) in ReadByte()
56 IByteIn vt;
191 static Byte Wrap_ReadByte(const IByteIn *pp) throw() in Wrap_ReadByte()