|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| task_header_t | hdr |
| void * | buf |
| DWORD | size |
| DWORD | read_pos |
| DWORD * | ret_read |
| void* read_file_task_t::buf |
Definition at line 3111 of file http.c.
Referenced by async_read(), and async_read_file_proc().
| task_header_t read_file_task_t::hdr |
Definition at line 3110 of file http.c.
Referenced by async_read(), and async_read_file_proc().
| DWORD read_file_task_t::read_pos |
Definition at line 3113 of file http.c.
Referenced by async_read(), and async_read_file_proc().
| DWORD* read_file_task_t::ret_read |
Definition at line 3114 of file http.c.
Referenced by async_read(), and async_read_file_proc().
| DWORD read_file_task_t::size |
Definition at line 3112 of file http.c.
Referenced by async_read(), and async_read_file_proc().