Searched refs:sd3 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/advapi32/ |
H A D | security.c | 7505 sd3 = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, size); in test_token_security_descriptor() 7525 HeapFree(GetProcessHeap(), 0, sd3); in test_token_security_descriptor() 7567 sd3 = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, size); in test_token_security_descriptor() 7587 HeapFree(GetProcessHeap(), 0, sd3); in test_token_security_descriptor() 7617 sd3 = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, size); in test_token_security_descriptor() 7637 HeapFree(GetProcessHeap(), 0, sd3); in test_token_security_descriptor() 7683 sd3 = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, size); in test_token_security_descriptor() 7687 ret = GetSecurityDescriptorSacl(sd3, &present, &sacl, &defaulted); in test_token_security_descriptor() 7702 HeapFree(GetProcessHeap(), 0, sd3); in test_token_security_descriptor() 7720 sd3 = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, size); in test_token_security_descriptor() [all …]
|