Searched defs:next_in (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h69 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
70 uInt avail_in; /* number of bytes available at next_in */
92 The application must update next_in and avail_in when avail_in has
211 - Compress more input starting at next_in and update next_in and avail_in
213 enough room in the output buffer), next_in and avail_in are updated and
274 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
297 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
298 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
309 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]

Completed in 33 milliseconds