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:zip_functions
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/google/
H
A
D
zip_internal.cc
321
zlib_filefunc64_def
zip_functions
;
in PrepareMemoryForUnzipping()
local
322
zip_functions
.zopen64_file = OpenZipBuffer;
in PrepareMemoryForUnzipping()
323
zip_functions
.zread_file = ReadZipBuffer;
in PrepareMemoryForUnzipping()
324
zip_functions
.zwrite_file = WriteZipBuffer;
in PrepareMemoryForUnzipping()
325
zip_functions
.ztell64_file = GetOffsetOfZipBuffer;
in PrepareMemoryForUnzipping()
326
zip_functions
.zseek64_file = SeekZipBuffer;
in PrepareMemoryForUnzipping()
327
zip_functions
.zclose_file = CloseZipBuffer;
in PrepareMemoryForUnzipping()
328
zip_functions
.zerror_file = GetErrorOfZipBuffer;
in PrepareMemoryForUnzipping()
329
zip_functions
.opaque = buffer;
in PrepareMemoryForUnzipping()
330
return unzOpen2_64(nullptr, &
zip_functions
);
in PrepareMemoryForUnzipping()
[all...]
/third_party/node/deps/zlib/google/
H
A
D
zip_internal.cc
322
zlib_filefunc64_def
zip_functions
;
in PrepareMemoryForUnzipping()
local
323
zip_functions
.zopen64_file = OpenZipBuffer;
in PrepareMemoryForUnzipping()
324
zip_functions
.zread_file = ReadZipBuffer;
in PrepareMemoryForUnzipping()
325
zip_functions
.zwrite_file = WriteZipBuffer;
in PrepareMemoryForUnzipping()
326
zip_functions
.ztell64_file = GetOffsetOfZipBuffer;
in PrepareMemoryForUnzipping()
327
zip_functions
.zseek64_file = SeekZipBuffer;
in PrepareMemoryForUnzipping()
328
zip_functions
.zclose_file = CloseZipBuffer;
in PrepareMemoryForUnzipping()
329
zip_functions
.zerror_file = GetErrorOfZipBuffer;
in PrepareMemoryForUnzipping()
330
zip_functions
.opaque = buffer;
in PrepareMemoryForUnzipping()
331
return unzOpen2_64(nullptr, &
zip_functions
);
in PrepareMemoryForUnzipping()
[all...]
/third_party/skia/third_party/externals/zlib/google/
H
A
D
zip_internal.cc
313
zlib_filefunc_def
zip_functions
;
in PrepareMemoryForUnzipping()
local
314
zip_functions
.zopen_file = OpenZipBuffer;
in PrepareMemoryForUnzipping()
315
zip_functions
.zread_file = ReadZipBuffer;
in PrepareMemoryForUnzipping()
316
zip_functions
.zwrite_file = WriteZipBuffer;
in PrepareMemoryForUnzipping()
317
zip_functions
.ztell_file = GetOffsetOfZipBuffer;
in PrepareMemoryForUnzipping()
318
zip_functions
.zseek_file = SeekZipBuffer;
in PrepareMemoryForUnzipping()
319
zip_functions
.zclose_file = CloseZipBuffer;
in PrepareMemoryForUnzipping()
320
zip_functions
.zerror_file = GetErrorOfZipBuffer;
in PrepareMemoryForUnzipping()
321
zip_functions
.opaque = static_cast<void*>(buffer);
in PrepareMemoryForUnzipping()
322
return unzOpen2(NULL, &
zip_functions
);
in PrepareMemoryForUnzipping()
[all...]
Completed in 3 milliseconds