|
ReactOS 0.4.17-dev-573-g8315b8c
|

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 IInternetSessionVtbl | InternetSessionVtbl |
| static IInternetSession | InternetSession = { &InternetSessionVtbl } |
| static LPWSTR | user_agent |
| static BOOL | user_agent_set |
| HRESULT WINAPI CoInternetGetSession | ( | DWORD | dwSessionMode, |
| IInternetSession ** | ppIInternetSession, | ||
| DWORD | dwReserved | ||
| ) |
Definition at line 473 of file session.c.
Referenced by register_protocol(), and register_protocols().
Definition at line 605 of file session.c.
Referenced by get_useragent(), and UrlMkGetSessionOption().
|
static |
Definition at line 55 of file session.c.
Referenced by get_protocol_handler(), and get_protocol_info().
Definition at line 795 of file session.c.
Referenced by process_detach().
| IInternetProtocol * get_mime_filter | ( | LPCWSTR | mime | ) |
Definition at line 242 of file session.c.
Referenced by mime_available().
|
static |
Definition at line 67 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 212 of file session.c.
Referenced by BindProtocol_StartEx().
| IInternetProtocolInfo * get_protocol_info | ( | LPCWSTR | url | ) |
Definition at line 173 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 491 of file session.c.
Referenced by UrlMkGetSessionOption().
Definition at line 618 of file session.c.
Referenced by create_internet_session().
|
static |
|
static |
Definition at line 415 of file session.c.
|
static |
|
static |
|
static |
Definition at line 337 of file session.c.
|
static |
|
static |
|
static |
Definition at line 389 of file session.c.
|
static |
Definition at line 355 of file session.c.
Definition at line 160 of file session.c.
Referenced by MkParseDisplayNameEx().
Definition at line 761 of file session.c.
Definition at line 509 of file session.c.
Referenced by ensure_user_agent(), MapBrowserEmulationModeToUserAgent(), and ObtainUserAgentString().
Definition at line 735 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 114 of file session.c.
Referenced by init_session(), and InternetSession_RegisterNameSpace().
|
static |
Definition at line 136 of file session.c.
Referenced by InternetSession_UnregisterNameSpace().
| HRESULT WINAPI UrlMkGetSessionOption | ( | DWORD | dwOption, |
| LPVOID | pBuffer, | ||
| DWORD | dwBufferLength, | ||
| DWORD * | pdwBufferLength, | ||
| DWORD | dwReserved | ||
| ) |
Definition at line 631 of file session.c.
| HRESULT WINAPI UrlMkSetSessionOption | ( | DWORD | dwOption, |
| LPVOID | pBuffer, | ||
| DWORD | dwBufferLength, | ||
| DWORD | Reserved | ||
| ) |
Definition at line 689 of file session.c.
Referenced by test_MapBrowserEmulationModeToUserAgent(), and test_user_agent().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | urlmon | ) |
|
static |
Definition at line 455 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 ensure_user_agent(), get_mime_filter(), get_protocol_handler(), get_protocol_info(), get_useragent(), InternetSession_RegisterMimeFilter(), InternetSession_UnregisterMimeFilter(), obtain_user_agent(), register_namespace(), unregister_namespace(), UrlMkGetSessionOption(), and UrlMkSetSessionOption().
|
static |
|
static |
Definition at line 506 of file session.c.
Referenced by create_internet_session(), ensure_user_agent(), free_session(), get_useragent(), MapBrowserEmulationModeToUserAgent(), obtain_user_agent(), OmNavigator_get_appVersion(), OmNavigator_get_userAgent(), update_user_agent(), UrlMkGetSessionOption(), and UrlMkSetSessionOption().
|
static |
Definition at line 507 of file session.c.
Referenced by MapBrowserEmulationModeToUserAgent(), and UrlMkSetSessionOption().