HomeSort by relevance Sort by last modified time
    Searched refs:STREAM_SEEK_CUR (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 41 RINOK(s.Stream->Seek(0, STREAM_SEEK_CUR, &s.LocalPos));
MultiStream.cpp 57 case STREAM_SEEK_CUR: offset += _pos; break;
178 case STREAM_SEEK_CUR: offset += _absPos; break;
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 57 case STREAM_SEEK_CUR: offset += _virtPos; break;
123 case STREAM_SEEK_CUR: offset += _virtPos; break;
185 case STREAM_SEEK_CUR: offset += _virtPos; break;
240 case STREAM_SEEK_CUR: offset += _virtPos; break;
304 case STREAM_SEEK_CUR: offset += _virtPos; break;
333 case STREAM_SEEK_CUR: offset += _virtPos; break;
StreamObjects.cpp 34 case STREAM_SEEK_CUR: offset += _pos; break;
240 case STREAM_SEEK_CUR: offset += _pos; break;
CWrappers.cpp 117 case SZ_SEEK_CUR: moveMethod = STREAM_SEEK_CUR; break;
FileStreams.cpp 232 case STREAM_SEEK_CUR: offset += VirtPos; break;
  /external/lzma/CPP/Common/
MyWindows.h 211 STREAM_SEEK_CUR = 1,
  /external/skia/src/utils/win/
SkIStream.cpp 170 case STREAM_SEEK_CUR: {
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 389 RINOK(stream->Seek(0, STREAM_SEEK_CUR, &_arhiveBeginStreamPosition))
    [all...]
7zOut.cpp 111 RINOK(Stream->Seek(0, STREAM_SEEK_CUR, &_prefixHeaderPos));
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 227 case STREAM_SEEK_CUR: _absPos += offset; break;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h     [all...]

Completed in 1671 milliseconds