Home
last modified time | relevance | path

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

/reactos/ntoskrnl/se/
H A Dsd.c612 ULONG GroupLength = 0; in _IRQL_requires_max_() local
709 if (GroupLength != 0) in _IRQL_requires_max_()
713 GroupLength); in _IRQL_requires_max_()
715 Current += GroupLength; in _IRQL_requires_max_()
889 ULONG GroupLength; in _IRQL_requires_max_() local
983 if (GroupLength != 0) in _IRQL_requires_max_()
987 Current += GroupLength; in _IRQL_requires_max_()
1297 ULONG GroupLength; in _IRQL_requires_max_() local
1409 GroupLength = RtlLengthSid(Group); in _IRQL_requires_max_()
1489 GroupLength, in _IRQL_requires_max_()
[all …]
/reactos/sdk/lib/rtl/
H A Dsd.c595 &GroupLength, in RtlCopySecurityDescriptor()
604 GroupLength + in RtlCopySecurityDescriptor()
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()
[all …]
/reactos/sdk/include/psdk/
H A Dws2tcpip.h669 _In_ int GroupLength, in setsourcefilter() argument
692 CopyMemory(&Filter->gf_group, Group, GroupLength); in setsourcefilter()
712 _In_ int GroupLength, in getsourcefilter() argument
735 CopyMemory(&Filter->gf_group, Group, GroupLength); in getsourcefilter()