Home
last modified time | relevance | path

Searched refs:inflateBack (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzconf.h125 # define inflateBack z_inflateBack macro
H A Dinfback.c245 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack() function
H A Dzlib.h1098 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
H A DChangeLog152 - Update inflateBack() comments, since inflate() can be faster
762 - Add a fast gzip decompressor, gun.c, to examples (use of inflateBack)
1054 - Added inflateBack functions using a callback interface--even faster