Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp450 if (!NameOffsets || !NamesBuf) in GetPath()
461 const Byte *p = ((const Byte *)NamesBuf + offset * 2); in GetPath()
484 if (!NameOffsets || !NamesBuf) in GetPath_Prop()
496 const Byte *p = ((const Byte *)NamesBuf + offset * 2); in GetPath_Prop()
1198 db.NamesBuf.Alloc(rem); in ReadHeader()
1199 ReadBytes(db.NamesBuf, rem); in ReadHeader()
1206 const UInt16 *buf = (const UInt16 *)(db.NamesBuf + pos); in ReadHeader()
D7zIn.h125 CByteBuffer NamesBuf; member
141 NamesBuf.Free(); in Clear()
D7zHandler.cpp317 if (_db.NameOffsets && _db.NamesBuf) in GetRawProp()
323 *data = (const void *)(_db.NamesBuf + offset * 2); in GetRawProp()