ReactOS 0.4.16-dev-91-g764881a
|
Public Attributes | |
data_stream_t | stream |
data_stream_t * | parent_stream |
z_stream | zstream |
BYTE | buf [READ_BUFFER_SIZE] |
DWORD | buf_size |
DWORD | buf_pos |
BOOL | end_of_data |
BYTE gzip_stream_t::buf[READ_BUFFER_SIZE] |
Definition at line 368 of file http.c.
Referenced by gzip_read(), and init_gzip_stream().
DWORD gzip_stream_t::buf_pos |
Definition at line 370 of file http.c.
Referenced by gzip_read().
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().
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().
data_stream_t* gzip_stream_t::parent_stream |
Definition at line 366 of file http.c.
Referenced by gzip_destroy(), gzip_drain_content(), gzip_end_of_data(), gzip_read(), and init_gzip_stream().
data_stream_t gzip_stream_t::stream |
Definition at line 365 of file http.c.
Referenced by init_gzip_stream().
z_stream gzip_stream_t::zstream |
Definition at line 367 of file http.c.
Referenced by gzip_destroy(), gzip_read(), and init_gzip_stream().