Lines Matching refs:UInt32
57 static void ConvertPosixAttribToString(char *s, UInt32 a) throw() in ConvertPosixAttribToString()
71 a &= ~(UInt32)0xFFFF; in ConvertPosixAttribToString()
80 void ConvertWinAttribToString(char *s, UInt32 wa) throw() in ConvertWinAttribToString()
91 UInt32 posix = 0; in ConvertWinAttribToString()
95 wa &= (UInt32)0x3FFF; in ConvertWinAttribToString()
100 UInt32 flag = (1 << i); in ConvertWinAttribToString()
157 UInt32 a = prop.ulVal; in ConvertPropertyToShortString2()
178 ConvertUInt32ToString((UInt32)(prop.uhVal.QuadPart >> 48), dest); in ConvertPropertyToShortString2()
267 UInt32 n;
271 static int FindPairIndex(const CSecID2Name * pairs, unsigned num, UInt32 id) in FindPairIndex()
326 UInt32 n[5];
335 static void ParseSid(AString &s, const Byte *p, UInt32 lim, UInt32 &sidSize) in ParseSid()
343 UInt32 rev = p[0]; in ParseSid()
349 UInt32 num = p[1]; in ParseSid()
356 UInt32 authority = GetBe32(p + 4); in ParseSid()
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
411 for (UInt32 i = 0; i < num; i++) in ParseSid()
418 static void ParseOwner(AString &s, const Byte *p, UInt32 size, UInt32 pos) in ParseOwner()
425 UInt32 sidSize = 0; in ParseOwner()
429 static void ParseAcl(AString &s, const Byte *p, UInt32 size, const char *strName, UInt32 flags, UIn… in ParseAcl()
431 UInt32 control = Get16(p + 2); in ParseAcl()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
497 void ConvertNtSecureToString(const Byte *data, UInt32 size, AString &s) in ConvertNtSecureToString()
523 static bool CheckSid(const Byte *data, UInt32 size, UInt32 pos) throw() in CheckSid()
530 UInt32 rev = data[pos]; in CheckSid()
533 UInt32 num = data[pos + 1]; in CheckSid()
537 static bool CheckAcl(const Byte *p, UInt32 size, UInt32 flags, UInt32 offset) throw() in CheckAcl()
539 UInt32 control = Get16(p + 2); in CheckAcl()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
549 UInt32 aclSize = Get16(p + 2); in CheckAcl()
553 bool CheckNtSecure(const Byte *data, UInt32 size) throw() in CheckNtSecure()
596 bool ConvertNtReparseToString(const Byte *data, UInt32 size, UString &s) in ConvertNtReparseToString()
616 UInt32 tag = Get32(data); in ConvertNtReparseToString()
617 UInt32 len = Get16(data + 4); in ConvertNtReparseToString()
652 for (UInt32 i = 0; i < len; i++) in ConvertNtReparseToString()