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

  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib_lint.c 65 inflate(z_streamp strm, int flush) function
inflate.c 6 /* inflate.c -- zlib decompression
17 * - First version -- complete rewrite of inflate to simplify code, avoid
20 * improve code readability and style over the previous zlib inflate code
31 * - Correct filename to inffixed.h for fixed tables in inflate.c
32 * - Make hbuf[] unsigned char to match parameter type in inflate.c
34 * to avoid negation problem on Alphas (64 bit) in inflate.c
44 * - Make MATCH copy in inflate() much faster for when inflate_fast() not used
46 * buffer and bit count in inflate()--for speed when inflate_fast() not used
50 * - Move a comment on output buffer sizes from inffast.c to inflate.c
60 * source file infback.c to provide a call-back interface to inflate fo
561 int ZEXPORT inflate(strm, flush) function
    [all...]
zconf.h 73 #define inflate z_inflate macro
  /onnv/onnv-gate/usr/src/common/openssl/crypto/comp/
c_zlib.c 124 #define inflate stub_inflate macro
249 err = inflate(&state->istream, Z_SYNC_FLUSH);
341 err = inflate(&stream, Z_FINISH);
387 "inflate");
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 104 #define inflate z_inflate macro
215 * The memory requirements for inflate are (in bytes) 1 << windowBits
655 * decompression: this will be done by inflate().
659 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
667 * call of inflate().
670 * avail_out accordingly. inflate() provides as much output as
674 * Before the call of inflate(), the application should ensure that at
679 * (avail_out == 0), or after each call of inflate(). If inflate
685 * inflate flushes as much output as possible to the outpu
    [all...]
zlib.c 37 #define inflate inflate_ppp /* FreeBSD already has an inflate :-( */ macro
3739 inflate(z, f) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 2858 int inflate(z, f) function
    [all...]

Completed in 2270 milliseconds