Searched refs:sec_mgr (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/cpl/inetcpl/ |
H A D | security.c | 48 IInternetSecurityManager *sec_mgr; member 243 if (sd->sec_mgr) { in security_cleanup_zones() 244 IInternetSecurityManager_Release(sd->sec_mgr); in security_cleanup_zones() 256 hr = CoInternetCreateSecurityManager(NULL, &sd->sec_mgr, 0); in security_enum_zones()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | script.c | 1480 hres = IInternetHostSecurityManager_QueryCustomPolicy(sec_mgr, &GUID_CUSTOM_CONFIRMOBJECTSAFETY, in test_security_reg() 1491 hres = IInternetHostSecurityManager_QueryCustomPolicy(sec_mgr, &GUID_CUSTOM_CONFIRMOBJECTSAFETY, in test_security_reg() 1506 hres = IInternetHostSecurityManager_QueryCustomPolicy(sec_mgr, &GUID_CUSTOM_CONFIRMOBJECTSAFETY, in test_security_reg() 1518 hres = IInternetHostSecurityManager_QueryCustomPolicy(sec_mgr, &GUID_CUSTOM_CONFIRMOBJECTSAFETY, in test_security_reg() 1530 IInternetHostSecurityManager *sec_mgr; in test_security() local 1541 &IID_IInternetHostSecurityManager, (void**)&sec_mgr); in test_security() 1559 hres = IInternetHostSecurityManager_QueryCustomPolicy(sec_mgr, &GUID_CUSTOM_CONFIRMOBJECTSAFETY, in test_security() 1611 test_security_reg(sec_mgr, URLPOLICY_ALLOW, URLPOLICY_DISALLOW); in test_security() 1614 test_security_reg(sec_mgr, URLPOLICY_DISALLOW, URLPOLICY_DISALLOW); in test_security() 1617 test_security_reg(sec_mgr, URLPOLICY_ALLOW, URLPOLICY_ALLOW); in test_security() [all …]
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | CMakeLists.txt | 8 sec_mgr.c
|
H A D | sec_mgr.c | 1782 IInternetSecurityManager *sec_mgr; in test_SecurityManagerEx2() local 1795 hres = pCoInternetCreateSecurityManager(NULL, &sec_mgr, 0); in test_SecurityManagerEx2() 1798 …hres = IInternetSecurityManager_QueryInterface(sec_mgr, &IID_IInternetSecurityManagerEx2, (void**)… in test_SecurityManagerEx2() 1885 IInternetSecurityManager_Release(sec_mgr); in test_SecurityManagerEx2() 1967 START_TEST(sec_mgr) in START_TEST() argument
|
/reactos/dll/win32/urlmon/ |
H A D | CMakeLists.txt | 33 sec_mgr.c
|