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:z_off_t
(Results
1 - 2
of
2
) sorted by relevance
/interface/sdk_c/third_party/zlib/
H
A
D
zlib.h
1186
7.6: size of
z_off_t
1551
ZEXTERN
z_off_t
ZEXPORT gzseek(gzFile file,
1552
z_off_t
offset, int whence);
1578
ZEXTERN
z_off_t
ZEXPORT gztell(gzFile file);
1589
ZEXTERN
z_off_t
ZEXPORT gzoffset(gzFile file);
1720
z_off_t
len2);
1726
that the
z_off_t
type (like off_t) is a signed integer. If len2 is
1755
ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2,
z_off_t
len2);
1765
ZEXTERN uLong ZEXPORT crc32_combine_gen(
z_off_t
len2);
1888
ZEXTERN
z_off_t
ZEXPOR
[all...]
H
A
D
zconf.h
492
# ifndef
z_off_t
493
# define
z_off_t
off_t
macro
516
#ifndef
z_off_t
517
# define
z_off_t
long
macro
526
# define z_off64_t
z_off_t
Completed in 4 milliseconds