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:zopen64_file
(Results
1 - 11
of
11
) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/google/
H
A
D
zip_internal.cc
121
pzlib_filefunc_def->
zopen64_file
= FdOpenFileFunc;
in FillFdOpenFileFunc()
283
zip_funcs.
zopen64_file
= ZipOpenFunc;
in OpenForUnzipping()
302
zip_funcs.
zopen64_file
= HandleOpenFileFunc;
in OpenHandleForUnzipping()
322
zip_functions.
zopen64_file
= OpenZipBuffer;
in PrepareMemoryForUnzipping()
338
zip_funcs.
zopen64_file
= ZipOpenFunc;
in OpenForZipping()
/third_party/node/deps/zlib/google/
H
A
D
zip_internal.cc
121
pzlib_filefunc_def->
zopen64_file
= FdOpenFileFunc;
in FillFdOpenFileFunc()
284
zip_funcs.
zopen64_file
= ZipOpenFunc;
in OpenForUnzipping()
303
zip_funcs.
zopen64_file
= HandleOpenFileFunc;
in OpenHandleForUnzipping()
323
zip_functions.
zopen64_file
= OpenZipBuffer;
in PrepareMemoryForUnzipping()
339
zip_funcs.
zopen64_file
= ZipOpenFunc;
in OpenForZipping()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H
A
D
ioapi.c
33
if (pfilefunc->zfile_func64.
zopen64_file
!= NULL)
in call_zopen64()
34
return (*(pfilefunc->zfile_func64.
zopen64_file
)) (pfilefunc->zfile_func64.opaque,filename,mode);
in call_zopen64()
71
p_filefunc64_32->zfile_func64.
zopen64_file
= NULL;
in fill_zlib_filefunc64_32_def_from_filefunc32()
239
pzlib_filefunc_def->
zopen64_file
= fopen64_file_func;
in fill_fopen64_filefunc()
H
A
D
iowin32.c
433
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_func;
in fill_win32_filefunc64()
446
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_funcA;
in fill_win32_filefunc64A()
459
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_funcW;
in fill_win32_filefunc64W()
H
A
D
ioapi.h
164
open64_file_func
zopen64_file
;
member
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H
A
D
ioapi.c
33
if (pfilefunc->zfile_func64.
zopen64_file
!= NULL)
in call_zopen64()
34
return (*(pfilefunc->zfile_func64.
zopen64_file
)) (pfilefunc->zfile_func64.opaque,filename,mode);
in call_zopen64()
71
p_filefunc64_32->zfile_func64.
zopen64_file
= NULL;
in fill_zlib_filefunc64_32_def_from_filefunc32()
239
pzlib_filefunc_def->
zopen64_file
= fopen64_file_func;
in fill_fopen64_filefunc()
H
A
D
iowin32.c
433
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_func;
in fill_win32_filefunc64()
446
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_funcA;
in fill_win32_filefunc64A()
459
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_funcW;
in fill_win32_filefunc64W()
H
A
D
ioapi.h
164
open64_file_func
zopen64_file
;
member
/third_party/zlib/contrib/minizip/
H
A
D
ioapi.c
33
if (pfilefunc->zfile_func64.
zopen64_file
!= NULL)
in call_zopen64()
34
return (*(pfilefunc->zfile_func64.
zopen64_file
)) (pfilefunc->zfile_func64.opaque,filename,mode);
in call_zopen64()
71
p_filefunc64_32->zfile_func64.
zopen64_file
= NULL;
in fill_zlib_filefunc64_32_def_from_filefunc32()
229
pzlib_filefunc_def->
zopen64_file
= fopen64_file_func;
in fill_fopen64_filefunc()
H
A
D
iowin32.c
425
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_func;
in fill_win32_filefunc64()
438
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_funcA;
in fill_win32_filefunc64A()
451
pzlib_filefunc_def->
zopen64_file
= win32_open64_file_funcW;
in fill_win32_filefunc64W()
H
A
D
ioapi.h
168
open64_file_func
zopen64_file
;
member
Completed in 8 milliseconds