HomeSort by: relevance | last modified time | path
    Searched refs:inflateInit2 (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/tests/crypto/opencrypto/
h_comp_zlib.c 79 res = inflateInit2(&z, -15);
h_comp_zlib_rnd.c 83 res = inflateInit2(&z, -15);
  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 74 if (inflateInit2(_stream, -15) != Z_OK)
249 inflateInit2(_stream, -15);
  /src/common/dist/zlib/contrib/ada/
zlib-thin.adb 65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
zlib-thin.ads 282 function inflateInit2
424 pragma Import (C, inflateInit2, "inflateInit2_");
  /src/sys/kern/
kern_ctf.c 208 if (inflateInit2(&zs, MAX_WBITS) != Z_OK) {
  /src/sys/arch/atari/stand/tostools/libtos/
cread.c 240 if (inflateInit2(&(s->stream), -15) != Z_OK)
398 inflateInit2(&(s->stream), -15);
  /src/sys/opencrypto/
deflate.c 120 error = decomp ? inflateInit2(&zbuf, window_inflate) :
312 error = decomp ? inflateInit2(&zbuf, window_inflate) :
  /src/common/dist/zlib/test/
infcover.c 278 parameter to inflateInit2(), len is the size of the output buffer, and err
296 ret = inflateInit2(&strm, win);
416 ret = inflateInit2(&strm, -8);
535 ret = inflateInit2(&strm, err < 0 ? 47 : -15);
minigzip.c 186 ret = inflateInit2(&(gz->strm), 15 + 16);
  /src/sys/lib/libsa/
cread.c 275 if (inflateInit2(&(s->stream), -15) != Z_OK)
474 inflateInit2(&(s->stream), -15);
  /src/common/dist/zlib/examples/
zran.c 126 // Decompression modes. These are the inflateInit2() windowBits parameter.
166 ret = inflateInit2(&strm, mode);
360 ret = inflateInit2(&strm, RAW);
gznorm.c 19 #include "zlib.h" // inflateInit2, inflate, inflateReset, inflateEnd,
94 if (inflateInit2(&strm, 15 + 16) != Z_OK)
gzjoin.c 61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
305 ret = inflateInit2(&strm, -15);
gzappend.c 286 ret = inflateInit2(strm, -15);
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 371 if (inflateInit2(&state.stream, -15) != Z_OK) {
372 printf("FATAL: inflateInit2 failed\n");
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
244 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer;
  /src/sys/net/
zlib.h 155 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
842 ZEXTERN int ZEXPORT inflateInit2(z_streamp, int);
855 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
857 memLevel). msg is set to null if there is no error message. inflateInit2
899 The stream will keep attributes that may have been set by inflateInit2.
1187 #define inflateInit2(strm, windowBits) \
ppp-deflate.c 392 if (inflateInit2(&state->strm, -w_size) != Z_OK) {
  /src/common/dist/zlib/
zconf.h 119 # define inflateInit2 z_inflateInit2
279 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
gzread.c 98 if (inflateInit2(&(state->strm), 15 + 16) != Z_OK) { /* gunzip */
zconf.h.in 115 # define inflateInit2 z_inflateInit2
271 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
zlib.h 499 initializing with inflateInit2(). Any information contained in the gzip
563 inflateInit2() will result in an error when the zlib header with 9 is
566 with inflateInit2().
836 ZEXTERN int ZEXPORT inflateInit2(z_streamp strm,
878 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
882 there is no error message. inflateInit2 does not perform any decompression
886 of inflateInit2() does not process any header information -- that is
967 stream will keep attributes that may have been set by inflateInit2.
979 the same as it is for inflateInit2. If the window size is changed, then the
996 should be used before the first inflate() call after inflateInit2() o
    [all...]
zconf.h.cmakein 117 # define inflateInit2 z_inflateInit2
273 /* Maximum value for windowBits in deflateInit2 and inflateInit2.
  /src/common/dist/zlib/os400/
zlib.inc 8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
379 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion

Completed in 27 milliseconds

1 2