HomeSort by relevance Sort by last modified time
    Searched defs:deflateInit (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 218 This check is automatically made by deflateInit and inflateInit.
222 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
226 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
239 msg is set to null if there is no error message. deflateInit does not
306 Z_FINISH can be used immediately after deflateInit if all the compression
489 This is another version of deflateInit with more compression options. The
500 deflateInit is used instead.
546 immediately after deflateInit, deflateInit2 or deflateReset, before any
558 deflateInit or deflateInit2, a part of the dictionary may in effect b
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 516 * the application. This check is automatically made by deflateInit
521 * ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
525 * the caller. If zalloc and zfree are set to Z_NULL, deflateInit
535 * deflateInit returns Z_OK if success, Z_MEM_ERROR if there was
540 * message. deflateInit does not perform any compression: this
609 * Z_FINISH can be used immediately after deflateInit if all the
745 * This is another version of deflateInit with more compression
758 * if deflateInit is used instead.
807 * function must be called immediately after deflateInit or
860 * This function is equivalent to deflateEnd followed by deflateInit
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 579 int deflateInit (strm, level)
    [all...]

Completed in 180 milliseconds