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

/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c153 /* next input byte macro for use inside lunpipe() and gunpipe() */
157 /* memory for gunpipe() and lunpipe() --
195 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of
199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, function
414 ret = lunpipe(have, next, indp, outfile, strm);

Completed in 957 milliseconds