ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Classes | |
struct | name_space |
struct | mime_filter |
Variables | |
static struct list | name_space_list = LIST_INIT(name_space_list) |
static struct list | mime_filter_list = LIST_INIT(mime_filter_list) |
static CRITICAL_SECTION | session_cs = { &session_cs_dbg, -1, 0, 0, 0, 0 } |
static CRITICAL_SECTION_DEBUG | session_cs_dbg |
static const WCHAR | internet_settings_keyW [] |
static const IInternetSessionVtbl | InternetSessionVtbl |
static IInternetSession | InternetSession = { &InternetSessionVtbl } |
static LPWSTR | user_agent |
HRESULT WINAPI CoInternetGetSession | ( | DWORD | dwSessionMode, |
IInternetSession ** | ppIInternetSession, | ||
DWORD | dwReserved | ||
) |
Definition at line 485 of file session.c.
Referenced by register_protocol(), and register_protocols().
Definition at line 522 of file session.c.
Referenced by get_useragent(), ObtainUserAgentString(), and UrlMkGetSessionOption().
|
static |
Definition at line 62 of file session.c.
Referenced by get_protocol_handler(), and get_protocol_info().
Definition at line 755 of file session.c.
Referenced by process_detach().
IInternetProtocol * get_mime_filter | ( | LPCWSTR | mime | ) |
Definition at line 250 of file session.c.
Referenced by mime_available().
|
static |
Definition at line 74 of file session.c.
Referenced by get_protocol_handler(), get_protocol_info(), and is_registered_protocol().
HRESULT get_protocol_handler | ( | IUri * | uri, |
CLSID * | clsid, | ||
IClassFactory ** | ret | ||
) |
Definition at line 220 of file session.c.
Referenced by BindProtocol_StartEx().
IInternetProtocolInfo * get_protocol_info | ( | LPCWSTR | url | ) |
Definition at line 181 of file session.c.
Referenced by CoInternetCombineIUri(), CoInternetCombineUrl(), CoInternetCombineUrlEx(), CoInternetCompareUrl(), CoInternetParseIUri(), CoInternetQueryInfo(), parse_canonicalize_url(), parse_domain(), parse_encode(), parse_path_from_url(), parse_rootdocument(), parse_security_domain(), and parse_security_url().
Definition at line 503 of file session.c.
Referenced by UrlMkGetSessionOption().
Definition at line 609 of file session.c.
Referenced by create_internet_session().
|
static |
|
static |
Definition at line 427 of file session.c.
|
static |
|
static |
|
static |
Definition at line 349 of file session.c.
|
static |
|
static |
|
static |
Definition at line 401 of file session.c.
|
static |
Definition at line 367 of file session.c.
Definition at line 168 of file session.c.
Referenced by MkParseDisplayNameEx().
Definition at line 725 of file session.c.
Referenced by OmNavigator_get_appVersion(), OmNavigator_get_userAgent(), and test_navigator().
HRESULT register_namespace | ( | IClassFactory * | cf, |
REFIID | clsid, | ||
LPCWSTR | protocol, | ||
BOOL | urlmon_protocol | ||
) |
Definition at line 122 of file session.c.
Referenced by init_session(), and InternetSession_RegisterNameSpace().
|
static |
Definition at line 144 of file session.c.
Referenced by InternetSession_UnregisterNameSpace().
HRESULT WINAPI UrlMkGetSessionOption | ( | DWORD | dwOption, |
LPVOID | pBuffer, | ||
DWORD | dwBufferLength, | ||
DWORD * | pdwBufferLength, | ||
DWORD | dwReserved | ||
) |
Definition at line 622 of file session.c.
HRESULT WINAPI UrlMkSetSessionOption | ( | DWORD | dwOption, |
LPVOID | pBuffer, | ||
DWORD | dwBufferLength, | ||
DWORD | Reserved | ||
) |
Definition at line 680 of file session.c.
Referenced by test_user_agent().
WINE_DEFAULT_DEBUG_CHANNEL | ( | urlmon | ) |
Definition at line 55 of file session.c.
Referenced by get_url_encoding().
|
static |
Definition at line 467 of file session.c.
Referenced by CoInternetGetSession().
|
static |
Definition at line 44 of file session.c.
Referenced by free_session(), get_mime_filter(), InternetSession_RegisterMimeFilter(), and InternetSession_UnregisterMimeFilter().
Definition at line 43 of file session.c.
Referenced by find_name_space(), free_session(), register_namespace(), and unregister_namespace().
|
static |
Definition at line 46 of file session.c.
Referenced by get_mime_filter(), get_protocol_handler(), get_protocol_info(), get_useragent(), InternetSession_RegisterMimeFilter(), InternetSession_UnregisterMimeFilter(), ObtainUserAgentString(), register_namespace(), unregister_namespace(), UrlMkGetSessionOption(), and UrlMkSetSessionOption().
|
static |
|
static |
Definition at line 520 of file session.c.
Referenced by create_internet_session(), ensure_useragent(), free_session(), get_useragent(), ObtainUserAgentString(), OmNavigator_get_appVersion(), OmNavigator_get_userAgent(), update_user_agent(), UrlMkGetSessionOption(), and UrlMkSetSessionOption().