Home
last modified time | relevance | path

Searched defs:ZStream (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DDotZLib.cs30 internal struct ZStream struct
32 public IntPtr next_in;
33 public uint avail_in;
34 public uint total_in;
36 public IntPtr next_out;
37 public uint avail_out;
38 public uint total_out;
41 string msg;
42 uint state;
44 uint zalloc;
[all …]