Lines Matching refs:version

2   version 1.2.8, April 28th, 2013
50 This version of the library supports only one compression method (deflation)
206 /* The deflate compression method (the only one supported in this version) */
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
380 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
381 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
534 This is another version of deflateInit with more compression options. The
539 this version of the library.
543 version of the library. Larger values of this parameter result in better
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
757 the current versions of the command-line version of gzip (up through version
773 This is another version of inflateInit with an extra parameter. The
779 this version of the library. The default value is 15 if inflateInit is used
808 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
809 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
1021 allocated, or Z_VERSION_ERROR if the version of the library does not match
1022 the version of the header file.
1630 /* deflateInit and inflateInit are macros to allow checking the zlib version
1634 const char *version, int stream_size));
1636 const char *version, int stream_size));
1639 int strategy, const char *version,
1642 const char *version, int stream_size));
1645 const char *version,