ReactOS 0.4.16-dev-257-g6aa11ac
|
#include "winsock2.h"
#include "ws2ipdef.h"
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <assert.h>
#include <wchar.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winuser.h"
#include "wininet.h"
#include "winnls.h"
#include "wine/debug.h"
#include "winerror.h"
#include "shlwapi.h"
#include "ws2tcpip.h"
#include "winternl.h"
#include "iphlpapi.h"
#include "dhcpcsdk.h"
#include "wine/exception.h"
#include "internet.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | WITHREADERROR |
struct | proxyinfo_t |
struct | open_url_task_t |
Macros | |
#define | NO_SHLWAPI_STREAM |
#define | FE(x) { x, #x } |
#define | FE(x) { x, #x } |
#define | MAX_WORD_DIGITS 5 |
#define | URL_GET_COMP_LENGTH(url, component) |
#define | URL_GET_COMP_LENGTHA(url, component) |
Typedefs | |
typedef struct WITHREADERROR * | LPWITHREADERROR |
Variables | |
static DWORD | g_dwTlsErrIndex = TLS_OUT_OF_INDEXES |
HMODULE | WININET_hModule |
static CRITICAL_SECTION | WININET_cs = { &WININET_cs_debug, -1, 0, 0, 0, 0 } |
static CRITICAL_SECTION_DEBUG | WININET_cs_debug |
static object_header_t ** | handle_table |
static UINT_PTR | next_handle |
static UINT_PTR | handle_table_size |
static ULONG | max_conns = 2 |
static ULONG | max_1_0_conns = 4 |
static ULONG | connect_timeout = 60000 |
static const WCHAR | szInternetSettings [] |
static proxyinfo_t * | global_proxy |
static const object_vtbl_t | APPINFOVtbl |
static const WCHAR * | url_schemes [] |
static const WCHAR | WININET_wkday [7][4] |
static const WCHAR | WININET_month [12][4] |
static DWORD | zone_preference = 3 |
#define MAX_WORD_DIGITS 5 |
Definition at line 4163 of file internet.c.
#define NO_SHLWAPI_STREAM |
Definition at line 51 of file internet.c.
Definition at line 4165 of file internet.c.
typedef struct WITHREADERROR * LPWITHREADERROR |
void * alloc_async_task | ( | object_header_t * | hdr, |
async_task_proc_t | proc, | ||
size_t | size | ||
) |
Definition at line 3894 of file internet.c.
Referenced by async_read(), FtpCreateDirectoryW(), FtpDeleteFileW(), FTPFILE_QueryDataAvailable(), FtpFindFirstFileW(), FTPFINDNEXT_FindNextFileW(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FtpSetCurrentDirectoryW(), HttpEndRequestW(), HttpSendRequestExW(), HttpSendRequestW(), and InternetOpenUrlW().
void * alloc_object | ( | object_header_t * | parent, |
const object_vtbl_t * | vtbl, | ||
size_t | size | ||
) |
Definition at line 103 of file internet.c.
Referenced by FTP_Connect(), FTP_FtpOpenFileW(), FTP_ReceiveFileList(), HTTP_Connect(), HTTP_HttpOpenRequestW(), and InternetOpenW().
|
static |
Definition at line 775 of file internet.c.
Referenced by query_global_option().
|
static |
Definition at line 788 of file internet.c.
Referenced by query_global_option().
|
static |
Definition at line 931 of file internet.c.
|
static |
Definition at line 3710 of file internet.c.
Referenced by InternetOpenUrlW().
Definition at line 2385 of file internet.c.
Referenced by detect_proxy_autoconfig_url_dns().
|
static |
Definition at line 4216 of file internet.c.
Referenced by InternetCreateUrlW().
Definition at line 1953 of file internet.c.
Referenced by InternetCanonicalizeUrlA(), and InternetCanonicalizeUrlW().
|
static |
Definition at line 4291 of file internet.c.
Referenced by InternetCreateUrlA().
DWORD create_req_file | ( | const WCHAR * | file_name, |
req_file_t ** | ret | ||
) |
Definition at line 3988 of file internet.c.
Referenced by create_cache_entry().
BOOL WINAPI CreateMD5SSOHash | ( | PWSTR | pszChallengeInfo, |
PWSTR | pwszRealm, | ||
PWSTR | pwszTarget, | ||
PBYTE | pbHexHash | ||
) |
Definition at line 4690 of file internet.c.
Definition at line 2300 of file internet.c.
Referenced by get_proxy_autoconfig_url().
Definition at line 2405 of file internet.c.
Referenced by get_proxy_autoconfig_url().
BOOL WINAPI DetectAutoProxyUrl | ( | LPSTR | lpszAutoProxyUrl, |
DWORD | dwAutoProxyUrlLength, | ||
DWORD | dwDetectFlags | ||
) |
Definition at line 462 of file internet.c.
Definition at line 317 of file internet.c.
Definition at line 266 of file internet.c.
Definition at line 721 of file internet.c.
Referenced by InternetOpenUrlW(), and InternetOpenW().
Definition at line 480 of file internet.c.
Referenced by InternetSetOptionW().
|
static |
Definition at line 470 of file internet.c.
Referenced by free_global_proxy(), INTERNET_ConfigureProxy(), INTERNET_LoadProxySettings(), InternetSetOptionW(), and query_global_option().
|
static |
Definition at line 2281 of file internet.c.
Referenced by detect_proxy_autoconfig_url_dhcp().
|
static |
Definition at line 2355 of file internet.c.
Referenced by detect_proxy_autoconfig_url_dns().
object_header_t * get_handle_object | ( | HINTERNET | hinternet | ) |
Definition at line 176 of file internet.c.
Referenced by FtpCommandW(), FtpCreateDirectoryW(), FtpDeleteFileW(), FtpFindFirstFileW(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FtpSetCurrentDirectoryW(), HttpAddRequestHeadersW(), HttpEndRequestW(), HttpOpenRequestW(), HttpQueryInfoW(), HttpSendRequestExW(), HttpSendRequestW(), InternetCloseHandle(), InternetConnectW(), InternetErrorDlg(), InternetFindNextFileW(), InternetLockRequestFile(), InternetOpenUrlW(), InternetQueryDataAvailable(), InternetQueryOptionA(), InternetQueryOptionW(), InternetReadFile(), InternetReadFileExA(), InternetReadFileExW(), InternetSetOptionW(), InternetSetStatusCallbackA(), InternetSetStatusCallbackW(), and InternetWriteFile().
Definition at line 2451 of file internet.c.
Referenced by query_global_option().
|
static |
Definition at line 1600 of file internet.c.
Referenced by calc_url_length(), InternetCrackUrlW(), and InternetCreateUrlW().
DWORD INET_QueryOption | ( | object_header_t * | hdr, |
DWORD | option, | ||
void * | buffer, | ||
DWORD * | size, | ||
BOOL | unicode | ||
) |
Definition at line 2654 of file internet.c.
Referenced by APPINFO_QueryOption(), FTPFILE_QueryOption(), FTPFINDNEXT_QueryOption(), FTPSESSION_QueryOption(), and HTTPSESSION_QueryOption().
DWORD INET_SetOption | ( | object_header_t * | hdr, |
DWORD | option, | ||
void * | buf, | ||
DWORD | size | ||
) |
Definition at line 2753 of file internet.c.
Referenced by APPINFO_SetOption(), HTTPREQ_SetOption(), HTTPSESSION_SetOption(), and set_global_option().
|
static |
Definition at line 3810 of file internet.c.
Referenced by INTERNET_GetResponseBuffer(), and INTERNET_SetLastError().
DWORD INTERNET_AsyncCall | ( | task_header_t * | task | ) |
Definition at line 3915 of file internet.c.
Referenced by async_read(), FtpCreateDirectoryW(), FtpDeleteFileW(), FTPFILE_QueryDataAvailable(), FtpFindFirstFileW(), FTPFINDNEXT_FindNextFileW(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FtpSetCurrentDirectoryW(), HttpEndRequestW(), HttpSendRequestExW(), HttpSendRequestW(), and InternetOpenUrlW().
Definition at line 688 of file internet.c.
Referenced by InternetOpenW(), and query_global_option().
Definition at line 384 of file internet.c.
Referenced by HTTP_DealWithProxy().
Definition at line 3858 of file internet.c.
Referenced by FTP_FtpCreateDirectoryW(), FTP_FtpDeleteFileW(), FTP_FtpFindFirstFileW(), FTP_FtpGetFileW(), FTP_FtpOpenFileW(), FTP_FtpPutFileW(), FTP_FtpRemoveDirectoryW(), FTP_FtpRenameFileW(), FTP_ReceiveRequestData(), HTTP_HandleRedirect(), and InternetConnectW().
Definition at line 3937 of file internet.c.
Referenced by FTP_DoPassive(), FTP_FtpGetCurrentDirectoryW(), FTP_GetNextLine(), and FTP_ReceiveResponse().
|
static |
Definition at line 4202 of file internet.c.
Referenced by calc_url_length(), and InternetCreateUrlW().
|
static |
Definition at line 3603 of file internet.c.
Referenced by AsyncInternetOpenUrlProc(), and InternetOpenUrlW().
|
static |
Definition at line 538 of file internet.c.
Referenced by INTERNET_ConfigureProxy(), InternetSetOptionW(), and query_global_option().
|
static |
Definition at line 331 of file internet.c.
Referenced by InternetSetOptionW().
Definition at line 3837 of file internet.c.
Referenced by calc_url_length(), FTP_Connect(), FTP_FtpCreateDirectoryW(), FTP_FtpDeleteFileW(), FTP_FtpFindFirstFileW(), FTP_FtpGetCurrentDirectoryW(), FTP_FtpGetFileW(), FTP_FtpOpenFileW(), FTP_FtpPutFileW(), FTP_FtpRemoveDirectoryW(), FTP_FtpRenameFileW(), FTP_FtpSetCurrentDirectoryW(), FTP_GetNextLine(), FTP_ParseDirectory(), FTP_RetrieveFileData(), FTP_SendCommandA(), FTP_SetResponseError(), FtpCommandA(), FtpCommandW(), FtpCreateDirectoryW(), FtpDeleteFileW(), FtpFindFirstFileW(), FtpGetCurrentDirectoryA(), FtpGetCurrentDirectoryW(), FtpGetFileW(), FtpOpenFileW(), FtpPutFileW(), FtpRemoveDirectoryW(), FtpRenameFileW(), FtpSetCurrentDirectoryW(), GetUrlCacheConfigInfoA(), GetUrlCacheConfigInfoW(), INTERNET_InternetOpenUrlW(), InternetCheckConnectionW(), InternetCreateUrlW(), InternetOpenW(), InternetReadFile(), InternetReadFileExA(), InternetReadFileExW(), and res_to_le().
Definition at line 3876 of file internet.c.
Referenced by INTERNET_AsyncCall().
Definition at line 1935 of file internet.c.
Definition at line 4082 of file internet.c.
Definition at line 4102 of file internet.c.
BOOL WINAPI InternetCanonicalizeUrlA | ( | LPCSTR | lpszUrl, |
LPSTR | lpszBuffer, | ||
LPDWORD | lpdwBufferLength, | ||
DWORD | dwFlags | ||
) |
Definition at line 1978 of file internet.c.
Referenced by InternetCanonicalizeUrl_test(), InternetOpenUrlA_test(), and test_InternetCanonicalizeUrlA().
BOOL WINAPI InternetCanonicalizeUrlW | ( | LPCWSTR | lpszUrl, |
LPWSTR | lpszBuffer, | ||
LPDWORD | lpdwBufferLength, | ||
DWORD | dwFlags | ||
) |
Definition at line 2004 of file internet.c.
Referenced by InternetCrackUrlW(), and CDownloadManager::UpdateProgress().
Definition at line 3577 of file internet.c.
Definition at line 3461 of file internet.c.
Referenced by InternetCheckConnectionA().
Definition at line 1414 of file internet.c.
Referenced by _close_request(), AsyncInetCancel(), AsyncInetCleanUp(), AsyncInetFree(), can_do_https(), close_async_handle(), CRYPT_Connect(), get_internet_session(), HTTP_RetrieveEncodedObjectW(), HttpHeaders_test(), HttpSendRequestEx_test(), INTERNET_InternetOpenUrlW(), InternetLockRequestFile_test(), InternetOpenRequest_test(), InternetOpenUrlA_test(), InternetReadFile_chunked_test(), process_detach(), protocol_close_connection(), rpcrt4_ncacn_http_close(), START_TEST(), test_accept_encoding(), test_async_HttpSendRequestEx(), test_basic_auth_credentials_cached_manual(), test_basic_auth_credentials_different(), test_basic_auth_credentials_end_session(), test_basic_auth_credentials_manual(), test_basic_auth_credentials_reuse(), test_basic_authentication(), test_bogus_accept_types_array(), test_cache_control_verb(), test_cache_read_gzipped(), test_cert_string(), test_concurrent_header_access(), test_connect(), test_connection_header(), test_cookie_header(), test_default_service_port(), test_find_first_file(), test_header_handling_order(), test_header_override(), test_http_cache(), test_HttpSendRequestW(), test_InternetCloseHandle(), test_InternetErrorDlg(), test_InternetQueryOptionA(), test_InternetSetOption(), test_no_cache(), test_null(), test_open_url_async(), test_openfile(), test_options(), test_proxy_direct(), test_secure_connection(), test_status_callbacks(), test_user_agent_header(), CDownloadManager::ThreadFunc(), and CWebService::~CWebService().
BOOL WINAPI InternetCombineUrlA | ( | LPCSTR | lpszBaseUrl, |
LPCSTR | lpszRelativeUrl, | ||
LPSTR | lpszBuffer, | ||
LPDWORD | lpdwBufferLength, | ||
DWORD | dwFlags | ||
) |
Definition at line 4121 of file internet.c.
BOOL WINAPI InternetCombineUrlW | ( | LPCWSTR | lpszBaseUrl, |
LPCWSTR | lpszRelativeUrl, | ||
LPWSTR | lpszBuffer, | ||
LPDWORD | lpdwBufferLength, | ||
DWORD | dwFlags | ||
) |
Definition at line 4147 of file internet.c.
Referenced by get_redirect_url().
DWORD WINAPI InternetConfirmZoneCrossingA | ( | HWND | hWnd, |
LPSTR | szUrlPrev, | ||
LPSTR | szUrlNew, | ||
BOOL | bPost | ||
) |
Definition at line 4552 of file internet.c.
DWORD WINAPI InternetConfirmZoneCrossingW | ( | HWND | hWnd, |
LPWSTR | szUrlPrev, | ||
LPWSTR | szUrlNew, | ||
BOOL | bPost | ||
) |
Definition at line 4562 of file internet.c.
HINTERNET WINAPI InternetConnectA | ( | HINTERNET | hInternet, |
LPCSTR | lpszServerName, | ||
INTERNET_PORT | nServerPort, | ||
LPCSTR | lpszUserName, | ||
LPCSTR | lpszPassword, | ||
DWORD | dwService, | ||
DWORD | dwFlags, | ||
DWORD_PTR | dwContext | ||
) |
Definition at line 1321 of file internet.c.
Referenced by _open_simple_request(), can_do_https(), HttpHeaders_test(), HttpSendRequestEx_test(), InternetOpenRequest_test(), InternetReadFile_chunked_test(), InternetReadFile_test(), InternetReadFileExA_test(), open_socket_request(), START_TEST(), test_accept_encoding(), test_async_HttpSendRequestEx(), test_async_read(), test_basic_auth_credentials_cached_manual(), test_basic_auth_credentials_different(), test_basic_auth_credentials_end_session(), test_basic_auth_credentials_manual(), test_basic_auth_credentials_reuse(), test_basic_authentication(), test_bogus_accept_types_array(), test_cache_control_verb(), test_cache_read(), test_cache_read_gzipped(), test_cert_string(), test_concurrent_header_access(), test_conn_close(), test_connect(), test_connection_closing(), test_connection_header(), test_cookie_header(), test_default_service_port(), test_header_handling_order(), test_header_override(), test_http_cache(), test_HttpSendRequestW(), test_InternetCloseHandle(), test_InternetErrorDlg(), test_InternetQueryOptionA(), test_InternetSetOption(), test_no_cache(), test_no_content(), test_options(), test_proxy_direct(), test_secure_connection(), test_security_flags(), test_status_callbacks(), test_successive_HttpSendRequest(), and test_user_agent_header().
HINTERNET WINAPI InternetConnectW | ( | HINTERNET | hInternet, |
LPCWSTR | lpszServerName, | ||
INTERNET_PORT | nServerPort, | ||
LPCWSTR | lpszUserName, | ||
LPCWSTR | lpszPassword, | ||
DWORD | dwService, | ||
DWORD | dwFlags, | ||
DWORD_PTR | dwContext | ||
) |
Definition at line 1258 of file internet.c.
Referenced by CRYPT_Connect(), CWebService::CWebService(), HttpProtocol_open_request(), InternetConnectA(), rpcrt4_http_internet_connect(), test_null(), and test_secure_connection().
BOOL WINAPI InternetCrackUrlA | ( | const char * | url, |
DWORD | url_length, | ||
DWORD | flags, | ||
URL_COMPONENTSA * | ret_comp | ||
) |
Definition at line 1506 of file internet.c.
Referenced by InternetCrackUrl_test(), test_crack_url(), test_long_url(), urlcache_decode_url(), and urlcache_entry_create().
BOOL WINAPI InternetCrackUrlW | ( | const WCHAR * | lpszUrl, |
DWORD | dwUrlLength, | ||
DWORD | dwFlags, | ||
URL_COMPONENTSW * | lpUC | ||
) |
Definition at line 1625 of file internet.c.
Referenced by cookie_parse_url(), CRYPT_CrackUrl(), CRYPT_GetRetrieveFunction(), File_RetrieveEncodedObjectW(), get_redirect_url(), get_url_components(), HTTP_DealWithProxy(), HTTP_HandleRedirect(), INTERNET_InternetOpenUrlW(), InternetCheckConnectionW(), InternetCrackUrlA(), InternetCrackUrlW(), InternetCrackUrlW_test(), InternetGetSecurityInfoByURLW(), IsUrlValid(), parse_proxy_url(), test_crack_url(), CDownloadManager::ThreadFunc(), and urlcache_encode_url().
BOOL WINAPI InternetCreateUrlA | ( | LPURL_COMPONENTSA | lpUrlComponents, |
DWORD | dwFlags, | ||
LPSTR | lpszUrl, | ||
LPDWORD | lpdwUrlLength | ||
) |
Definition at line 4361 of file internet.c.
Referenced by InternetCreateUrlA_test().
BOOL WINAPI InternetCreateUrlW | ( | LPURL_COMPONENTSW | lpUrlComponents, |
DWORD | dwFlags, | ||
LPWSTR | lpszUrl, | ||
LPDWORD | lpdwUrlLength | ||
) |
Definition at line 4425 of file internet.c.
Referenced by FTP_FtpOpenFileW(), get_redirect_url(), HTMLLocation_get_href(), InternetCreateUrlA(), and set_auth_cookie().
DWORD WINAPI InternetDialA | ( | HWND | hwndParent, |
LPSTR | lpszConnectoid, | ||
DWORD | dwFlags, | ||
DWORD_PTR * | lpdwConnection, | ||
DWORD | dwReserved | ||
) |
Definition at line 4656 of file internet.c.
DWORD WINAPI InternetDialW | ( | HWND | hwndParent, |
LPWSTR | lpszConnectoid, | ||
DWORD | dwFlags, | ||
DWORD_PTR * | lpdwConnection, | ||
DWORD | dwReserved | ||
) |
Definition at line 4664 of file internet.c.
Definition at line 1355 of file internet.c.
Definition at line 1376 of file internet.c.
Referenced by InternetFindNextFileA().
Definition at line 1163 of file internet.c.
BOOL WINAPI InternetGetConnectedStateExA | ( | LPDWORD | lpdwStatus, |
LPSTR | lpszConnectionName, | ||
DWORD | dwNameLen, | ||
DWORD | dwReserved | ||
) |
Definition at line 1226 of file internet.c.
BOOL WINAPI InternetGetConnectedStateExW | ( | LPDWORD | lpdwStatus, |
LPWSTR | lpszConnectionName, | ||
DWORD | dwNameLen, | ||
DWORD | dwReserved | ||
) |
Definition at line 1198 of file internet.c.
Referenced by InternetGetConnectedState(), and InternetGetConnectedStateExA().
BOOL WINAPI InternetGetLastResponseInfoA | ( | LPDWORD | lpdwError, |
LPSTR | lpszBuffer, | ||
LPDWORD | lpdwBufferLength | ||
) |
Definition at line 1088 of file internet.c.
Referenced by trace_extended_error().
BOOL WINAPI InternetGetLastResponseInfoW | ( | LPDWORD | lpdwError, |
LPWSTR | lpszBuffer, | ||
LPDWORD | lpdwBufferLength | ||
) |
Definition at line 1125 of file internet.c.
BOOL WINAPI InternetGetSecurityInfoByURLA | ( | LPSTR | lpszURL, |
PCCERT_CHAIN_CONTEXT * | ppCertChain, | ||
DWORD * | pdwSecureFlags | ||
) |
Definition at line 4596 of file internet.c.
BOOL WINAPI InternetGetSecurityInfoByURLW | ( | LPCWSTR | lpszURL, |
PCCERT_CHAIN_CONTEXT * | ppCertChain, | ||
DWORD * | pdwSecureFlags | ||
) |
Definition at line 4615 of file internet.c.
Referenced by InternetGetSecurityInfoByURLA().
Definition at line 4672 of file internet.c.
Definition at line 4678 of file internet.c.
Definition at line 4684 of file internet.c.
Definition at line 446 of file internet.c.
Definition at line 4032 of file internet.c.
Referenced by InternetLockRequestFile_test(), and protocol_lock_request().
HINTERNET WINAPI InternetOpenA | ( | LPCSTR | lpszAgent, |
DWORD | dwAccessType, | ||
LPCSTR | lpszProxy, | ||
LPCSTR | lpszProxyBypass, | ||
DWORD | dwFlags | ||
) |
Definition at line 1057 of file internet.c.
Referenced by _open_simple_request(), can_do_https(), HttpHeaders_test(), HttpSendRequestEx_test(), InternetOpenRequest_test(), InternetOpenUrlA_test(), InternetReadFile_chunked_test(), InternetReadFile_test(), InternetReadFileExA_test(), open_socket_request(), START_TEST(), test_accept_encoding(), test_async_HttpSendRequestEx(), test_async_read(), test_basic_auth_credentials_cached_manual(), test_basic_auth_credentials_different(), test_basic_auth_credentials_end_session(), test_basic_auth_credentials_manual(), test_basic_auth_credentials_reuse(), test_basic_authentication(), test_bogus_accept_types_array(), test_cache_control_verb(), test_cache_read(), test_cache_read_gzipped(), test_cert_string(), test_concurrent_header_access(), test_conn_close(), test_connection_closing(), test_connection_header(), test_cookie_header(), test_default_service_port(), test_header_handling_order(), test_header_override(), test_http_cache(), test_HttpSendRequestW(), test_InternetCloseHandle(), test_InternetErrorDlg(), test_InternetQueryOptionA(), test_InternetSetOption(), test_no_cache(), test_no_content(), test_open_url_async(), test_options(), test_proxy_direct(), test_secure_connection(), test_security_flags(), test_successive_HttpSendRequest(), and test_user_agent_header().
HINTERNET WINAPI InternetOpenUrlA | ( | HINTERNET | hInternet, |
LPCSTR | lpszUrl, | ||
LPCSTR | lpszHeaders, | ||
DWORD | dwHeadersLength, | ||
DWORD | dwFlags, | ||
DWORD_PTR | dwContext | ||
) |
Definition at line 3779 of file internet.c.
Referenced by InternetOpenUrlA_test(), and test_open_url_async().
HINTERNET WINAPI InternetOpenUrlW | ( | HINTERNET | hInternet, |
LPCWSTR | lpszUrl, | ||
LPCWSTR | lpszHeaders, | ||
DWORD | dwHeadersLength, | ||
DWORD | dwFlags, | ||
DWORD_PTR | dwContext | ||
) |
Definition at line 3722 of file internet.c.