Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/advapi32/
H A Dsecurity.c930 sdSize = retSize; in test_FileSecurity()
939 ok (retSize == sdSize || in test_FileSecurity()
963 sdSize = retSize; in test_FileSecurity()
972 ok (retSize == sdSize || in test_FileSecurity()
1010 NULL, 0, &sdSize); in test_FileSecurity()
1014 ok(sdSize > sizeof(SECURITY_DESCRIPTOR), "got sd size %d\n", sdSize); in test_FileSecurity()
1016 sd = HeapAlloc(GetProcessHeap (), 0, sdSize); in test_FileSecurity()
1020 sd, sdSize, &retSize); in test_FileSecurity()
1022 … ok(retSize == sdSize || broken(retSize == 0) /* NT4 */, "expected %d, got %d\n", sdSize, retSize); in test_FileSecurity()
1147 sd, sdSize, &retSize); in test_FileSecurity()
[all …]