ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <internet.h>
Definition at line 343 of file internet.h.
struct HttpAuthInfo* http_request_t::authInfo |
Definition at line 370 of file internet.h.
DWORD http_request_t::bytesToWrite |
Definition at line 359 of file internet.h.
DWORD http_request_t::bytesWritten |
Definition at line 360 of file internet.h.
DWORD http_request_t::connect_timeout |
Definition at line 353 of file internet.h.
Referenced by HTTPREQ_QueryOption(), and HTTPREQ_SetOption().
ULONGLONG http_request_t::contentLength |
Definition at line 374 of file internet.h.
Referenced by chunked_read(), and create_cache_entry().
HTTPHEADERW* http_request_t::custHeaders |
Definition at line 363 of file internet.h.
Referenced by create_cache_entry(), HTTP_GetHeader(), and http_process_keep_alive().
data_stream_t* http_request_t::data_stream |
Definition at line 380 of file internet.h.
Referenced by create_cache_entry(), drain_content(), end_of_read_data(), init_gzip_stream(), read_http_stream(), and reset_data_stream().
FILETIME http_request_t::expires |
Definition at line 369 of file internet.h.
Referenced by commit_cache_entry().
HANDLE http_request_t::hCacheFile |
Definition at line 367 of file internet.h.
Referenced by commit_cache_entry(), create_cache_entry(), and read_http_stream().
object_header_t http_request_t::hdr |
Definition at line 345 of file internet.h.
Referenced by async_read(), async_read_file_proc(), create_cache_entry(), HTTP_ReceiveRequestData(), http_release_netconn(), HTTPREQ_QueryDataAvailable(), HTTPREQ_ReadFile(), InternetErrorDlg(), send_request_complete(), and WININET_InvalidCertificateDialog().
CRITICAL_SECTION http_request_t::headers_section |
Definition at line 362 of file internet.h.
Referenced by create_cache_entry(), get_host_header(), and http_process_keep_alive().
FILETIME http_request_t::last_modified |
Definition at line 366 of file internet.h.
Referenced by commit_cache_entry().
DWORD http_request_t::nCustHeaders |
Definition at line 364 of file internet.h.
netconn_t* http_request_t::netconn |
Definition at line 351 of file internet.h.
Referenced by chunked_read(), drain_content(), get_security_cert_struct(), http_process_keep_alive(), http_release_netconn(), HTTPREQ_QueryOption(), HTTPREQ_SetOption(), netconn_drain_content(), netconn_end_of_data(), netconn_read(), read_more_data(), and WININET_InvalidCertificateDialog().
netconn_stream_t http_request_t::netconn_stream |
Definition at line 381 of file internet.h.
Referenced by reset_data_stream().
LPWSTR http_request_t::path |
Definition at line 349 of file internet.h.
Referenced by build_proxy_path_url(), and compose_request_url().
server_t* http_request_t::proxy |
Definition at line 348 of file internet.h.
Referenced by HTTPREQ_QueryOption().
struct HttpAuthInfo* http_request_t::proxyAuthInfo |
Definition at line 371 of file internet.h.
BYTE http_request_t::read_buf[READ_BUFFER_SIZE] |
Definition at line 378 of file internet.h.
Referenced by create_cache_entry(), HTTPREQ_Read(), HTTPREQ_ReadFile(), init_gzip_stream(), read_line(), read_more_data(), and refill_read_buffer().
BOOL http_request_t::read_gzip |
Definition at line 375 of file internet.h.
Referenced by init_gzip_stream(), and reset_data_stream().
DWORD http_request_t::read_pos |
Definition at line 376 of file internet.h.
Referenced by create_cache_entry(), HTTPREQ_Read(), HTTPREQ_ReadFile(), init_gzip_stream(), read_line(), read_more_data(), refill_read_buffer(), remove_data(), and reset_data_stream().
CRITICAL_SECTION http_request_t::read_section |
Definition at line 373 of file internet.h.
Referenced by async_read_file_proc(), drain_content(), HTTP_ReceiveRequestData(), HTTPREQ_QueryDataAvailable(), HTTPREQ_Read(), HTTPREQ_ReadFile(), and read_line().
DWORD http_request_t::read_size |
Definition at line 377 of file internet.h.
Referenced by create_cache_entry(), end_of_read_data(), HTTP_ReceiveRequestData(), HTTPREQ_QueryDataAvailable(), HTTPREQ_Read(), HTTPREQ_ReadFile(), init_gzip_stream(), read_line(), read_more_data(), refill_read_buffer(), remove_data(), and reset_data_stream().
DWORD http_request_t::receive_timeout |
Definition at line 355 of file internet.h.
Referenced by HTTPREQ_SetOption().
req_file_t* http_request_t::req_file |
Definition at line 368 of file internet.h.
Referenced by commit_cache_entry(), create_cache_entry(), HTTPREQ_LockRequestFile(), and HTTPREQ_QueryOption().
DWORD http_request_t::security_flags |
Definition at line 352 of file internet.h.
Referenced by HTTPREQ_QueryOption(), HTTPREQ_SetOption(), and WININET_InvalidCertificateDialog().
DWORD http_request_t::send_timeout |
Definition at line 354 of file internet.h.
Referenced by HTTPREQ_SetOption().
server_t* http_request_t::server |
Definition at line 347 of file internet.h.
Referenced by build_proxy_path_url(), compose_request_url(), get_host_header(), and HTTPREQ_QueryOption().
http_session_t* http_request_t::session |
Definition at line 346 of file internet.h.
Referenced by HTTP_ReceiveRequestData(), HTTPREQ_QueryDataAvailable(), HTTPREQ_QueryOption(), HTTPREQ_ReadFile(), HTTPREQ_SetOption(), and retrieve_cached_basic_authorization().
DWORD http_request_t::status_code |
Definition at line 357 of file internet.h.
Referenced by HTTPREQ_QueryOption(), and InternetErrorDlg().
LPWSTR http_request_t::statusText |
Definition at line 358 of file internet.h.
LPWSTR http_request_t::verb |
Definition at line 350 of file internet.h.
Referenced by drain_content().
LPWSTR http_request_t::version |
Definition at line 356 of file internet.h.
Referenced by http_process_keep_alive().