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

/vbox/src/libs/zlib-1.2.6/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
/vbox/src/libs/zlib-1.2.6/
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
531 This is another version of deflateInit with more compression options. The
542 deflateInit is used instead.
590 function must be called immediately after deflateInit, deflateInit2 or
607 deflateInit o
1625 #define deflateInit macro
[all...]

Completed in 45 milliseconds