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:gzopen
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/zlib/
H
A
D
zlib.h
1308
ZEXTERN gzFile ZEXPORT
gzopen
(const char *path, const char *mode);
1327
streams in a file. The append function of
gzopen
() can be used to create
1329
appending,
gzopen
does not test whether the file begins with a gzip stream,
1330
nor does it look for the end of the gzip streams to begin appending.
gzopen
1333
gzopen
can be used to read a file which is not in gzip format; in this
1338
gzopen
returns NULL if the file could not be opened, if there was
1341
errno can be checked to determine if the reason
gzopen
failed was that the
1349
been previously opened with fopen). The mode parameter is as in
gzopen
.
1372
after
gzopen
() or gzdopen(), and before any other calls that read or write
1529
yet. If gzungetc is used immediately after
gzopen
o
1878
# define
gzopen
global()
macro
[all...]
H
A
D
zconf.h
85
# define
gzopen
z_gzopen
macro
Completed in 8 milliseconds