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

/external/freetype/src/gzip/
H A Dzlib.h172 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 o
815 #define deflateInit macro
[all...]
/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/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...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h285 is automatically made by deflateInit and inflateInit.
289 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
293 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
302 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
306 if there is no error message. deflateInit does not perform any compression:
393 Z_FINISH can be used immediately after deflateInit if all the compression
599 This is another version of deflateInit with more compression options. The
610 deflateInit is used instead.
658 function must be called immediately after deflateInit, deflateInit2 or
675 deflateInit o
1712 #define deflateInit macro
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h289 is automatically made by deflateInit and inflateInit.
293 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
297 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
306 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
310 if there is no error message. deflateInit does not perform any compression:
397 Z_FINISH can be used immediately after deflateInit if all the compression
603 This is another version of deflateInit with more compression options. The
614 deflateInit is used instead.
662 function must be called immediately after deflateInit, deflateInit2 or
679 deflateInit o
1716 #define deflateInit macro
[all...]

Completed in 39 milliseconds