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:SignatureOffset
(Results
1 - 7
of
7
) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
LoadCodecs.h
112
UInt32
SignatureOffset
;
member
226
,
SignatureOffset
(0)
in CArcInfoEx()
H
A
D
OpenArchive.cpp
1053
if (ai.
SignatureOffset
== 0)
1836
1) matched_extension && (no_signuature ||
SignatureOffset
!= 0)
2199
if (processedSize < ai.
SignatureOffset
+ sig.Size())
2204
else if (TestSignature(sig, byteBuffer + ai.
SignatureOffset
, sig.Size()))
2416
UInt32 signatureEnd = ai.
SignatureOffset
+ (UInt32)sig.Size();
2641
if (pos < ai.
SignatureOffset
)
2646
if (pos != ai.
SignatureOffset
)
2663
if ((isDifficult && pos == 0) || ai.
SignatureOffset
== pos)
2673
if (pos < ai.
SignatureOffset
)
2675
startArcPos = pos - ai.
SignatureOffset
;
[all...]
H
A
D
LoadCodecs.cpp
487
RINOK(GetProp_UInt32(getProp, getProp2, i, NArchive::NHandlerPropID::kSignatureOffset, item.
SignatureOffset
, signatureOffset_Defined))
in LoadFormats()
810
item.
SignatureOffset
= arc.
SignatureOffset
;
in Load()
H
A
D
HashCalc.cpp
2102
item.
SignatureOffset
= 0;
in Codecs_AddHashArcHandler()
/third_party/lzma/CPP/7zip/Common/
H
A
D
RegisterArc.h
13
UInt16
SignatureOffset
;
member
/third_party/lzma/CPP/7zip/Archive/
H
A
D
ArchiveExports.cpp
120
case NArchive::NHandlerPropID::kSignatureOffset: prop = (UInt32)arc.
SignatureOffset
; break;
in GetHandlerProperty2()
/third_party/lzma/CPP/7zip/UI/Console/
H
A
D
Main.cpp
1090
if (arc.
SignatureOffset
!= 0)
1091
so << "offset=" << arc.
SignatureOffset
<< ' ';
Completed in 9 milliseconds