Lines Matching refs:GroupLength
587 DWORD OwnerLength, GroupLength, DaclLength, SaclLength, TotalLength; in RtlCopySecurityDescriptor() local
595 &GroupLength, in RtlCopySecurityDescriptor()
604 GroupLength + in RtlCopySecurityDescriptor()
653 ULONG OwnerLength, GroupLength, SaclLength, DaclLength, TotalLength; in RtlMakeSelfRelativeSD() local
663 &GroupLength, in RtlMakeSelfRelativeSD()
672 GroupLength + in RtlMakeSelfRelativeSD()
723 if (GroupLength) in RtlMakeSelfRelativeSD()
726 RtlCopyMemory((PVOID)Current, Group, GroupLength); in RtlMakeSelfRelativeSD()
756 ULONG OwnerLength, GroupLength, DaclLength, SaclLength; in RtlSelfRelativeToAbsoluteSD() local
769 &GroupLength, in RtlSelfRelativeToAbsoluteSD()
779 (GroupLength > *PrimaryGroupSize) || in RtlSelfRelativeToAbsoluteSD()
786 *PrimaryGroupSize = GroupLength; in RtlSelfRelativeToAbsoluteSD()
850 ULONG DataSize, OwnerLength, GroupLength, DaclLength, SaclLength; in RtlSelfRelativeToAbsoluteSD2() local
869 &GroupLength, in RtlSelfRelativeToAbsoluteSD2()
920 if (((ULONG_PTR)pGroup + GroupLength > (ULONG_PTR)DataEnd) || !DataEnd) in RtlSelfRelativeToAbsoluteSD2()
923 DataEnd = (PVOID)((ULONG_PTR)pGroup + GroupLength); in RtlSelfRelativeToAbsoluteSD2()