• Home
  • Raw
  • Download

Lines Matching refs:UInt32

46 static void ConvertPosixAttribToString(char *s, UInt32 a) throw()  in ConvertPosixAttribToString()
60 a &= ~(UInt32)0xFFFF; in ConvertPosixAttribToString()
68 void ConvertWinAttribToString(char *s, UInt32 wa) throw() in ConvertWinAttribToString()
114 UInt32 a = prop.ulVal; in ConvertPropertyToShortString()
135 ConvertUInt32ToString((UInt32)(prop.uhVal.QuadPart >> 48), dest); in ConvertPropertyToShortString()
225 UInt32 n;
276 UInt32 n[5];
285 static void ParseSid(AString &s, const Byte *p, UInt32 lim, UInt32 &sidSize) in ParseSid()
293 UInt32 rev = p[0]; in ParseSid()
299 UInt32 num = p[1]; in ParseSid()
306 UInt32 authority = GetBe32(p + 4); in ParseSid()
310 UInt32 v0 = Get32(p + 8); in ParseSid()
318 UInt32 v1 = Get32(p + 12); in ParseSid()
328 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
365 for (UInt32 i = 0; i < num; i++) in ParseSid()
373 static void ParseOwner(AString &s, const Byte *p, UInt32 size, UInt32 pos) in ParseOwner()
380 UInt32 sidSize = 0; in ParseOwner()
384 static void AddUInt32ToString(AString &s, UInt32 val) in AddUInt32ToString()
391 static void ParseAcl(AString &s, const Byte *p, UInt32 size, const char *strName, UInt32 flags, UIn… in ParseAcl()
393 UInt32 control = Get16(p + 2); in ParseAcl()
396 UInt32 pos = Get32(p + offset); in ParseAcl()
407 UInt32 num = Get32(p + 4); in ParseAcl()
459 void ConvertNtSecureToString(const Byte *data, UInt32 size, AString &s) in ConvertNtSecureToString()
485 static bool CheckSid(const Byte *data, UInt32 size, UInt32 pos) throw() in CheckSid()
492 UInt32 rev = data[pos]; in CheckSid()
495 UInt32 num = data[pos + 1]; in CheckSid()
499 static bool CheckAcl(const Byte *p, UInt32 size, UInt32 flags, UInt32 offset) throw() in CheckAcl()
501 UInt32 control = Get16(p + 2); in CheckAcl()
504 UInt32 pos = Get32(p + offset); in CheckAcl()
511 UInt32 aclSize = Get16(p + 2); in CheckAcl()
515 bool CheckNtSecure(const Byte *data, UInt32 size) throw() in CheckNtSecure()
532 bool ConvertNtReparseToString(const Byte *data, UInt32 size, UString &s) in ConvertNtReparseToString()
551 UInt32 tag = Get32(data); in ConvertNtReparseToString()
552 UInt32 len = Get16(data + 4); in ConvertNtReparseToString()
565 for (UInt32 i = 0; i < len; i++) in ConvertNtReparseToString()