ReactOS 0.4.16-dev-13-ge2fc578
|
#include <winhttp_private.h>
Definition at line 78 of file winhttp_private.h.
DWORD session::access |
Definition at line 83 of file winhttp_private.h.
Referenced by WinHttpOpen().
WCHAR* session::agent |
Definition at line 82 of file winhttp_private.h.
Referenced by send_request(), session_destroy(), and WinHttpOpen().
int session::connect_timeout |
Definition at line 85 of file winhttp_private.h.
Referenced by HTTP_Connect(), HTTP_HttpOpenRequestW(), session_query_option(), session_set_option(), WinHttpOpen(), and WinHttpSetTimeouts().
Definition at line 93 of file winhttp_private.h.
Referenced by add_cookie(), add_cookie_headers(), add_domain(), destroy_cookies(), and WinHttpOpen().
CRITICAL_SECTION session::cs |
Definition at line 81 of file winhttp_private.h.
Referenced by add_cookie(), add_cookie_headers(), NetBTCall(), NetBTHangup(), NetBTRecv(), session_destroy(), session_set_option(), and WinHttpOpen().
struct object_header session::hdr |
Definition at line 80 of file winhttp_private.h.
Referenced by HTTP_Connect(), HTTP_HttpOpenRequestW(), HttpOpenRequestW(), HttpSendRequestExW(), HttpSendRequestW(), HTTPSESSION_Destroy(), WinHttpConnect(), WinHttpGetProxyForUrl(), and WinHttpOpen().
DWORD session::passport_flags |
Definition at line 96 of file winhttp_private.h.
Referenced by session_set_option().
WCHAR* session::proxy_bypass |
Definition at line 90 of file winhttp_private.h.
Referenced by session_destroy(), should_bypass_proxy(), and WinHttpOpen().
WCHAR* session::proxy_password |
Definition at line 92 of file winhttp_private.h.
Referenced by request_set_option(), and session_destroy().
WCHAR* session::proxy_server |
Definition at line 89 of file winhttp_private.h.
Referenced by session_destroy(), set_server_for_hostname(), and WinHttpOpen().
WCHAR* session::proxy_username |
Definition at line 91 of file winhttp_private.h.
Referenced by request_set_option(), and session_destroy().
int session::receive_response_timeout |
Definition at line 88 of file winhttp_private.h.
Referenced by session_query_option(), session_set_option(), and WinHttpOpen().
int session::receive_timeout |
Definition at line 87 of file winhttp_private.h.
Referenced by HTTP_Connect(), HTTP_HttpOpenRequestW(), session_query_option(), session_set_option(), WinHttpOpen(), and WinHttpSetTimeouts().
int session::resolve_timeout |
Definition at line 84 of file winhttp_private.h.
Referenced by session_query_option(), session_set_option(), WinHttpOpen(), and WinHttpSetTimeouts().
DWORD session::secure_protocols |
Definition at line 95 of file winhttp_private.h.
Referenced by session_set_option().
int session::send_timeout |
Definition at line 86 of file winhttp_private.h.
Referenced by HTTP_Connect(), HTTP_HttpOpenRequestW(), session_query_option(), session_set_option(), WinHttpOpen(), and WinHttpSetTimeouts().
HANDLE session::unload_event |
Definition at line 94 of file winhttp_private.h.
Referenced by session_destroy(), and session_set_option().