Home
last modified time | relevance | path

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

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