Searched defs:inflateInit (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/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...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h517 * and inflateInit.
644 * ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
648 * If zalloc and zfree are set to Z_NULL, inflateInit updates them to
651 * inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
654 * null if there is no error message. inflateInit does not perform any
901 * This is another version of inflateInit with more compression
908 * allowed soon). The default value is 15 if inflateInit is used
972 * This function is equivalent to inflateEnd followed by inflateInit,
1170 * deflateInit and inflateInit are macros to allow checking the zlib version
1184 #define inflateInit(str macro
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
373 exact value depends on the compression method), inflateInit determines the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 there is no error message. inflateInit does not perform any decompression
387 of inflateInit() does not process any header information -- that is deferred
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
894 This function is equivalent to inflateEnd followed by inflateInit,
1649 #define inflateInit macro
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2848 int inflateInit(z) function

Completed in 77 milliseconds