Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h113 CByteBuffer NamesBuf; member
129 NamesBuf.Free(); in Clear()
153 if (!NameOffsets || !NamesBuf) in GetName()
155 return (const void *)((const Byte *)NamesBuf + NameOffsets[index] * 2); in GetName()
D7zIn.cpp508 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()
D7zHandler.cpp324 if (_db.NameOffsets && _db.NamesBuf) in GetRawProp()
330 *data = (const void *)(_db.NamesBuf + offset * 2); in GetRawProp()