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

/external/zlib/src/examples/
H A Dgun.c154 /* next input byte macro for use inside lunpipe() and gunpipe() */
158 /* memory for gunpipe() and lunpipe() --
196 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, function
415 ret = lunpipe(have, next, indp, outfile, strm);

Completed in 199 milliseconds