Lines Matching defs:pos
465 static void ParseOwner(AString &s, const Byte *p, UInt32 size, UInt32 pos)
467 if (pos > size)
473 ParseSid(s, p + pos, size - pos, sidSize);
481 const UInt32 pos = Get32(p + offset);
484 if (pos >= size)
486 p += pos;
487 size -= pos;
576 static bool CheckSid(const Byte *data, UInt32 size, UInt32 pos) throw()
578 if (pos >= size)
580 size -= pos;
583 const UInt32 rev = data[pos];
586 const UInt32 num = data[pos + 1];
595 const UInt32 pos = Get32(p + offset);
596 if (pos >= size)
598 p += pos;
599 size -= pos;