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

12

/external/chromium_org/third_party/zlib/
H A Duncompr.c45 err = inflateInit(&stream);
H A Dzlib.h225 is automatically made by deflateInit and inflateInit.
372 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
377 exact value depends on the compression method), inflateInit determines the
380 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
383 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
387 there is no error message. inflateInit does not perform any decompression
391 of inflateInit() does not process any header information -- that is deferred
743 This is another version of inflateInit with an extra parameter. The
749 this version of the library. The default value is 15 if inflateInit is used
844 This function is equivalent to inflateEnd followed by inflateInit,
1553 #define inflateInit macro
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Duncompr.c47 err = inflateInit(&stream);
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...]
/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/openssh/
H A Dcompress.c56 inflateInit(&incoming_stream);
/external/chromium_org/third_party/skia/src/core/
H A DSkFlate.cpp52 rc = inflateInit(&flateData);
/external/skia/src/core/
H A DSkFlate.cpp52 rc = inflateInit(&flateData);
/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/qemu/block/
H A Dcloop.c90 if(inflateInit(&s->zstream) != Z_OK)
H A Ddmg.c175 if(inflateInit(&s->zstream) != Z_OK)
/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/chromium/net/base/
H A Dgzip_filter.cc46 if (inflateInit(zlib_stream_.get()) != Z_OK)
/external/chromium_org/net/base/
H A Dgzip_filter.cc41 if (inflateInit(zlib_stream_.get()) != 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/chromium/sdch/open-vcdiff/src/
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,
1330 /* deflateInit and inflateInit ar
1349 #define inflateInit macro
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
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,
1330 /* deflateInit and inflateInit ar
1349 #define inflateInit macro
[all...]
/external/open-vcdiff/src/zlib/
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,
1330 /* deflateInit and inflateInit ar
1349 #define inflateInit macro
[all...]
/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 711 milliseconds

12