Searched refs:IByteOut (Results 1 – 4 of 4) sorted by relevance
161 typedef struct IByteOut IByteOut; typedef162 struct IByteOut struct164 void (*Write)(const IByteOut *p, Byte b); argument
132 IByteOut *Stream;
90 IByteOut vt;
237 static void Wrap_WriteByte(const IByteOut *pp, Byte b) throw() in Wrap_WriteByte()