|
Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
| IntPtr | next_in |
| uint | avail_in |
| uint | total_in |
| IntPtr | next_out |
| uint | avail_out |
| uint | total_out |
| string | msg |
| uint | state |
| uint | zalloc |
| uint | zfree |
| uint | opaque |
| int | data_type |
| uint | adler |
| uint | reserved |
Definition at line 30 of file DotZLib.cs.
| uint DotZLib.ZStream.adler |
Definition at line 49 of file DotZLib.cs.
Referenced by DotZLib.Deflater.Add(), DotZLib.Inflater.Add(), DotZLib.Deflater.Finish(), and DotZLib.Inflater.Finish().
| uint DotZLib.ZStream.avail_in |
Definition at line 33 of file DotZLib.cs.
Referenced by DotZLib.Deflater.Add(), and DotZLib.CodecBase.copyInput().
| uint DotZLib.ZStream.avail_out |
Definition at line 37 of file DotZLib.cs.
Referenced by DotZLib.Deflater.Add(), DotZLib.Inflater.Add(), and DotZLib.CodecBase.resetOutput().
| int DotZLib.ZStream.data_type |
Definition at line 48 of file DotZLib.cs.
| string DotZLib.ZStream.msg |
Definition at line 41 of file DotZLib.cs.
| IntPtr DotZLib.ZStream.next_in |
Definition at line 32 of file DotZLib.cs.
Referenced by DotZLib.CodecBase.copyInput().
| IntPtr DotZLib.ZStream.next_out |
Definition at line 36 of file DotZLib.cs.
Referenced by DotZLib.CodecBase.resetOutput().
| uint DotZLib.ZStream.opaque |
Definition at line 46 of file DotZLib.cs.
| uint DotZLib.ZStream.reserved |
Definition at line 50 of file DotZLib.cs.
| uint DotZLib.ZStream.state |
Definition at line 42 of file DotZLib.cs.
| uint DotZLib.ZStream.total_in |
Definition at line 34 of file DotZLib.cs.
Referenced by DotZLib.Deflater.Add(), DotZLib.Inflater.Add(), and DotZLib.CodecBase.copyInput().
| uint DotZLib.ZStream.total_out |
Definition at line 38 of file DotZLib.cs.
Referenced by DotZLib.CodecBase.OnDataAvailable(), and DotZLib.CodecBase.resetOutput().
| uint DotZLib.ZStream.zalloc |
Definition at line 44 of file DotZLib.cs.
| uint DotZLib.ZStream.zfree |
Definition at line 45 of file DotZLib.cs.