Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DOutBuffer.h23 UInt32 _streamPos; variable
/external/lzma/CS/7zip/Compress/LZ/
DLzOutWindow.cs10 uint _streamPos; field in SevenZip.Compression.LZ.OutWindow
DLzInWindow.cs22 public UInt32 _streamPos; // offset (from _buffer) of first not read byte from Stream field in SevenZip.Compression.LZ.InWindow
/external/lzma/Java/SevenZip/Compression/LZ/
DOutWindow.java12 int _streamPos; field in OutWindow
DInWindow.java22 public int _streamPos; // offset (from _buffer) of first not read byte from Stream field in InWindow