Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dppp_deflate.c211 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;
/linux-2.4.37.9/lib/zlib_inflate/
Dinfutil.c33 p = z->next_out;
82 z->next_out = p;
/linux-2.4.37.9/fs/jffs2/
Dcompr_zlib.c109 strm.next_out = cpage_out; in zlib_compress()
166 strm.next_out = cpage_out; in zlib_decompress()
/linux-2.4.37.9/fs/isofs/
Dcompress.c230 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()
/linux-2.4.37.9/arch/ppc/boot/common/
Dofcommon.c118 s.next_out = dst; in gunzip()
125 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
Dmisc-common.c261 s.next_out = dst; in gunzip()
268 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
/linux-2.4.37.9/crypto/
Ddeflate.c146 stream->next_out = (u8 *)dst; in deflate_compress()
182 stream->next_out = (u8 *)dst; in deflate_decompress()
/linux-2.4.37.9/fs/cramfs/
Duncompress.c34 stream.next_out = dst; in cramfs_uncompress_block()
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.h171 Bytef *next_out; /* next output byte should be put there */ member
DzImage.c345 s.next_out = dst; in gunzip()
352 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
Dzlib.c1883 p = z->next_out;
1932 z->next_out = p;
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h169 Bytef *next_out; /* next output byte should be put there */ member
/linux-2.4.37.9/include/linux/
Dzlib.h73 Bytef *next_out; /* next output byte should be put there */ member
/linux-2.4.37.9/lib/zlib_deflate/
Ddeflate.c393 if (strm->next_out != Z_NULL) {
394 memcpy(strm->next_out, s->pending_out, len);
395 strm->next_out += len;
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c1867 p = z->next_out;
1916 z->next_out = p;