OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZLIB_VERSION
(Results
1 - 16
of
16
) sorted by relevancy
/src/common/dist/zlib/contrib/infback9/
infback9.h
33
ZLIB_VERSION
, sizeof(z_stream))
infback9.c
23
if (version == Z_NULL || version[0] !=
ZLIB_VERSION
[0] ||
/src/common/dist/zlib/win32/
zlib1.rc
27
VALUE "FileVersion",
ZLIB_VERSION
"\0"
32
VALUE "ProductVersion",
ZLIB_VERSION
"\0"
/src/common/dist/zlib/contrib/ada/
zlib-thin.adb
13
ZLIB_VERSION
: constant Chars_Ptr := zlibVersion;
55
ZLIB_VERSION
,
65
return inflateInit2 (strm, windowBits,
ZLIB_VERSION
, Z_Stream_Size);
/src/common/dist/zlib/
zlib.h
42
#define
ZLIB_VERSION
"1.3.1"
216
#define
zlib_version
zlibVersion()
macro
223
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
245
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
246
with the version assumed by the caller (
ZLIB_VERSION
). msg is set to null
607
method), or Z_VERSION_ERROR if the zlib library version (
zlib_version
) is
608
incompatible with the version assumed by the caller (
ZLIB_VERSION
). msg is
1804
deflateInit_((strm), (level),
ZLIB_VERSION
, (int)sizeof(z_stream))
1806
inflateInit_((strm),
ZLIB_VERSION
, (int)sizeof(z_stream))
1809
(strategy),
ZLIB_VERSION
, (int)sizeof(z_stream)
[
all
...]
zutil.c
30
return
ZLIB_VERSION
;
CMakeLists.txt
133
string(REGEX REPLACE ".*#define[ \t]+
ZLIB_VERSION
[ \t]+\"([-0-9A-Za-z.]+)\".*"
infback.c
32
if (version == Z_NULL || version[0] !=
ZLIB_VERSION
[0] ||
inflate.c
185
if (version == Z_NULL || version[0] !=
ZLIB_VERSION
[0] ||
deflate.c
386
static const char my_version[] =
ZLIB_VERSION
;
/src/sys/net/
zlib.h
334
#define
ZLIB_VERSION
"1.1.4"
461
#define
zlib_version
zlibVersion()
macro
467
/* The application can compare zlibVersion and
ZLIB_VERSION
for consistency.
489
Z_VERSION_ERROR if the zlib library version (
zlib_version
) is incompatible
490
with the version assumed by the caller (
ZLIB_VERSION
).
1181
deflateInit_((strm), (level),
ZLIB_VERSION
, sizeof(z_stream))
1183
inflateInit_((strm),
ZLIB_VERSION
, sizeof(z_stream))
1186
(strategy),
ZLIB_VERSION
, sizeof(z_stream))
1188
inflateInit2_((strm), (windowBits),
ZLIB_VERSION
, sizeof(z_stream))
zlib.c
818
static const char* my_version =
ZLIB_VERSION
;
3440
if (vers == Z_NULL || vers[0] !=
ZLIB_VERSION
[0] ||
5627
return
ZLIB_VERSION
;
/src/common/dist/zlib/contrib/pascal/
zlibpas.pas
13
ZLIB_VERSION
= '1.3.1';
229
Result := deflateInit_(strm, level,
ZLIB_VERSION
, sizeof(z_stream));
236
ZLIB_VERSION
, sizeof(z_stream));
241
Result := inflateInit_(strm,
ZLIB_VERSION
, sizeof(z_stream));
246
Result := inflateInit2_(strm, windowBits,
ZLIB_VERSION
, sizeof(z_stream));
253
ZLIB_VERSION
, sizeof(z_stream));
example.pas
532
if zlibVersion^ <>
ZLIB_VERSION
[1] then
/src/common/dist/zlib/test/
example.c
495
static const char* myVersion =
ZLIB_VERSION
;
501
} else if (strcmp(zlibVersion(),
ZLIB_VERSION
) != 0) {
507
ZLIB_VERSION
, ZLIB_VERNUM, zlibCompileFlags());
/src/common/dist/zlib/os400/
zlib.inc
14
* inflateInit(...:
ZLIB_VERSION
: %size(z_stream))
25
D
ZLIB_VERSION
C '1.3.1'
Completed in 26 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025