Home
last modified time | relevance | path

Searched refs:world_sid (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/ntdll/
H A Dpipe.c1386 SID *world_sid, *local_sid; in test_security_info() local
1395 world_sid = well_known_sid(WinWorldSid); in test_security_info()
1418 ret = SetSecurityDescriptorGroup(sec_desc, world_sid, FALSE); in test_security_info()
1423 test_group(server, world_sid, FALSE); in test_security_info()
1424 test_group(client, world_sid, FALSE); in test_security_info()
1430 test_group(server2, world_sid, FALSE); in test_security_info()
1488 HeapFree(GetProcessHeap(), 0, world_sid); in test_security_info()
/reactos/modules/rostests/winetests/advapi32/
H A Dregistry.c1013 PSID world_sid; in test_reg_open_key() local
1219 0, 0, 0, 0, 0, 0, 0, &world_sid); in test_reg_open_key()
1230 access.Trustee.ptstrName = (char *)world_sid; in test_reg_open_key()
1276 FreeSid(world_sid); in test_reg_open_key()
1292 PSID world_sid; in test_reg_create_key() local
1394 0, 0, 0, 0, 0, 0, 0, &world_sid); in test_reg_create_key()
1405 access.Trustee.ptstrName = (char *)world_sid; in test_reg_create_key()
1451 FreeSid(world_sid); in test_reg_create_key()