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

/vbox/src/libs/zlib-1.2.6/contrib/pascal/
H A Dzlibpas.pas109 function inflateInit(var strm: z_stream): Integer; function
239 function inflateInit(var strm: z_stream): Integer; function
/vbox/src/libs/zlib-1.2.6/
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
770 This is another version of inflateInit with an extra parameter. The
776 this version of the library. The default value is 15 if inflateInit is used
876 This function is equivalent to inflateEnd followed by inflateInit,
1627 #define inflateInit macro
[all...]

Completed in 44 milliseconds