TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
z_stream_s Struct Reference

#include <zlib.h>

Public Attributes

z_const Bytefnext_in
 
uInt avail_in
 
uLong total_in
 
Bytefnext_out
 
uInt avail_out
 
uLong total_out
 
z_const char * msg
 
struct internal_state FARstate
 
alloc_func zalloc
 
free_func zfree
 
voidpf opaque
 
int data_type
 
uLong adler
 
uLong reserved
 

Detailed Description

Definition at line 86 of file zlib.h.

Member Data Documentation

uLong z_stream_s::adler

Definition at line 104 of file zlib.h.

uInt z_stream_s::avail_in
uInt z_stream_s::avail_out
int z_stream_s::data_type

Definition at line 102 of file zlib.h.

Referenced by zipCloseFileInZipRaw64(), and zipOpenNewFileInZip4_64().

z_const char* z_stream_s::msg

Definition at line 95 of file zlib.h.

Referenced by unzReadCurrentFile().

z_const Bytef* z_stream_s::next_in
Bytef* z_stream_s::next_out
voidpf z_stream_s::opaque

Definition at line 100 of file zlib.h.

Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().

uLong z_stream_s::reserved

Definition at line 105 of file zlib.h.

struct internal_state FAR* z_stream_s::state

Definition at line 96 of file zlib.h.

uLong z_stream_s::total_in
uLong z_stream_s::total_out
alloc_func z_stream_s::zalloc

Definition at line 98 of file zlib.h.

Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().

free_func z_stream_s::zfree

Definition at line 99 of file zlib.h.

Referenced by compress2(), uncompress2(), unzOpenCurrentFile3(), and zipOpenNewFileInZip4_64().


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