/external/opencv3/3rdparty/zlib/ |
compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 46 err = deflateInit(&stream, level); 72 If the default memLevel or windowBits for deflateInit() is changed, then
|
/external/pdfium/third_party/zlib_v128/ |
compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 46 err = deflateInit(&stream, level); 72 If the default memLevel or windowBits for deflateInit() is changed, then
|
/external/zlib/src/ |
compress.c | 13 parameter has the same meaning as in deflateInit. sourceLen is the byte 46 err = deflateInit(&stream, level); 72 If the default memLevel or windowBits for deflateInit() is changed, then
|
/toolchain/binutils/binutils-2.25/gas/ |
compress-debug.c | 43 deflateInit (&strm, Z_DEFAULT_COMPRESSION);
|
/external/freetype/src/gzip/ |
zlib.h | 172 This check is automatically made by deflateInit and inflateInit. 176 ZEXTERN(int) deflateInit OF((z_streamp strm, int level)); 180 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 193 msg is set to null if there is no error message. deflateInit does not 253 Z_FINISH can be used immediately after deflateInit if all the compression 403 This is another version of deflateInit with more compression options. The 414 deflateInit is used instead. 442 immediately after deflateInit, deflateInit2 or deflateReset, before any 454 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/external/zlib/src/contrib/pascal/ |
example.pas | 195 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 196 CHECK_ERR(err, 'deflateInit'); 281 err := deflateInit(c_stream, Z_BEST_SPEED); 282 CHECK_ERR(err, 'deflateInit'); 379 err := deflateInit(c_stream, Z_DEFAULT_COMPRESSION); 380 CHECK_ERR(err, 'deflateInit'); 458 err := deflateInit(c_stream, Z_BEST_COMPRESSION); 459 CHECK_ERR(err, 'deflateInit');
|
zlibpas.pas | 106 function deflateInit(var strm: z_stream; level: Integer): Integer; 227 function deflateInit(var strm: z_stream; level: Integer): Integer;
|
/external/zlib/src/examples/ |
fitblk.c | 7 1.1 25 Nov 2004 Change deflateInit2() to deflateInit() 151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION);
|
zpipe.c | 48 ret = deflateInit(&strm, level);
|
/external/zlib/src/test/ |
example.c | 212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 213 CHECK_ERR(err, "deflateInit"); 290 err = deflateInit(&c_stream, Z_BEST_SPEED); 291 CHECK_ERR(err, "deflateInit"); 387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); 388 CHECK_ERR(err, "deflateInit"); 468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); 469 CHECK_ERR(err, "deflateInit");
|
/system/bt/btif/src/ |
btif_debug_btsnoop.c | 128 if (deflateInit(&zs, Z_DEFAULT_COMPRESSION) != Z_OK)
|
/external/zlib/src/contrib/testzlib/ |
testzlib.c | 198 deflateInit(&zcpr,cprLevel);
|
/development/ndk/platforms/android-3/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/external/libvncserver/libvncserver/ |
zrleoutstream.c | 88 if (deflateInit(&os->zs, Z_DEFAULT_COMPRESSION) != Z_OK) {
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/ |
zlib.h | 216 This check is automatically made by deflateInit and inflateInit. 220 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level)); 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not 237 msg is set to null if there is no error message. deflateInit does not 304 Z_FINISH can be used immediately after deflateInit if all the compression 487 This is another version of deflateInit with more compression options. The 498 deflateInit is used instead. 544 immediately after deflateInit, deflateInit2 or deflateReset, before any 556 deflateInit or deflateInit2, a part of the dictionary may in effect b [all...] |