Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Ddecompress_inflate.c121 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-v4.19/fs/squashfs/
Dzlib_wrapper.c73 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
86 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
87 if (stream->next_out != NULL) in zlib_uncompress()
/Linux-v4.19/fs/btrfs/
Dzlib.c109 workspace->strm.next_out = cpage_out; in zlib_compress_pages()
150 workspace->strm.next_out = cpage_out; in zlib_compress_pages()
224 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio()
263 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio()
314 workspace->strm.next_out = workspace->buf; in zlib_decompress()
369 workspace->strm.next_out = workspace->buf; in zlib_decompress()
/Linux-v4.19/arch/xtensa/boot/lib/
Dzmem.c70 s.next_out = dst; in gunzip()
77 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
/Linux-v4.19/lib/zlib_inflate/
Dinflate.c111 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; \
727 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate()
760 Byte *saved_no = z->next_out; in zlib_inflateIncomp()
768 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp()
774 z->next_out = saved_no; in zlib_inflateIncomp()
Dinfutil.c29 strm->next_out = gunzip_buf; in zlib_inflate_blob()
Dinffast.c120 out = strm->next_out - OFF; in inflate_fast()
340 strm->next_out = out + OFF; in inflate_fast()
/Linux-v4.19/drivers/net/ppp/
Dppp_deflate.c219 state->strm.next_out = wptr; in z_compress()
238 state->strm.next_out = NULL; in z_compress()
325 state->strm.next_out = NULL; in z_decomp_alloc()
454 state->strm.next_out = obuf + 3; in z_decompress()
477 --state->strm.next_out; in z_decompress()
487 state->strm.next_out = overflow_buf; in z_decompress()
/Linux-v4.19/tools/perf/util/
Dlzma.c61 strm.next_out = buf_out; in lzma_decompress_to_file()
88 strm.next_out = buf_out; in lzma_decompress_to_file()
Dzlib.c52 zs.next_out = buf; in gzip_decompress_to_file()
/Linux-v4.19/fs/jffs2/
Dcompr_zlib.c92 def_strm.next_out = cpage_out; in jffs2_zlib_compress()
154 inf_strm.next_out = cpage_out; in jffs2_zlib_decompress()
/Linux-v4.19/arch/arm/kernel/
Dhead-inflate-data.c53 strm->next_out = _sdata; in __inflate_kernel_data()
/Linux-v4.19/fs/cramfs/
Duncompress.c38 stream.next_out = dst; in cramfs_uncompress_block()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_zlib.c66 compress_stream.next_out = pout_buff->data + pout_buff->offset; in cudbg_compress_buff()
/Linux-v4.19/crypto/
Ddeflate.c195 stream->next_out = (u8 *)dst; in __deflate_compress()
240 stream->next_out = (u8 *)dst; in __deflate_decompress()
/Linux-v4.19/include/linux/
Dzlib.h89 Byte *next_out; /* next output byte should be put there */ member
/Linux-v4.19/fs/isofs/
Dcompress.c128 stream.next_out = page_address(pages[curpage]) in zisofs_uncompress_block()
133 stream.next_out = (void *)&zisofs_sink_page; in zisofs_uncompress_block()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.c262 zstream->next_out = compress_next_page(dst); in compress_page()
263 if (IS_ERR(zstream->next_out)) in compress_page()
264 return PTR_ERR(zstream->next_out); in compress_page()
288 zstream->next_out = compress_next_page(dst); in compress_flush()
289 if (IS_ERR(zstream->next_out)) in compress_flush()
290 return PTR_ERR(zstream->next_out); in compress_flush()
304 memset(zstream->next_out, 0, zstream->avail_out); in compress_flush()
/Linux-v4.19/lib/zlib_deflate/
Ddeflate.c313 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-v4.19/arch/powerpc/kernel/
Dnvram_64.c342 stream.next_out = out; in nvram_compress()
/Linux-v4.19/fs/
Dbinfmt_flat.c261 strm.next_out = dst; in decompress_exec()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_main.c875 p_hwfn->stream->next_out = unzip_buf; in qed_unzip_data()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c6617 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()