Lines Matching refs:version
2 version 1.3.1, January 22nd, 2024
50 This version of the library supports only one compression method (deflation)
210 /* The deflate compression method (the only one supported in this version) */
243 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible
244 with the version assumed by the caller (ZLIB_VERSION). msg is set to null
382 the caller. In the current version of inflate, the provided input is not
390 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
391 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
546 This is another version of deflateInit with more compression options. The
550 this version of the library.
554 version of the library. Larger values of this parameter result in better
605 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is
606 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is
820 the current versions of the command-line version of gzip (up through version
837 This is another version of inflateInit with an extra parameter. The
843 this version of the library. The default value is 15 if inflateInit is used
877 memory, Z_VERSION_ERROR if the zlib library version is incompatible with the
878 version assumed by the caller, or Z_STREAM_ERROR if the parameters are
1093 allocated, or Z_VERSION_ERROR if the version of the library does not match
1094 the version of the header file.
1781 /* deflateInit and inflateInit are macros to allow checking the zlib version
1785 const char *version, int stream_size);
1787 const char *version, int stream_size);
1790 int strategy, const char *version,
1793 const char *version, int stream_size);
1796 const char *version,