Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c4672 SECURITY_DESCRIPTOR_CONTROL setOrClear = ref & bitOfInterest; in test_SetSecurityDescriptorControl() local
4682 setOrClear ^= bitOfInterest; in test_SetSecurityDescriptorControl()
4684 pSetSecurityDescriptorControl (sec, bitOfInterest, setOrClear); in test_SetSecurityDescriptorControl()
4689 setOrClear ^= bitOfInterest; in test_SetSecurityDescriptorControl()
4691 pSetSecurityDescriptorControl (sec, bitOfInterest, setOrClear); in test_SetSecurityDescriptorControl()
4702 SECURITY_DESCRIPTOR_CONTROL setOrClear = ref & bitsOfInterest; in test_SetSecurityDescriptorControl() local
4712 setOrClear ^= bitsOfInterest; in test_SetSecurityDescriptorControl()
4714 pSetSecurityDescriptorControl (sec, bitsOfInterest, setOrClear | (1 << bit)); in test_SetSecurityDescriptorControl()
4720 setOrClear ^= bitsOfInterest; in test_SetSecurityDescriptorControl()
4722 pSetSecurityDescriptorControl (sec, bitsOfInterest, setOrClear | (1 << bit)); in test_SetSecurityDescriptorControl()