next_in 48 arch/arm/kernel/head-inflate-data.c strm->next_in = in; next_in 329 arch/powerpc/kernel/nvram_64.c stream.next_in = in; next_in 68 arch/xtensa/boot/lib/zmem.c s.next_in = src + i; next_in 189 crypto/deflate.c stream->next_in = (u8 *)src; next_in 234 crypto/deflate.c stream->next_in = (u8 *)src; next_in 247 crypto/deflate.c stream->next_in = &zerostuff; next_in 294 drivers/gpu/drm/i915/i915_gpu_error.c zstream->next_in = src; next_in 296 drivers/gpu/drm/i915/i915_gpu_error.c zstream->next_in = c->tmp; next_in 6613 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c bp->strm->next_in = (typeof(bp->strm->next_in))zbuf + n; next_in 52 drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib.c compress_stream.next_in = pin_buff->data; next_in 991 drivers/net/ethernet/qlogic/qed/qed_main.c p_hwfn->stream->next_in = input_buf; next_in 105 drivers/net/ppp/ppp_deflate.c state->strm.next_in = NULL; next_in 222 drivers/net/ppp/ppp_deflate.c state->strm.next_in = rptr; next_in 449 drivers/net/ppp/ppp_deflate.c state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD; next_in 535 drivers/net/ppp/ppp_deflate.c state->strm.next_in = ibuf + 3; next_in 538 drivers/net/ppp/ppp_deflate.c --state->strm.next_in; next_in 215 fs/binfmt_flat.c strm.next_in = buf; next_in 270 fs/binfmt_flat.c strm.next_in += ret; next_in 288 fs/binfmt_flat.c strm.next_in = buf; next_in 136 fs/btrfs/zlib.c workspace->strm.next_in = data_in; next_in 199 fs/btrfs/zlib.c workspace->strm.next_in = data_in; next_in 247 fs/btrfs/zlib.c workspace->strm.next_in = data_in; next_in 262 fs/btrfs/zlib.c workspace->strm.next_in += 2; next_in 303 fs/btrfs/zlib.c workspace->strm.next_in = data_in; next_in 338 fs/btrfs/zlib.c workspace->strm.next_in = data_in; next_in 352 fs/btrfs/zlib.c workspace->strm.next_in += 2; next_in 35 fs/cramfs/uncompress.c stream.next_in = src; next_in 67 fs/cramfs/uncompress.c stream.next_in = NULL; next_in 138 fs/isofs/compress.c stream.next_in = bhs[curbh]->b_data + next_in 89 fs/jffs2/compr_zlib.c def_strm.next_in = data_in; next_in 150 fs/jffs2/compr_zlib.c inf_strm.next_in = data_in; next_in 166 fs/jffs2/compr_zlib.c inf_strm.next_in += 2; next_in 67 fs/squashfs/zlib_wrapper.c stream->next_in = bh[k]->b_data + offset; next_in 85 include/linux/zlib.h const Byte *next_in; /* next input byte */ next_in 103 lib/decompress_inflate.c strm->next_in = zbuf + 10; next_in 118 lib/decompress_inflate.c } while (*strm->next_in++); next_in 140 lib/decompress_inflate.c strm->next_in = zbuf; next_in 170 lib/decompress_inflate.c *pos = strm->next_in - zbuf+8; next_in 341 lib/zlib_deflate/deflate.c if ((strm->next_in == NULL && strm->avail_in != 0) || next_in 507 lib/zlib_deflate/deflate.c strm->adler = zlib_adler32(strm->adler, strm->next_in, len); next_in 509 lib/zlib_deflate/deflate.c memcpy(buf, strm->next_in, len); next_in 510 lib/zlib_deflate/deflate.c strm->next_in += len; next_in 118 lib/zlib_inflate/inffast.c in = strm->next_in - OFF; next_in 339 lib/zlib_inflate/inffast.c strm->next_in = in + OFF; next_in 170 lib/zlib_inflate/inflate.c next = strm->next_in; \ next_in 181 lib/zlib_inflate/inflate.c strm->next_in = next; \ next_in 339 lib/zlib_inflate/inflate.c (strm->next_in == NULL && strm->avail_in != 0)) next_in 780 lib/zlib_inflate/inflate.c z->next_out = (unsigned char*)z->next_in + z->avail_in; next_in 789 lib/zlib_inflate/inflate.c UPDATE(state->check, z->next_in, z->avail_in); next_in 793 lib/zlib_inflate/inflate.c z->next_in += z->avail_in; next_in 27 lib/zlib_inflate/infutil.c strm->next_in = zbuf; next_in 60 tools/perf/util/lzma.c strm.next_in = NULL; next_in 67 tools/perf/util/lzma.c strm.next_in = buf_in; next_in 29 tools/perf/util/zlib.c .next_in = Z_NULL, next_in 46 tools/perf/util/zlib.c zs.next_in = ptr;