ReactOS 0.4.15-dev-8614-gbc76250
data_stream_vtbl_t Struct Reference
Collaboration diagram for data_stream_vtbl_t:

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 *)
 

Detailed Description

Definition at line 316 of file http.c.

Member Data Documentation

◆ destroy

void(* data_stream_vtbl_t::destroy) (data_stream_t *)

Definition at line 320 of file http.c.

◆ drain_content

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().

◆ end_of_data

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().

◆ read

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().


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