OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zlib_version
(Results
51 - 58
of
58
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3"
207
#define
zlib_version
zlibVersion()
macro
213
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
235
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
236
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3"
207
#define
zlib_version
zlibVersion()
macro
213
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
235
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
236
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3"
207
#define
zlib_version
zlibVersion()
macro
213
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
235
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
236
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
/external/chromium_org/third_party/zlib/
zlib.h
40
#define
ZLIB_VERSION
"1.2.5"
215
#define
zlib_version
zlibVersion()
macro
222
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
244
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
245
with the version assumed by the caller (
ZLIB_VERSION
). msg is set to null
577
method), or Z_VERSION_ERROR if the zlib library version (
zlib_version
) is
578
incompatible with the version assumed by the caller (
ZLIB_VERSION
). msg is
[
all
...]
/external/zlib/src/
zlib.h
40
#define
ZLIB_VERSION
"1.2.8"
210
#define
zlib_version
zlibVersion()
macro
217
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
239
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
240
with the version assumed by the caller (
ZLIB_VERSION
). msg is set to null
581
method), or Z_VERSION_ERROR if the zlib library version (
zlib_version
) is
582
incompatible with the version assumed by the caller (
ZLIB_VERSION
). msg is
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3.3"
210
#define
zlib_version
zlibVersion()
macro
216
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
238
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
239
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3.3"
210
#define
zlib_version
zlibVersion()
macro
216
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
238
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
239
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3.3"
210
#define
zlib_version
zlibVersion()
macro
216
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
238
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
239
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
Completed in 846 milliseconds
1
2
3