Searched refs:inflateBack (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h62 # define inflateBack z_inflateBack macro
H A Dzlib.h472 inflateBack() and perform their own processing of the gzip header and
888 Initialize the internal stream state for decompression using inflateBack()
898 See inflateBack() for the usage of these routines.
909 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
913 inflateBack() does a raw inflate with a single call using a call-back
918 the output function, at least until inflateBack() returns.
922 inflateBack() may then be used multiple times to inflate a complete, raw
934 inflateBack() uses two subroutines supplied by the caller that are then
935 called by inflateBack() for input and output. inflateBack() call
[all...]
/darwin-on-arm/xnu/libkern/zlib/
H A Dinfback.c145 /* Macros for inflateBack(): */
177 then return a Z_BUF_ERROR from inflateBack(). */
190 /* Get a byte of input into the bit accumulator, or return from inflateBack()
201 not enough available input to do that, then return from inflateBack() with
228 if it's full. If the write fails, return from inflateBack() with a
249 inflateBack() needs more input, it calls in(). When inflateBack() has
252 change the provided input until in() is called again or inflateBack()
254 inflateBack() returns.
257 inflateBack() cal
270 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function
[all...]

Completed in 105 milliseconds