ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
task_header_t | hdr |
WCHAR * | headers |
DWORD | headers_len |
void * | optional |
DWORD | optional_len |
DWORD | content_len |
BOOL | end_request |
DWORD send_request_task_t::content_len |
Definition at line 5246 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().
BOOL send_request_task_t::end_request |
Definition at line 5247 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().
task_header_t send_request_task_t::hdr |
Definition at line 5241 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().
WCHAR* send_request_task_t::headers |
Definition at line 5242 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().
DWORD send_request_task_t::headers_len |
Definition at line 5243 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().
void* send_request_task_t::optional |
Definition at line 5244 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().
DWORD send_request_task_t::optional_len |
Definition at line 5245 of file http.c.
Referenced by AsyncHttpSendRequestProc(), HttpSendRequestExW(), and HttpSendRequestW().