Home | History | Annotate | Download | only in net

Lines Matching defs:next_in

363     Bytef    *next_in;  /* next input byte */
364 uInt avail_in; /* number of bytes available at next_in */
386 The application must update next_in and avail_in when avail_in has
506 - Compress more input starting at next_in and update next_in and avail_in
508 enough room in the output buffer), next_in and avail_in are updated and
576 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
599 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
600 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
611 the zlib header if present: this will be done by inflate(). (So next_in and
626 - Decompress more input starting at next_in and update next_in and avail_in
628 enough room in the output buffer), next_in is updated and processing
680 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was not
709 fields next_in, zalloc, zfree and opaque must be initialized before by
797 This function adds the data at next_in (avail_in bytes) to the output
801 containing the data at next_in (except that the data is not output).
845 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
859 present: this will be done by inflate(). (So next_in and avail_in may be