Home
last modified time | relevance | path

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

12

/linux/fs/squashfs/
H A Dzlib_wrapper.c62 stream->next_out = squashfs_first_page(output); in zlib_uncompress()
65 if (IS_ERR(stream->next_out)) { in zlib_uncompress()
66 error = PTR_ERR(stream->next_out); in zlib_uncompress()
92 stream->next_out = squashfs_next_page(output); in zlib_uncompress()
93 if (IS_ERR(stream->next_out)) { in zlib_uncompress()
94 error = PTR_ERR(stream->next_out); in zlib_uncompress()
96 } else if (stream->next_out != NULL) in zlib_uncompress()
/linux/lib/
H A Ddecompress_inflate.c130 strm->next_out = out_buf; in __gunzip()
159 if (flush && strm->next_out > out_buf) { in __gunzip()
160 long l = strm->next_out - out_buf; in __gunzip()
166 strm->next_out = out_buf; in __gunzip()
/linux/lib/zlib_inflate/
H A Dinflate.c130 memcpy(state->window, strm->next_out - state->wsize, state->wsize); in zlib_updatewindow()
137 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow()
140 memcpy(state->window, strm->next_out - copy, copy); in zlib_updatewindow()
187 put = strm->next_out; \
198 strm->next_out = put; \
755 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate()
788 Byte *saved_no = z->next_out; in zlib_inflateIncomp()
796 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp()
802 z->next_out = saved_no; in zlib_inflateIncomp()
H A Dinfutil.c29 strm->next_out = gunzip_buf; in zlib_inflate_blob()
H A Dinffast.c99 out = strm->next_out; in inflate_fast()
318 strm->next_out = out; in inflate_fast()
/linux/drivers/net/ppp/
H A Dppp_deflate.c215 state->strm.next_out = wptr; in z_compress()
234 state->strm.next_out = NULL; in z_compress()
320 state->strm.next_out = NULL; in z_decomp_alloc()
449 state->strm.next_out = obuf + 3; in z_decompress()
472 --state->strm.next_out; in z_decompress()
482 state->strm.next_out = overflow_buf; in z_decompress()
/linux/arch/xtensa/boot/lib/
H A Dzmem.c71 s.next_out = dst; in gunzip()
78 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
/linux/fs/btrfs/
H A Dzlib.c183 workspace->strm.next_out = folio_address(out_folio); in zlib_compress_bio()
263 workspace->strm.next_out = folio_address(out_folio); in zlib_compress_bio()
300 workspace->strm.next_out = folio_address(out_folio); in zlib_compress_bio()
364 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio()
407 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio()
454 workspace->strm.next_out = workspace->buf; in zlib_decompress()
/linux/tools/perf/util/
H A Dlzma.c53 strm.next_out = buf_out; in lzma_decompress_stream_to_file()
80 strm.next_out = buf_out; in lzma_decompress_stream_to_file()
H A Dzlib.c50 zs.next_out = buf; in gzip_decompress_to_file()
/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c83 param, &strm->next_out, &avail_out, in dfltcc_cmpr()
237 *strm->next_out = (Byte)state->bi_buf; in dfltcc_deflate()
271 state->bi_buf = *strm->next_out & ((1 << state->bi_valid) - 1); in dfltcc_deflate()
H A Ddfltcc_inflate.c80 param, &strm->next_out, &avail_out, in dfltcc_xpnd()
/linux/lib/zlib_deflate/
H A Ddefutil.h431 if (strm->next_out != NULL) { in flush_pending()
432 memcpy(strm->next_out, s->pending_out, len); in flush_pending()
433 strm->next_out += len; in flush_pending()
/linux/drivers/block/zram/
H A Dbackend_deflate.c103 deflate->next_out = (u8 *)req->dst; in deflate_compress()
130 inflate->next_out = (u8 *)req->dst; in deflate_decompress()
/linux/fs/jffs2/
H A 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/crypto/
H A Ddeflate.c81 stream->next_out = walk.dst.virt.addr; in deflate_compress_one()
172 stream->next_out = walk.dst.virt.addr; in deflate_decompress_one()
/linux/arch/arm/kernel/
H A Dhead-inflate-data.c47 strm->next_out = _sdata; in __inflate_kernel_data()
/linux/fs/cramfs/
H A Duncompress.c38 stream.next_out = dst; in cramfs_uncompress_block()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c54 compress_stream.next_out = pout_buff->data + pout_buff->offset; in cudbg_compress_buff()
/linux/include/linux/
H A Dzlib.h89 Byte *next_out; /* next output byte should be put there */ member
/linux/fs/pstore/
H A Dplatform.c179 .next_out = out, in pstore_compress()
621 zstream->next_out = workspace; in decompress_record()
/linux/fs/erofs/
H A Ddecompressor_deflate.c147 (void **)&strm->z.next_out, in __z_erofs_deflate_decompress()
/linux/fs/
H A Dbinfmt_flat.c263 strm.next_out = dst; in decompress_exec()
/linux/arch/powerpc/kernel/
H A Dnvram_64.c332 stream.next_out = out; in nvram_compress()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1022 p_hwfn->stream->next_out = unzip_buf; in qed_unzip_data()

12