Searched refs:NamesBuf (Results 1 – 3 of 3) sorted by relevance
113 CByteBuffer NamesBuf; member129 NamesBuf.Free(); in Clear()153 if (!NameOffsets || !NamesBuf) in GetName()155 return (const void *)((const Byte *)NamesBuf + NameOffsets[index] * 2); in GetName()
508 if (!NameOffsets || !NamesBuf) in GetPath()519 const Byte *p = ((const Byte *)NamesBuf + offset * 2); in GetPath()542 if (!NameOffsets || !NamesBuf) in GetPath_Prop()554 const Byte *p = ((const Byte *)NamesBuf + offset * 2); in GetPath_Prop()1241 db.NamesBuf.Alloc(rem); in ReadHeader()1242 ReadBytes(db.NamesBuf, rem); in ReadHeader()1249 const UInt16 *buf = (const UInt16 *)(db.NamesBuf + pos); in ReadHeader()
324 if (_db.NameOffsets && _db.NamesBuf) in GetRawProp()330 *data = (const void *)(_db.NamesBuf + offset * 2); in GetRawProp()