Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetSubStreamSize
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zFolderInStream.cpp
200
Z7_COM7F_IMF(CFolderInStream::
GetSubStreamSize
(UInt64 subStream, UInt64 *value))
in GetSubStreamSize()
function
H
A
D
7zUpdate.cpp
1396
Z7_COM7F_IMF(CRepackInStreamWithSizes::
GetSubStreamSize
(UInt64 subStream, UInt64 *value))
in GetSubStreamSize()
function
/third_party/lzma/CPP/7zip/
H
A
D
ICoder.h
238
x(
GetSubStreamSize
(UInt64 subStream, UInt64 *value))
245
The caller should call
GetSubStreamSize
() after each Read() and check sizes:
248
// (*value) is correct, and it's allowed to call
GetSubStreamSize
() for next subStream:
/third_party/lzma/CPP/7zip/Compress/
H
A
D
Bcj2Coder.cpp
259
const HRESULT hres = getSubStreamSize->
GetSubStreamSize
(subStream_Index, &subStream_Size);
in CodeReal()
265
if
GetSubStreamSize
() will return S_OK, when current
in CodeReal()
280
// printf("
GetSubStreamSize
%6u : %6u \n", (unsigned)subStream_Index, (unsigned)subStream_Size);
in CodeReal()
300
further calls of
GetSubStreamSize
() */
in CodeReal()
304
where new
GetSubStreamSize
() call returns smaller size than
in CodeReal()
305
confirmed by Read() size from previous
GetSubStreamSize
() call.
in CodeReal()
Completed in 6 milliseconds