Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp466 if (!NameOffsets || !NamesBuf) in GetPath()
477 const Byte *p = ((const Byte *)NamesBuf + offset * 2); in GetPath()
500 if (!NameOffsets || !NamesBuf) in GetPath_Prop()
512 const Byte *p = ((const Byte *)NamesBuf + offset * 2); in GetPath_Prop()
1222 db.NamesBuf.Alloc(rem); in ReadHeader()
1223 ReadBytes(db.NamesBuf, rem); in ReadHeader()
1230 const UInt16 *buf = (const UInt16 *)(db.NamesBuf + pos); in ReadHeader()
D7zIn.h126 CByteBuffer NamesBuf; member
142 NamesBuf.Free(); in Clear()
D7zHandler.cpp323 if (_db.NameOffsets && _db.NamesBuf) in GetRawProp()
329 *data = (const void *)(_db.NamesBuf + offset * 2); in GetRawProp()