Searched refs:inflateBack (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libz/ |
H A D | zconf.h | 52 # define inflateBack z_inflateBack macro
|
H A D | zlib.h | 443 inflateBack() and perform their own processing of the gzip header and 859 Initialize the internal stream state for decompression using inflateBack() 869 See inflateBack() for the usage of these routines. 880 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm, 884 inflateBack() does a raw inflate with a single call using a call-back 889 the output function, at least until inflateBack() returns. 893 inflateBack() may then be used multiple times to inflate a complete, raw 905 inflateBack() uses two subroutines supplied by the caller that are then 906 called by inflateBack() for input and output. inflateBack() call [all...] |
H A D | infback.c | 116 /* Macros for inflateBack(): */ 148 then return a Z_BUF_ERROR from inflateBack(). */ 161 /* Get a byte of input into the bit accumulator, or return from inflateBack() 172 not enough available input to do that, then return from inflateBack() with 199 if it's full. If the write fails, return from inflateBack() with a 220 inflateBack() needs more input, it calls in(). When inflateBack() has 223 change the provided input until in() is called again or inflateBack() 225 inflateBack() returns. 228 inflateBack() cal 241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) function [all...] |
Completed in 16 milliseconds