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:xzs
(Results
1 - 1
of
1
) sorted by relevance
/third_party/lzma/CPP/7zip/Archive/
H
A
D
XzHandler.cpp
319
static void AddCheckString(AString &s, const CXzs &
xzs
)
in AddCheckString()
argument
323
for (i = 0; i <
xzs
.num; i++)
in AddCheckString()
324
mask |= ((UInt32)1 << XzFlags_GetCheckType(
xzs
.streams[i].flags));
in AddCheckString()
576
CXzsCPP
xzs
;
in Open2()
local
578
SRes res = Xzs_ReadBackward(&
xzs
.p, &lookStream.vt, &startPosition, &openWrap.vt, &g_Alloc);
in Open2()
582
if (res == SZ_ERROR_NO_ARCHIVE &&
xzs
.p.num > 0)
in Open2()
589
_stat.OutSize = Xzs_GetUnpackSize(&
xzs
.p);
in Open2()
592
_stat.NumStreams =
xzs
.p.num;
in Open2()
595
_stat.NumBlocks = Xzs_GetNumBlocks(&
xzs
.p);
in Open2()
598
AddCheckString(_methodsString,
xzs
in Open2()
[all...]
Completed in 2 milliseconds