OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zlib_version
(Results
51 - 55
of
55
) sorted by null
1
2
3
/external/opencv3/3rdparty/zlib/
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
...]
/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/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/
zlib.h
40
#define
ZLIB_VERSION
"1.2.3.4"
211
#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
).
[
all
...]
/external/pdfium/third_party/zlib_v128/
zlib.h
109
#define
ZLIB_VERSION
"1.2.8"
279
#define
zlib_version
zlibVersion()
macro
286
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
308
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
309
with the version assumed by the caller (
ZLIB_VERSION
). msg is set to null
650
method), or Z_VERSION_ERROR if the zlib library version (
zlib_version
) is
651
incompatible with the version assumed by the caller (
ZLIB_VERSION
). msg is
[
all
...]
Completed in 98 milliseconds
1
2
3