Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DPropIDUtils.cpp266 static void ParseSid(AString &s, const Byte *p, UInt32 lim, UInt32 &sidSize) in ParseSid() argument
268 sidSize = 0; in ParseSid()
286 sidSize = 8 + num * 4; in ParseSid()
361 UInt32 sidSize = 0; in ParseOwner() local
362 ParseSid(s, p + pos, size - pos, sidSize); in ParseOwner()