Searched refs:next_out (Results 1 – 15 of 15) sorted by relevance
211 state->strm.next_out = wptr;230 state->strm.next_out = NULL;308 state->strm.next_out = NULL;420 state->strm.next_out = obuf + 3;443 --state->strm.next_out;453 state->strm.next_out = overflow_buf;
33 p = z->next_out;82 z->next_out = p;
109 strm.next_out = cpage_out; in zlib_compress()166 strm.next_out = cpage_out; in zlib_decompress()
230 stream.next_out = page_address(page); in zisofs_readpage()232 stream.next_out = (void *)&zisofs_sink_page; in zisofs_readpage()281 memset(stream.next_out, 0, stream.avail_out); in zisofs_readpage()
118 s.next_out = dst; in gunzip()125 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
261 s.next_out = dst; in gunzip()268 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
146 stream->next_out = (u8 *)dst; in deflate_compress()182 stream->next_out = (u8 *)dst; in deflate_decompress()
34 stream.next_out = dst; in cramfs_uncompress_block()
171 Bytef *next_out; /* next output byte should be put there */ member
345 s.next_out = dst; in gunzip()352 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
1883 p = z->next_out;1932 z->next_out = p;
169 Bytef *next_out; /* next output byte should be put there */ member
73 Bytef *next_out; /* next output byte should be put there */ member
393 if (strm->next_out != Z_NULL) {394 memcpy(strm->next_out, s->pending_out, len);395 strm->next_out += len;
1867 p = z->next_out;1916 z->next_out = p;