OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZLIB_VERSION
(Results
1 - 15
of
15
) sorted by null
/external/freetype/src/gzip/
zlib.h
40
#define
ZLIB_VERSION
"1.1.4"
169
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
191
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
192
with the version assumed by the caller (
ZLIB_VERSION
).
[
all
...]
inflate.c
88
if (version == Z_NULL || version[0] !=
ZLIB_VERSION
[0] ||
/development/ndk/platforms/android-3/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/sdch/open-vcdiff/src/zlib/
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
...]
zutil.c
29
return
ZLIB_VERSION
;
infback.c
37
if (version == Z_NULL || version[0] !=
ZLIB_VERSION
[0] ||
inflate.c
177
if (version == Z_NULL || version[0] !=
ZLIB_VERSION
[0] ||
[
all
...]
deflate.c
224
static const char my_version[] =
ZLIB_VERSION
;
[
all
...]
/external/libpng/contrib/gregbook/
readpng.c
82
ZLIB_VERSION
,
zlib_version
);
readpng2.c
83
ZLIB_VERSION
,
zlib_version
);
writepng.c
75
ZLIB_VERSION
,
zlib_version
);
/external/openssl/crypto/comp/
c_zlib.c
156
ZLIB_VERSION
, sizeof(z_stream));
168
ZLIB_VERSION
, sizeof(z_stream));
324
ZLIB_VERSION
, sizeof(z_stream));
/external/libpng/
pngtest.c
[
all
...]
/bootable/recovery/minzip/
Zip.c
542
ZLIB_VERSION
);
[
all
...]
Completed in 66 milliseconds