Searched refs:inflateInit (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/contrib/zlib/
H A Duncompr.c55 err = inflateInit(&stream);
H A Dzconf.h111 # define inflateInit z_inflateInit macro
H A Dzlib.h224 is automatically made by deflateInit and inflateInit.
378 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
385 first call). If zalloc and zfree are set to Z_NULL, inflateInit updates
388 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
392 there is no error message. inflateInit does not perform any decompression.
395 implementation of inflateInit() does not process any header information --
836 This is another version of inflateInit with an extra parameter. The
842 this version of the library. The default value is 15 if inflateInit is used
960 This function is equivalent to inflateEnd followed by inflateInit,
1762 /* deflateInit and inflateInit ar
1796 # define inflateInit macro
[all...]
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_zlib.c115 if (inflateInit(&zp->zs) != Z_OK) {
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c255 err = inflateInit(&d_stream);
256 CHECK_ERR(err, "inflateInit");
350 err = inflateInit(&d_stream);
351 CHECK_ERR(err, "inflateInit");
429 err = inflateInit(&d_stream);
430 CHECK_ERR(err, "inflateInit");
510 err = inflateInit(&d_stream);
511 CHECK_ERR(err, "inflateInit");
H A Dinfcover.c358 ret = inflateInit(&strm); assert(ret == Z_OK);
382 ret = inflateInit(&strm); assert(ret == Z_OK);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c303 r = inflateInit(z_input);
/freebsd-11-stable/sys/sys/
H A Dzlib.h383 This check is automatically made by deflateInit and inflateInit.
499 extern int EXPORT inflateInit OF((z_streamp strm));
503 zalloc and zfree are set to Z_NULL, inflateInit updates them to use default
506 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
509 error message. inflateInit does not perform any decompression: this will be
743 This is another version of inflateInit with more compression options. The
750 default value is 15 if inflateInit is used instead. If a compressed stream
810 This function is equivalent to inflateEnd followed by inflateInit,
985 /* deflateInit and inflateInit are macros to allow checking the zlib version
999 #define inflateInit(str macro
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_ctf.c269 if (inflateInit(&zs) != Z_OK) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h218 This check is automatically made by deflateInit and inflateInit.
345 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
350 value depends on the compression method), inflateInit determines the
353 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
356 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
359 message. inflateInit does not perform any decompression apart from reading
699 This is another version of inflateInit with an extra parameter. The
705 this version of the library. The default value is 15 if inflateInit is used
793 This function is equivalent to inflateEnd followed by inflateInit,
1316 /* deflateInit and inflateInit ar
1335 #define inflateInit macro
[all...]
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c77 i = inflateInit(fr->ff->zs);
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c535 inflateInit(zin);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c971 if ((rc = inflateInit(&zstr)) != Z_OK)
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c576 rc = zlib ? inflateInit(&z) : inflateInit2(&z, -15);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c1328 if ((rc = inflateInit(&zstr)) != Z_OK ||
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c686 switch (inflateInit(&ssh->state->compression_in_stream)) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c1574 r = inflateInit(&zisofs->stream);
H A Darchive_read_support_format_xar.c1464 r = inflateInit(&(xar->stream));
H A Darchive_write_set_format_iso9660.c7955 r = inflateInit(&zisofs->stream);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1218 zerr = inflateInit(btn->in);
1219 SVN_ERR(svn_error__wrap_zlib(zerr, "inflateInit", btn->in->msg));
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c727 status = inflateInit(&zs);
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6945 ret = inflateInit(&strm);

Completed in 255 milliseconds