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

12

/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Duncompr.c49 err = inflateInit(&stream);
H A Dexample.c226 err = inflateInit(&d_stream);
227 CHECK_ERR(err, "inflateInit");
321 err = inflateInit(&d_stream);
322 CHECK_ERR(err, "inflateInit");
400 err = inflateInit(&d_stream);
401 CHECK_ERR(err, "inflateInit");
481 err = inflateInit(&d_stream);
482 CHECK_ERR(err, "inflateInit");
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,
1318 /* deflateInit and inflateInit ar
1337 #define inflateInit macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Duncompr.c47 err = inflateInit(&stream);
H A Dexample.c224 err = inflateInit(&d_stream);
225 CHECK_ERR(err, "inflateInit");
319 err = inflateInit(&d_stream);
320 CHECK_ERR(err, "inflateInit");
398 err = inflateInit(&d_stream);
399 CHECK_ERR(err, "inflateInit");
479 err = inflateInit(&d_stream);
480 CHECK_ERR(err, "inflateInit");
H A Dzlib.h216 This check is automatically made by deflateInit and inflateInit.
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
348 value depends on the compression method), inflateInit determines the
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
357 message. inflateInit does not perform any decompression apart from reading
697 This is another version of inflateInit with an extra parameter. The
703 this version of the library. The default value is 15 if inflateInit is used
791 This function is equivalent to inflateEnd followed by inflateInit,
1314 /* deflateInit and inflateInit ar
1333 #define inflateInit macro
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcompress.c57 inflateInit(&incoming_stream);
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dexample.pas244 err := inflateInit(d_stream);
245 CHECK_ERR(err, 'inflateInit');
338 err := inflateInit(d_stream);
339 CHECK_ERR(err, 'inflateInit');
421 err := inflateInit(d_stream);
422 CHECK_ERR(err, 'inflateInit');
498 err := inflateInit(d_stream);
499 CHECK_ERR(err, 'inflateInit');
H A Dzlibpas.pas87 function inflateInit(var strm: z_stream): Integer; function
199 function inflateInit(var strm: z_stream): Integer; function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dcompressed_output.cc108 rc = inflateInit(&strm);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dexample.pas244 err := inflateInit(d_stream);
245 CHECK_ERR(err, 'inflateInit');
338 err := inflateInit(d_stream);
339 CHECK_ERR(err, 'inflateInit');
421 err := inflateInit(d_stream);
422 CHECK_ERR(err, 'inflateInit');
498 err := inflateInit(d_stream);
499 CHECK_ERR(err, 'inflateInit');
H A Dzlibpas.pas87 function inflateInit(var strm: z_stream): Integer; function
199 function inflateInit(var strm: z_stream): Integer; function
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dfitblk.c187 ret = inflateInit(&inf);
H A Dzpipe.c98 ret = inflateInit(&strm);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dfitblk.c185 ret = inflateInit(&inf);
H A Dzpipe.c96 ret = inflateInit(&strm);
/netbsd-6-1-5-RELEASE/common/dist/zlib/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
208 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
208 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/testzlib/
H A Dtestzlib.c241 inflateInit(&zcpr);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcompress.c49 rc = inflateInit (&strm);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-compress.c278 status = inflateInit (&in_stream);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcompress.c49 rc = inflateInit (&strm);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/testzlib/
H A Dtestzlib.c239 inflateInit(&zcpr);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/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...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dzlib.h469 This check is automatically made by deflateInit and inflateInit.
595 ZEXTERN int ZEXPORT inflateInit(z_streamp);
600 value depends on the compression method), inflateInit determines the
603 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
606 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
609 message. inflateInit does not perform any decompression apart from reading
843 This is another version of inflateInit with an extra parameter. The
849 this version of the library. The default value is 15 if inflateInit is used
896 This function is equivalent to inflateEnd followed by inflateInit,
1171 /* deflateInit and inflateInit ar
1181 #define inflateInit macro
[all...]

Completed in 216 milliseconds

12