ReactOS 0.4.16-dev-816-g135a9a9
|
#include <wine/test.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "urlmon.h"
#include "initguid.h"
#include <wine/heap.h>
Go to the source code of this file.
Classes | |
struct | secmgr_test |
struct | zone_domain_mapping |
struct | zone_mapping_test |
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | URLZONE_CUSTOM URLZONE_USER_MIN+1 |
#define | URLZONE_CUSTOM2 URLZONE_CUSTOM+1 |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | SET_EXPECT(func) expect_ ## func = TRUE |
#define | CHECK_EXPECT(func) |
#define | CHECK_EXPECT2(func) |
#define | CHECK_CALLED(func) |
#define | SET_CALLED(func) |
Variables | |
static IInternetSecurityManager | DWORD |
static LPWSTR | PSUACTION |
static IUri | DWORD_PTR |
static | LPCWSTR |
static const WCHAR | url1 [] |
static const WCHAR | url2 [] = {'i','n','d','e','x','.','h','t','m',0} |
static const WCHAR | url3 [] = {'f','i','l','e',':','/','/','c',':','\\','I','n','d','e','x','.','h','t','m',0} |
static const WCHAR | url4 [] |
static const WCHAR | url5 [] |
static const WCHAR | url6 [] = {'a','b','o','u','t',':','b','l','a','n','k',0} |
static const WCHAR | url7 [] |
static const WCHAR | url8 [] = {'t','e','s','t',':','1','2','3','a','b','c',0} |
static const WCHAR | url9 [] |
static const WCHAR | url10 [] |
static const WCHAR | url11 [] = {'f','i','l','e',':','/','/','c',':','/','I','n','d','e','x','.','h','t','m',0} |
static const WCHAR | url12 [] = {'f','i','l','e',':','/','/','/','c',':','/','I','n','d','e','x','.','h','t','m',0} |
static const WCHAR | url13 [] = {'h','t','t','p',':','g','o','o','g','l','e','.','c','o','m',0} |
static const WCHAR | url14 [] = {'z','i','p',':','t','e','s','t','i','n','g','.','c','o','m','/','t','e','s','t','i','n','g',0} |
static const WCHAR | url15 [] = {'h','t','t','p',':','/','/','g','o','o','g','l','e','.','c','o','m','.','u','k',0} |
static const WCHAR | url16 [] = {'f','i','l','e',':','/','/','/','c',':',0} |
static const WCHAR | url17 [] = {'f','i','l','e',':','/','/','/','c',':','c','\\',0} |
static const WCHAR | url18 [] = {'c',':','\\','t','e','s','t','.','h','t','m',0} |
static const WCHAR | winetestW [] = {'w','i','n','e','t','e','s','t',0} |
static const WCHAR | security_urlW [] = {'w','i','n','e','t','e','s','t',':','t','e','s','t','i','n','g',0} |
static const WCHAR | security_url2W [] = {'w','i','n','e','t','e','s','t',':','t','e','s','t','i','n','g','2',0} |
static const WCHAR | security_expectedW [] = {'w','i','n','e','t','e','s','t',':','z','i','p',0} |
static const WCHAR | winetest_to_httpW [] = {'w','i','n','e','t','e','s','t',':','h',0} |
static const char * | szZoneMapDomainsKey = "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings\\ZoneMap\\Domains" |
static const char * | szInternetSettingsKey = "Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings" |
static const BYTE | secid1 [] = {'f','i','l','e',':',0,0,0,0} |
static const BYTE | secid2 [] = {'*',':','i','n','d','e','x','.','h','t','m',3,0,0,0} |
static const BYTE | secid5 [] |
static const BYTE | secid6 [] = {'a','b','o','u','t',':','b','l','a','n','k',3,0,0,0} |
static const BYTE | secid7 [] |
static const BYTE | secid10 [] |
static const BYTE | secid14 [] |
static const BYTE | secid10_2 [] |
static const BYTE | secid13 [] = {'h','t','t','p',':','c','o','m','.','u','k',3,0,0,0} |
static const BYTE | secid13_2 [] = {'h','t','t','p',':','g','o','o','g','l','e','.','c','o','m','.','u','k',3,0,0,0} |
static const GUID | CLSID_TestActiveX |
const GUID | GUID_CUSTOM_CONFIRMOBJECTSAFETY |
static int | called_securl_http |
static DWORD | ProcessUrlAction_policy |
static struct secmgr_test | secmgr_tests [] |
static const IInternetSecurityManagerVtbl | SecurityManagerVtbl |
static IInternetSecurityManager | security_manager = { &SecurityManagerVtbl } |
static const zone_domain_mapping | zone_domain_mappings [] |
static const zone_mapping_test | zone_mapping_tests [] |
static const IInternetProtocolInfoVtbl | InternetProtocolInfoVtbl |
static IInternetProtocolInfo | protocol_info = { &InternetProtocolInfoVtbl } |
static const IClassFactoryVtbl | ClassFactoryVtbl |
static IClassFactory | protocol_cf = { &ClassFactoryVtbl } |
struct { | |
const char * uri | |
DWORD create_flags | |
const char * security_uri | |
HRESULT security_hres | |
const char * default_uri | |
HRESULT default_hres | |
BOOL todo | |
} | sec_url_ex_tests [] |
static const BYTE | secidex2_1 [] = {'z','i','p',':','/','/','t','e','s','t','i','n','g','.','c','o','m','/',3,0,0,0} |
static const BYTE | secidex2_2 [] = {'z','i','p',':','t','e','s','t','i','n','g','.','c','o','m',3,0,0,0} |
static const BYTE | secidex2_3 [] = {'*',':','t','e','s','t','i','n','g','.','c','o','m',3,0,0,0} |
struct { | |
const char * uri | |
DWORD create_flags | |
HRESULT map_hres | |
DWORD zone | |
BOOL map_todo | |
const BYTE * secid | |
DWORD secid_size | |
HRESULT secid_hres | |
BOOL secid_todo | |
} | sec_mgr_ex2_tests [] |
#define URLZONE_CUSTOM2 URLZONE_CUSTOM+1 |
Definition at line 177 of file sec_mgr.c.
Referenced by strcmp_aw(), test_CoInternetIsFeatureZoneElevationEnabled(), test_InternetGetSecurityUrlEx(), test_SecurityManagerEx2(), and test_zone_domain_mappings().
|
static |
|
static |
|
static |
|
static |
|
static |
DEFINE_EXPECT | ( | ParseUrl_SECURITY_DOMAIN_expected | ) |
DEFINE_EXPECT | ( | ParseUrl_SECURITY_URL_expected | ) |
DEFINE_EXPECT | ( | ParseUrl_SECURITY_URL_http | ) |
DEFINE_EXPECT | ( | ParseUrl_SECURITY_URL_input | ) |
DEFINE_EXPECT | ( | ParseUrl_SECURITY_URL_input2 | ) |
DEFINE_EXPECT | ( | ProcessUrlAction | ) |
|
static |
|
static |
Definition at line 1411 of file sec_mgr.c.
|
static |
|
static |
|
static |
Definition at line 475 of file sec_mgr.c.
Referenced by test_url_action(), and test_zone_domains().
Definition at line 199 of file sec_mgr.c.
Referenced by myRegDeleteTreeA(), and test_SetZoneAttributes().
Definition at line 1555 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 754 of file sec_mgr.c.
Referenced by test_zone_domains().
Definition at line 852 of file sec_mgr.c.
Referenced by test_zone_domains().
|
static |
|
static |
|
static |
|
static |
Definition at line 309 of file sec_mgr.c.
|
static |
|
static |
|
static |
START_TEST | ( | sec_mgr | ) |
Definition at line 1967 of file sec_mgr.c.
Definition at line 190 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrlEx().
Definition at line 168 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), test_InternetGetSecurityUrl(), and test_InternetGetSecurityUrlEx_Pluggable().
|
static |
Definition at line 630 of file sec_mgr.c.
Referenced by test_polices().
Definition at line 972 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1888 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1017 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1087 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1130 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1181 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1344 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1609 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1685 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1314 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 651 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 362 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1776 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1237 of file sec_mgr.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 494 of file sec_mgr.c.
Referenced by test_polices().
Definition at line 683 of file sec_mgr.c.
Referenced by test_zone_domains().
Definition at line 911 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 953 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 1572 of file sec_mgr.c.
Referenced by START_TEST().
Definition at line 815 of file sec_mgr.c.
Referenced by test_zone_domains().
|
static |
Definition at line 144 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_url_action().
|
static |
Definition at line 137 of file sec_mgr.c.
Referenced by test_activex().
DWORD create_flags |
Definition at line 1589 of file sec_mgr.c.
Referenced by build_uri(), combine_uri(), debugclient_CreateProcessAndAttach(), DECLARE_INTERFACE_(), ensure_prop_name(), test_InternetGetSecurityUrlEx(), test_overlapped_transport(), and test_SecurityManagerEx2().
HRESULT default_hres |
Definition at line 1593 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrlEx().
Definition at line 1592 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrlEx().
Definition at line 141 of file sec_mgr.c.
Referenced by test_activex().
|
static |
IInternetSecurityManager *static LPCWSTR |
HRESULT map_hres |
Definition at line 1753 of file sec_mgr.c.
Referenced by compile_error(), Err_Raise(), exec_script(), and test_SecurityManagerEx2().
BOOL map_todo |
Definition at line 1755 of file sec_mgr.c.
Referenced by test_SecurityManagerEx2().
|
static |
Definition at line 145 of file sec_mgr.c.
Referenced by SecurityManager_ProcessUrlAction(), and test_CoInternetIsFeatureZoneElevationEnabled().
|
static |
Definition at line 1553 of file sec_mgr.c.
Referenced by register_protocols(), and unregister_protocols().
|
static |
const struct { ... } sec_mgr_ex2_tests[] |
Referenced by test_SecurityManagerEx2().
const struct { ... } sec_url_ex_tests[] |
Referenced by test_InternetGetSecurityUrlEx().
Definition at line 1756 of file sec_mgr.c.
Referenced by generate_security_id(), get_security_id_for_uri(), get_security_id_for_url(), test_SecurityManager(), and test_SecurityManagerEx2().
Definition at line 121 of file sec_mgr.c.
Referenced by CompareSecurityIds().
Definition at line 128 of file sec_mgr.c.
Referenced by test_SecurityManager().
Definition at line 132 of file sec_mgr.c.
Referenced by test_SecurityManager().
Definition at line 134 of file sec_mgr.c.
Referenced by test_SecurityManagerEx2().
|
static |
Definition at line 135 of file sec_mgr.c.
Referenced by test_SecurityManagerEx2().
Definition at line 130 of file sec_mgr.c.
Referenced by test_SecurityManager().
Definition at line 122 of file sec_mgr.c.
Referenced by CompareSecurityIds().
HRESULT secid_hres |
Definition at line 1758 of file sec_mgr.c.
Referenced by test_SecurityManager(), and test_SecurityManagerEx2().
DWORD secid_size |
Definition at line 1757 of file sec_mgr.c.
Referenced by test_SecurityManager(), and test_SecurityManagerEx2().
BOOL secid_todo |
Definition at line 1759 of file sec_mgr.c.
Referenced by test_SecurityManagerEx2().
|
static |
Referenced by test_SecurityManager().
Definition at line 115 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), test_InternetGetSecurityUrl(), and test_InternetGetSecurityUrlEx_Pluggable().
|
static |
Definition at line 360 of file sec_mgr.c.
Referenced by test_CoInternetIsFeatureZoneElevationEnabled().
|
static |
Definition at line 114 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_InternetGetSecurityUrl().
|
static |
Definition at line 113 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_InternetGetSecurityUrlEx_Pluggable().
|
static |
|
static |
Definition at line 119 of file sec_mgr.c.
Referenced by test_SetZoneAttributes().
|
static |
Definition at line 118 of file sec_mgr.c.
Referenced by register_zone_domains(), test_zone_domain_cache(), test_zone_domain_mappings(), and unregister_zone_domains().
BOOL todo |
Definition at line 1594 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrlEx().
Definition at line 1588 of file sec_mgr.c.
Referenced by _test_display_uri(), bind_script_to_text(), bind_to_object(), bind_to_storage(), Binding_Create(), BindProtocol_Start(), build_uri(), canonicalize_authority(), canonicalize_fragment(), canonicalize_hierpart(), canonicalize_host(), canonicalize_implicit_ipv4address(), canonicalize_ipv4address(), canonicalize_ipv6address(), canonicalize_password(), canonicalize_path_opaque(), canonicalize_port(), canonicalize_query(), canonicalize_reg_name(), canonicalize_scheme(), canonicalize_uri(), canonicalize_userinfo(), canonicalize_username(), check_codebase(), CoInternetParseIUri(), compute_canonicalized_length(), contentHandler_endElement(), contentHandler_startElement(), contentHandler_startPrefixMapping(), create_doc_uri(), create_moniker(), create_moniker_from_url(), create_nschannel(), create_redirect_nschannel(), create_relative_uri(), create_uri(), CreateIUriBuilder(), CreateURLMonikerEx(), CreateURLMonikerEx2(), custom_uri_AddRef(), custom_uri_GetAbsoluteUri(), custom_uri_GetAuthority(), custom_uri_GetDisplayUri(), custom_uri_GetDomain(), custom_uri_GetExtension(), custom_uri_GetFragment(), custom_uri_GetHost(), custom_uri_GetHostType(), custom_uri_GetPassword(), custom_uri_GetPath(), custom_uri_GetPathAndQuery(), custom_uri_GetPort(), custom_uri_GetProperties(), custom_uri_GetPropertyBSTR(), custom_uri_GetPropertyDWORD(), custom_uri_GetPropertyLength(), custom_uri_GetQuery(), custom_uri_GetRawUri(), custom_uri_GetScheme(), custom_uri_GetSchemeName(), custom_uri_GetUserInfo(), custom_uri_GetUserName(), custom_uri_GetZone(), custom_uri_HasProperty(), custom_uri_IsEqual(), custom_uri_Release(), declare_prefix(), download_to_cache(), file_protocol_start(), FileProtocol_Start(), FtpProtocol_open_request(), FtpProtocol_Start(), generate_raw_uri(), generate_security_id(), generate_uri(), get_declared_prefix_uri(), get_protocol_handler(), get_refcnt(), get_security_id_for_uri(), get_security_id_for_url(), get_uri_from_prefix(), get_uri_nofrag(), get_uri_obj(), get_window_from_load_group(), get_zone_from_domains(), GetIUriPriv(), GopherProtocol_open_request(), GopherProtocol_Start(), handle_extern_mime_navigation(), HTMLFormElement_submit(), HTMLLocation_get_hash(), HTMLLocation_get_hostname(), HTMLLocation_get_port(), HTMLLocation_get_protocol(), HTMLLocation_get_search(), HTMLPrivateWindow_SuperNavigate(), HTMLWindow2_open(), http_protocol_start(), HttpProtocol_open_request(), HttpProtocol_Start(), is_urlmon_protocol(), JSGlobal_decodeURI(), JSGlobal_decodeURIComponent(), JSGlobal_encodeURI(), JSGlobal_encodeURIComponent(), load_nsuri(), load_uri(), map_security_uri_to_zone(), map_uri_to_zone(), MkProtocol_Start(), MXAttributes_addAttribute(), MXAttributes_setAttribute(), MXAttributes_setURI(), namespacemanager_getPrefix(), namespacemanager_getURI(), navigate_fragment(), navigate_href_new_window(), navigate_new_window(), navigate_uri(), navigate_url(), new_channel_from_uri(), nsAsyncVerifyRedirectCallback_OnRedirectVerifyCallback(), nsURI_CloneIgnoreRef(), nsURI_GetPrePath(), nsURI_SetSpec(), on_start_uri_open(), parse_anchor(), parse_canonicalize(), parse_document(), parse_domain(), parse_extern_script(), parse_friendly(), parse_path_from_url(), parse_rootdocument(), parse_schema(), parse_site(), parse_url_from_path(), PersistHistory_LoadHistory(), pre_process_uri(), protocol_start(), reader_get_attribute_ns_uri(), reader_push_ns(), SAXAttributes_getIndexFromName(), SAXAttributes_getName(), SAXAttributes_getURI(), SAXAttributes_getValueFromName(), SAXContentHandler_startPrefixMapping(), set_current_mon(), set_current_uri(), set_moniker(), start_binding(), submit_form(), super_navigate(), test_binding(), test_CoInternetParseIUri(), test_CoInternetParseIUri_InvalidArgs(), test_CoInternetParseIUri_Pluggable(), test_CreateIUriBuilder(), test_CreateUri_InvalidArgs(), test_CreateUri_InvalidFlags(), test_CreateUri_InvalidUri(), test_CreateUriWithFragment(), test_CreateUriWithFragment_InvalidArgs(), test_CreateUriWithFragment_InvalidFlags(), test_CreateURLMoniker(), test_file_protocol_url(), test_InternetGetSecurityUrlEx(), test_InternetGetSecurityUrlEx_Pluggable(), test_IPersistStream(), test_IUri_GetDwordProperties(), test_IUri_GetProperties(), test_IUri_GetPropertyBSTR(), test_IUri_GetPropertyDWORD(), test_IUri_GetPropertyLength(), test_IUri_GetStrProperties(), test_IUri_HasProperty(), test_IUriBuilder(), test_IUriBuilder_CreateInvalidArgs(), test_IUriBuilder_CreateUri(), test_IUriBuilder_CreateUriSimple(), test_IUriBuilder_CreateUriWithFlags(), test_IUriBuilder_GetFragment(), test_IUriBuilder_GetHost(), test_IUriBuilder_GetPassword(), test_IUriBuilder_GetPath(), test_IUriBuilder_GetPort(), test_IUriBuilder_GetQuery(), test_IUriBuilder_GetSchemeName(), test_IUriBuilder_GetUserName(), test_IUriBuilder_HasBeenModified(), test_IUriBuilder_IUriProperty(), test_IUriBuilder_Misc(), test_IUriBuilder_RemoveProperties(), test_IUriBuilderFactory(), test_namespaceuri(), test_NavigateWithBindCtx(), test_SecurityManagerEx2(), test_StdURLMoniker(), test_UninitializedUri(), test_WriteAttributeString(), test_WriteElementString(), test_WriteStartElement(), translate_uri(), translate_url(), UriBuilder_GetIUri(), UriBuilder_SetIUri(), vbnamespacemanager_getURI(), vbnamespacemanager_getURIFromNode(), VBSAXAttributes_getIndexFromName(), VBSAXAttributes_getTypeFromName(), VBSAXAttributes_getURI(), VBSAXAttributes_getValueFromName(), VBSAXContentHandler_startPrefixMapping(), WebBrowserPriv2IE8_NavigateWithBindCtx2(), WebBrowserPriv2IE9_NavigateWithBindCtx2(), WebBrowserPriv_NavigateWithBindCtx(), write_attribute_string(), write_element_string(), write_start_element(), writer_find_ns(), writer_find_ns_current(), writer_push_ns(), xmlCanonicPath(), xmlCleanURI(), xmlCreateEntityParserCtxtInternal(), xmlFreeURI(), xmlParse3986Authority(), xmlParse3986Fragment(), xmlParse3986HierPart(), xmlParse3986Host(), xmlParse3986PathAbEmpty(), xmlParse3986PathAbsolute(), xmlParse3986PathNoScheme(), xmlParse3986PathRootless(), xmlParse3986Port(), xmlParse3986Query(), xmlParse3986RelativeRef(), xmlParse3986Scheme(), xmlParse3986URI(), xmlParse3986URIReference(), xmlParse3986Userinfo(), xmlParseEntityDecl(), xmlParseStartTag2(), xmlParseURI(), xmlParseURIRaw(), xmlParseURIReference(), xmlPathToURI(), xmlPrintURI(), xmlreader_GetNamespaceUri(), xmlreader_MoveToAttributeByName(), xmlSaveUri(), xmlSAX2StartElementNs(), xmlURIEscape(), xmlwriter_WriteAttributeString(), xmlwriter_WriteElementString(), xmlwriter_WriteStartElement(), xslprocessor_addObject(), xslprocessor_addParameter(), xslprocessor_get_startModeURI(), xslprocessor_setStartMode(), xsltCheckRead(), xsltCheckWrite(), and xsltDocumentFunctionLoadDocument().
Definition at line 87 of file sec_mgr.c.
Referenced by test_activex(), test_CoInternetIsFeatureZoneElevationEnabled(), and test_special_url_action().
Definition at line 101 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl(), and test_SecurityManager().
Definition at line 105 of file sec_mgr.c.
Referenced by test_SecurityManager().
|
static |
Definition at line 106 of file sec_mgr.c.
Referenced by test_SecurityManager().
|
static |
Definition at line 107 of file sec_mgr.c.
Referenced by test_SecurityManagerEx2().
Definition at line 89 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl().
|
static |
Definition at line 90 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl().
Definition at line 91 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl().
Definition at line 93 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl(), and test_SecurityManagerEx2().
Definition at line 96 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl().
Definition at line 98 of file sec_mgr.c.
Referenced by test_InternetGetSecurityUrl().
Definition at line 99 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), test_InternetGetSecurityUrl(), and test_url_action().
Definition at line 116 of file sec_mgr.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_url_action().
Definition at line 112 of file sec_mgr.c.
Referenced by register_protocols(), and unregister_protocols().
DWORD zone |
Definition at line 1754 of file sec_mgr.c.
Referenced by add_zone_to_listview(), adns_submit_reverse_any(), generate_security_id(), get_action_policy(), get_security_id_for_uri(), get_security_id_for_url(), get_zone_for_scheme(), get_zone_from_domains(), get_zone_from_reg(), CardWindow::GetDropZoneFromRect(), map_security_uri_to_zone(), map_uri_to_zone(), map_url_to_zone(), open_zone_key(), PrivacyGetZonePreferenceW(), PrivacySetZonePreferenceW(), psh_blues_scale_zones(), psh_blues_set_zones(), psh_blues_set_zones_0(), psh_blues_snap_stem(), psh_glyph_find_blue_points(), register_zone_domains(), search_domain_for_zone(), search_for_domain_mapping(), SecManagerImpl_ProcessUrlAction(), t1_decoder_parse_metrics(), test_PrivacyGetSetZonePreferenceW(), test_SecurityManager(), test_SecurityManagerEx2(), test_zone_domain_cache(), test_zone_domain_mappings(), TT_Hint_Glyph(), tt_prepare_zone(), and use_gecko_script().
|
static |
Definition at line 735 of file sec_mgr.c.
Referenced by register_zone_domains(), and unregister_zone_domains().
|
static |
Definition at line 880 of file sec_mgr.c.
Referenced by test_zone_domain_mappings().