Home
last modified time | relevance | path

Searched defs:CTempBuffer (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/Tar/
DTarIn.h22 struct CTempBuffer struct
24 CByteBuffer Buffer;
25 size_t StringSize; // num characters before zero Byte (StringSize <= item.PackSize)
26 bool IsNonZeroTail;
27 bool StringSize_IsConfirmed;
29 void CopyToString(AString &s) in CopyToString()
36 void Init() in Init()