/Linux-v5.4/lib/ |
D | decompress_inflate.c | 121 strm->next_out = out_buf; in __gunzip() 146 if (flush && strm->next_out > out_buf) { in __gunzip() 147 long l = strm->next_out - out_buf; in __gunzip() 153 strm->next_out = out_buf; in __gunzip()
|
/Linux-v5.4/fs/squashfs/ |
D | zlib_wrapper.c | 60 stream->next_out = squashfs_first_page(output); in zlib_uncompress() 73 stream->next_out = squashfs_next_page(output); in zlib_uncompress() 74 if (stream->next_out != NULL) in zlib_uncompress()
|
/Linux-v5.4/lib/zlib_inflate/ |
D | inflate.c | 111 memcpy(state->window, strm->next_out - state->wsize, state->wsize); in zlib_updatewindow() 118 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow() 121 memcpy(state->window, strm->next_out - copy, copy); in zlib_updatewindow() 168 put = strm->next_out; \ 179 strm->next_out = put; \ 739 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate() 772 Byte *saved_no = z->next_out; in zlib_inflateIncomp() 780 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp() 786 z->next_out = saved_no; in zlib_inflateIncomp()
|
D | infutil.c | 29 strm->next_out = gunzip_buf; in zlib_inflate_blob()
|
D | inffast.c | 120 out = strm->next_out - OFF; in inflate_fast() 340 strm->next_out = out + OFF; in inflate_fast()
|
/Linux-v5.4/arch/xtensa/boot/lib/ |
D | zmem.c | 70 s.next_out = dst; in gunzip() 77 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
|
/Linux-v5.4/fs/btrfs/ |
D | zlib.c | 137 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 178 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 252 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio() 291 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio() 342 workspace->strm.next_out = workspace->buf; in zlib_decompress() 397 workspace->strm.next_out = workspace->buf; in zlib_decompress()
|
/Linux-v5.4/drivers/net/ppp/ |
D | ppp_deflate.c | 216 state->strm.next_out = wptr; in z_compress() 235 state->strm.next_out = NULL; in z_compress() 322 state->strm.next_out = NULL; in z_decomp_alloc() 451 state->strm.next_out = obuf + 3; in z_decompress() 474 --state->strm.next_out; in z_decompress() 484 state->strm.next_out = overflow_buf; in z_decompress()
|
/Linux-v5.4/tools/perf/util/ |
D | lzma.c | 62 strm.next_out = buf_out; in lzma_decompress_to_file() 89 strm.next_out = buf_out; in lzma_decompress_to_file()
|
D | zlib.c | 50 zs.next_out = buf; in gzip_decompress_to_file()
|
/Linux-v5.4/fs/jffs2/ |
D | compr_zlib.c | 92 def_strm.next_out = cpage_out; in jffs2_zlib_compress() 154 inf_strm.next_out = cpage_out; in jffs2_zlib_decompress()
|
/Linux-v5.4/arch/arm/kernel/ |
D | head-inflate-data.c | 50 strm->next_out = _sdata; in __inflate_kernel_data()
|
/Linux-v5.4/fs/cramfs/ |
D | uncompress.c | 38 stream.next_out = dst; in cramfs_uncompress_block()
|
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_zlib.c | 54 compress_stream.next_out = pout_buff->data + pout_buff->offset; in cudbg_compress_buff()
|
/Linux-v5.4/include/linux/ |
D | zlib.h | 89 Byte *next_out; /* next output byte should be put there */ member
|
/Linux-v5.4/crypto/ |
D | deflate.c | 191 stream->next_out = (u8 *)dst; in __deflate_compress() 236 stream->next_out = (u8 *)dst; in __deflate_decompress()
|
/Linux-v5.4/fs/isofs/ |
D | compress.c | 123 stream.next_out = page_address(pages[curpage]) in zisofs_uncompress_block() 128 stream.next_out = (void *)&zisofs_sink_page; in zisofs_uncompress_block()
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 301 zstream->next_out = compress_next_page(c, dst); in compress_page() 302 if (IS_ERR(zstream->next_out)) in compress_page() 303 return PTR_ERR(zstream->next_out); in compress_page() 327 zstream->next_out = compress_next_page(c, dst); in compress_flush() 328 if (IS_ERR(zstream->next_out)) in compress_flush() 329 return PTR_ERR(zstream->next_out); in compress_flush() 343 memset(zstream->next_out, 0, zstream->avail_out); in compress_flush()
|
/Linux-v5.4/lib/zlib_deflate/ |
D | deflate.c | 313 if (strm->next_out != NULL) { in flush_pending() 314 memcpy(strm->next_out, s->pending_out, len); in flush_pending() 315 strm->next_out += len; in flush_pending()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | nvram_64.c | 332 stream.next_out = out; in nvram_compress()
|
/Linux-v5.4/fs/ |
D | binfmt_flat.c | 273 strm.next_out = dst; in decompress_exec()
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 993 p_hwfn->stream->next_out = unzip_buf; in qed_unzip_data()
|
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 6615 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()
|