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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h108 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
153 The application must update next_in and avail_in when avail_in has
276 - Compress more input starting at next_in and update next_in and avail_in
278 enough room in the output buffer), next_in and avail_in are updated and
289 more output, and updating avail_in or avail_out accordingly; avail_out
303 avail_in is zero after the call if enough output space has been provided
346 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
370 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
371 the caller. If next_in is not Z_NULL and avail_in i
[all...]

Completed in 31 milliseconds