Rizin
unix-like reverse engineering framework and cli tools
DotZLib.ZStream Struct Reference

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
 

Detailed Description

Definition at line 30 of file DotZLib.cs.

Member Data Documentation

◆ adler

uint DotZLib.ZStream.adler

◆ avail_in

uint DotZLib.ZStream.avail_in

Definition at line 33 of file DotZLib.cs.

Referenced by DotZLib.Deflater.Add(), and DotZLib.CodecBase.copyInput().

◆ avail_out

uint DotZLib.ZStream.avail_out

◆ data_type

int DotZLib.ZStream.data_type

Definition at line 48 of file DotZLib.cs.

◆ msg

string DotZLib.ZStream.msg

Definition at line 41 of file DotZLib.cs.

◆ next_in

IntPtr DotZLib.ZStream.next_in

Definition at line 32 of file DotZLib.cs.

Referenced by DotZLib.CodecBase.copyInput().

◆ next_out

IntPtr DotZLib.ZStream.next_out

Definition at line 36 of file DotZLib.cs.

Referenced by DotZLib.CodecBase.resetOutput().

◆ opaque

uint DotZLib.ZStream.opaque

Definition at line 46 of file DotZLib.cs.

◆ reserved

uint DotZLib.ZStream.reserved

Definition at line 50 of file DotZLib.cs.

◆ state

uint DotZLib.ZStream.state

Definition at line 42 of file DotZLib.cs.

◆ total_in

uint DotZLib.ZStream.total_in

◆ total_out

uint DotZLib.ZStream.total_out

Definition at line 38 of file DotZLib.cs.

Referenced by DotZLib.CodecBase.OnDataAvailable(), and DotZLib.CodecBase.resetOutput().

◆ zalloc

uint DotZLib.ZStream.zalloc

Definition at line 44 of file DotZLib.cs.

◆ zfree

uint DotZLib.ZStream.zfree

Definition at line 45 of file DotZLib.cs.


The documentation for this struct was generated from the following file: