Home
last modified time | relevance | path

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

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