ReactOS 0.4.16-dev-1040-g85afe48
|
Public Attributes | |
BOOL(* | end_of_data )(data_stream_t *, http_request_t *) |
DWORD(* | read )(data_stream_t *, http_request_t *, BYTE *, DWORD, DWORD *, BOOL) |
DWORD(* | drain_content )(data_stream_t *, http_request_t *, BOOL) |
void(* | destroy )(data_stream_t *) |
void(* data_stream_vtbl_t::destroy) (data_stream_t *) |
DWORD(* data_stream_vtbl_t::drain_content) (data_stream_t *, http_request_t *, BOOL) |
Definition at line 319 of file http.c.
Referenced by drain_content(), and gzip_drain_content().
BOOL(* data_stream_vtbl_t::end_of_data) (data_stream_t *, http_request_t *) |
Definition at line 317 of file http.c.
Referenced by create_cache_entry(), end_of_read_data(), gzip_end_of_data(), and read_http_stream().
DWORD(* data_stream_vtbl_t::read) (data_stream_t *, http_request_t *, BYTE *, DWORD, DWORD *, BOOL) |
Definition at line 318 of file http.c.
Referenced by gzip_read(), and read_http_stream().