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:gzread
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/zlib/
H
A
D
zconf.h
93
# define
gzread
z_gzread
macro
H
A
D
zlib.h
869
CRC-32 instead of an Adler-32. Unlike the gunzip utility and
gzread
() (see
1334
case
gzread
will directly read from the file without decompression. When
1395
ZEXTERN int ZEXPORT
gzread
(gzFile file, voidp buf, unsigned len);
1398
the input file is not in gzip format,
gzread
copies the given number of
1401
After reaching the end of a gzip stream in the input,
gzread
will continue
1403
concatenated in the input file, and will all be decompressed by
gzread
().
1407
gzread
can be used to read a gzip file that is being concurrently written.
1408
Upon reaching the end of the input,
gzread
will return with the available
1411
gzread
to be tried again. Z_OK indicates that a gzip stream was completed
1412
on the last
gzread
[all...]
Completed in 4 milliseconds