/linux-4.4.14/crypto/ |
D | zlib.c | 153 stream->next_out = req->next_out; in zlib_compress_update() 176 req->next_out = stream->next_out; in zlib_compress_update() 191 stream->next_out = req->next_out; in zlib_compress_final() 206 req->next_out = stream->next_out; in zlib_compress_final() 267 stream->next_out = req->next_out; in zlib_decompress_update() 291 req->next_out = stream->next_out; in zlib_decompress_update() 306 stream->next_out = req->next_out; in zlib_decompress_final() 339 req->next_out = stream->next_out; in zlib_decompress_final()
|
D | deflate.c | 142 stream->next_out = (u8 *)dst; in deflate_compress() 172 stream->next_out = (u8 *)dst; in deflate_decompress()
|
D | testmgr.c | 1329 req.next_out = result; in test_pcomp() 1410 req.next_out = result; in test_pcomp()
|
/linux-4.4.14/lib/ |
D | decompress_inflate.c | 120 strm->next_out = out_buf; in __gunzip() 145 if (flush && strm->next_out > out_buf) { in __gunzip() 146 long l = strm->next_out - out_buf; in __gunzip() 152 strm->next_out = out_buf; in __gunzip()
|
/linux-4.4.14/fs/squashfs/ |
D | zlib_wrapper.c | 73 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-4.4.14/fs/btrfs/ |
D | zlib.c | 119 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 160 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 236 workspace->strm.next_out = workspace->buf; in zlib_decompress_biovec() 276 workspace->strm.next_out = workspace->buf; in zlib_decompress_biovec() 327 workspace->strm.next_out = workspace->buf; in zlib_decompress() 382 workspace->strm.next_out = workspace->buf; in zlib_decompress()
|
/linux-4.4.14/arch/xtensa/boot/lib/ |
D | zmem.c | 69 s.next_out = dst; in gunzip() 76 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
|
/linux-4.4.14/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; \ 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()
|
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-4.4.14/drivers/net/ppp/ |
D | ppp_deflate.c | 219 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-4.4.14/tools/perf/util/ |
D | lzma.c | 53 strm.next_out = buf_out; in lzma_decompress_to_file() 80 strm.next_out = buf_out; in lzma_decompress_to_file()
|
D | zlib.c | 47 zs.next_out = buf; in gzip_decompress_to_file()
|
/linux-4.4.14/fs/logfs/ |
D | compr.c | 30 stream.next_out = out; in logfs_compress() 64 stream.next_out = out; in logfs_uncompress()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | gunzip_util.c | 110 state->s.next_out = dst; in gunzip_partial() 115 len = state->s.next_out - (Byte *)dst; in gunzip_partial()
|
/linux-4.4.14/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-4.4.14/fs/cramfs/ |
D | uncompress.c | 37 stream.next_out = dst; in cramfs_uncompress_block()
|
/linux-4.4.14/include/linux/ |
D | zlib.h | 89 Byte *next_out; /* next output byte should be put there */ member
|
/linux-4.4.14/fs/isofs/ |
D | compress.c | 122 stream.next_out = page_address(pages[curpage]) in zisofs_uncompress_block() 127 stream.next_out = (void *)&zisofs_sink_page; in zisofs_uncompress_block()
|
/linux-4.4.14/include/crypto/ |
D | compress.h | 28 void *next_out; /* next output byte */ member
|
/linux-4.4.14/fs/pstore/ |
D | platform.c | 147 stream.next_out = out; in pstore_compress() 180 stream.next_out = out; in pstore_decompress()
|
/linux-4.4.14/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-4.4.14/fs/ |
D | binfmt_flat.c | 271 strm.next_out = dst; in decompress_exec()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | nvram_64.c | 346 stream.next_out = out; in nvram_compress()
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_main.c | 657 p_hwfn->stream->next_out = unzip_buf; in qed_unzip_data()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 6615 bp->strm->next_out = bp->gunzip_buf; in bnx2x_gunzip()
|