Home
last modified time | relevance | path

Searched refs:IByteOut (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
D7zTypes.h161 typedef struct IByteOut IByteOut; typedef
162 struct IByteOut struct
164 void (*Write)(const IByteOut *p, Byte b); argument
DPpmd7.h132 IByteOut *Stream;
/external/lzma/CPP/7zip/Common/
DCWrappers.h90 IByteOut vt;
DCWrappers.cpp237 static void Wrap_WriteByte(const IByteOut *pp, Byte b) throw() in Wrap_WriteByte()