Home
last modified time | relevance | path

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

/reactos/ntoskrnl/se/
H A Dsd.c614 ULONG SaclLength = 0; in _IRQL_requires_max_() local
727 if (SaclLength != 0) in _IRQL_requires_max_()
733 Current += SaclLength; in _IRQL_requires_max_()
891 ULONG SaclLength; in _IRQL_requires_max_() local
997 if (SaclLength != 0) in _IRQL_requires_max_()
1001 Current += SaclLength; in _IRQL_requires_max_()
1299 ULONG SaclLength; in _IRQL_requires_max_() local
1448 SaclLength = 0; in _IRQL_requires_max_()
1491 SaclLength); in _IRQL_requires_max_()
1508 if (SaclLength != 0) in _IRQL_requires_max_()
[all …]
/reactos/sdk/lib/rtl/
H A Dsd.c599 &SaclLength); in RtlCopySecurityDescriptor()
606 SaclLength; in RtlCopySecurityDescriptor()
667 &SaclLength); in RtlMakeSelfRelativeSD()
673 SaclLength + in RtlMakeSelfRelativeSD()
696 if (SaclLength) in RtlMakeSelfRelativeSD()
699 RtlCopyMemory((PVOID)Current, Sacl, SaclLength); in RtlMakeSelfRelativeSD()
701 Current += SaclLength; in RtlMakeSelfRelativeSD()
773 &SaclLength); in RtlSelfRelativeToAbsoluteSD()
781 (SaclLength > *SaclSize)) in RtlSelfRelativeToAbsoluteSD()
788 *SaclSize = SaclLength; in RtlSelfRelativeToAbsoluteSD()
[all …]