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

12

/external/opencv3/3rdparty/zlib/
H A Duncompr.c45 err = inflateInit(&stream);
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...]
/external/pdfium/third_party/zlib_v128/
H A Duncompr.c45 err = inflateInit(&stream);
H A Dzlib.h289 is automatically made by deflateInit and inflateInit.
437 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
442 exact value depends on the compression method), inflateInit determines the
445 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
448 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
452 there is no error message. inflateInit does not perform any decompression
456 of inflateInit() does not process any header information -- that is deferred
842 This is another version of inflateInit with an extra parameter. The
848 this version of the library. The default value is 15 if inflateInit is used
963 This function is equivalent to inflateEnd followed by inflateInit,
1718 #define inflateInit macro
[all...]
/external/zlib/src/
H A Duncompr.c45 err = inflateInit(&stream);
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...]
/external/freetype/src/gzip/
H A Dzlib.h172 This check is automatically made by deflateInit and inflateInit.
289 ZEXTERN(int) inflateInit OF((z_streamp strm));
294 value depends on the compression method), inflateInit determines the
297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
303 message. inflateInit does not perform any decompression apart from reading
520 This is another version of inflateInit with an extra parameter. The
526 this version of the library. The default value is 15 if inflateInit is used
571 This function is equivalent to inflateEnd followed by inflateInit,
810 /* deflateInit and inflateInit ar
817 #define inflateInit macro
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
H A Dzlib.h172 This check is automatically made by deflateInit and inflateInit.
289 ZEXTERN(int) inflateInit OF((z_streamp strm));
294 value depends on the compression method), inflateInit determines the
297 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
303 message. inflateInit does not perform any decompression apart from reading
520 This is another version of inflateInit with an extra parameter. The
526 this version of the library. The default value is 15 if inflateInit is used
571 This function is equivalent to inflateEnd followed by inflateInit,
810 /* deflateInit and inflateInit ar
817 #define inflateInit macro
[all...]
/external/elfutils/libdwfl/
H A Dgzip.c44 # define inflateInit(z) lzma_auto_decoder (z, 1 << 30, 0) macro
56 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0) macro
229 int result = inflateInit (&z);
/external/libvncserver/libvncclient/
H A Dzlib.c77 inflateResult = inflateInit( &client->decompStream );
81 "inflateInit returned error: %d, msg: %s\n",
H A Dzrle.c126 inflateResult = inflateInit( &client->decompStream );
130 "inflateInit returned error: %d, msg: %s\n",
/external/zlib/src/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.pas109 function inflateInit(var strm: z_stream): Integer; function
239 function inflateInit(var strm: z_stream): Integer; function
/external/skia/tests/
H A DPDFDeflateWStreamTest.cpp48 rc = inflateInit(&flateData);
/external/zlib/src/examples/
H A Dfitblk.c185 ret = inflateInit(&inf);
H A Dzpipe.c106 ret = inflateInit(&strm);
/external/zlib/src/test/
H A Dexample.c255 err = inflateInit(&d_stream);
256 CHECK_ERR(err, "inflateInit");
350 err = inflateInit(&d_stream);
351 CHECK_ERR(err, "inflateInit");
429 err = inflateInit(&d_stream);
430 CHECK_ERR(err, "inflateInit");
510 err = inflateInit(&d_stream);
511 CHECK_ERR(err, "inflateInit");
H A Dinfcover.c358 ret = inflateInit(&strm); assert(ret == Z_OK);
382 ret = inflateInit(&strm); assert(ret == Z_OK);
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c239 inflateInit(&zcpr);
/external/zlib/src/as400/
H A Dzlib.inc8 * Procedures inflateInit(), inflateInit2(), deflateInit(),
14 * inflateInit(...: ZLIB_VERSION: %size(z_stream))
292 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion
/external/curl/lib/
H A Dcontent_encoding.c180 if(inflateInit(z) != Z_OK)
/external/elfutils/libelf/
H A Delf_compress.c231 int zrc = inflateInit (&z);
/external/opencv3/3rdparty/libtiff/
H A Dtif_zip.c108 if (inflateInit(&sp->stream) != Z_OK) {
/external/pdfium/third_party/libtiff/
H A Dtif_zip.c110 if (inflateInit(&sp->stream) != Z_OK) {
/external/zlib/
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...]

Completed in 2213 milliseconds

12