ReactOS 0.4.15-dev-7934-g1dc8d80
gzip_stream_t Struct Reference
Collaboration diagram for gzip_stream_t:

Public Attributes

data_stream_t stream
 
data_stream_tparent_stream
 
z_stream zstream
 
BYTE buf [READ_BUFFER_SIZE]
 
DWORD buf_size
 
DWORD buf_pos
 
BOOL end_of_data
 

Detailed Description

Definition at line 364 of file http.c.

Member Data Documentation

◆ buf

BYTE gzip_stream_t::buf[READ_BUFFER_SIZE]

Definition at line 368 of file http.c.

Referenced by gzip_read(), and init_gzip_stream().

◆ buf_pos

DWORD gzip_stream_t::buf_pos

Definition at line 370 of file http.c.

Referenced by gzip_read().

◆ buf_size

DWORD gzip_stream_t::buf_size

Definition at line 369 of file http.c.

Referenced by gzip_end_of_data(), gzip_read(), and init_gzip_stream().

◆ end_of_data

BOOL gzip_stream_t::end_of_data

Definition at line 371 of file http.c.

Referenced by gzip_destroy(), gzip_end_of_data(), and gzip_read().

◆ parent_stream

data_stream_t* gzip_stream_t::parent_stream

◆ stream

data_stream_t gzip_stream_t::stream

Definition at line 365 of file http.c.

Referenced by init_gzip_stream().

◆ zstream

z_stream gzip_stream_t::zstream

Definition at line 367 of file http.c.

Referenced by gzip_destroy(), gzip_read(), and init_gzip_stream().


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