OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_arhiveBeginStreamPosition
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp
322
UInt64 curTestPos =
_arhiveBeginStreamPosition
;
326
if (curTestPos -
_arhiveBeginStreamPosition
> *searchHeaderSizeLimit)
348
_arhiveBeginStreamPosition
= curTestPos;
364
RINOK(stream->Seek(0, STREAM_SEEK_CUR, &
_arhiveBeginStreamPosition
))
1145
db.ArchiveInfo.StartPosition =
_arhiveBeginStreamPosition
;
1192
db.ArchiveInfo.StartPositionAfterHeader =
_arhiveBeginStreamPosition
+ kHeaderSize;
[
all
...]
7zIn.h
135
UInt64
_arhiveBeginStreamPosition
;
Completed in 39 milliseconds