Searched defs:deflateInit (Results 1 - 8 of 8) sorted by relevance

/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer; function
227 function deflateInit(var strm: z_stream; level: Integer): Integer; function
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h216 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 o
1347 #define deflateInit macro
[all...]
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h216 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 o
1347 #define deflateInit macro
[all...]
/external/open-vcdiff/src/zlib/
H A Dzlib.h216 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 o
1347 #define deflateInit macro
[all...]
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h216 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 o
1331 #define deflateInit macro
[all...]
/external/chromium_org/third_party/zlib/
H A Dzlib.h225 is automatically made by deflateInit and inflateInit.
229 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
233 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
242 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
246 if there is no error message. deflateInit does not perform any compression:
333 Z_FINISH can be used immediately after deflateInit if all the compression
530 This is another version of deflateInit with more compression options. The
541 deflateInit is used instead.
589 immediately after deflateInit, deflateInit2 or deflateReset, before any call
601 deflateInit o
1551 #define deflateInit macro
[all...]
/external/zlib/src/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
241 if there is no error message. deflateInit does not perform any compression:
328 Z_FINISH can be used immediately after deflateInit if all the compression
534 This is another version of deflateInit with more compression options. The
545 deflateInit is used instead.
593 function must be called immediately after deflateInit, deflateInit2 or
610 deflateInit o
1647 #define deflateInit macro
[all...]
/external/zlib/
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
241 if there is no error message. deflateInit does not perform any compression:
328 Z_FINISH can be used immediately after deflateInit if all the compression
534 This is another version of deflateInit with more compression options. The
545 deflateInit is used instead.
593 function must be called immediately after deflateInit, deflateInit2 or
610 deflateInit o
1647 #define deflateInit macro
[all...]

Completed in 366 milliseconds