next_in           562 ext/bz2/bz2.c  	bzs.next_in = source;
next_in           116 ext/bz2/bz2_filter.c 			memcpy(data->strm.next_in, bucket->buf + bin, desired);
next_in           134 ext/bz2/bz2_filter.c 			data->strm.next_in = data->inbuf;
next_in           237 ext/bz2/bz2_filter.c 			memcpy(data->strm.next_in, bucket->buf + bin, desired);
next_in           247 ext/bz2/bz2_filter.c 			data->strm.next_in = data->inbuf;
next_in           330 ext/bz2/bz2_filter.c 	data->strm.next_in = data->inbuf = (char *) pemalloc(data->inbuf_len, persistent);
next_in           430 ext/bz2/bz2_filter.c 		pefree(data->strm.next_in, persistent);
next_in           352 ext/fileinfo/libmagic/compress.c 	z.next_in = (Bytef *)strchr((const char *)old + data_start,
next_in           150 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_in = (Bytef *)ctx->buffer;
next_in           220 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_in = (Bytef *)ctx->buffer;
next_in           260 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.next_in = NULL;
next_in           334 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.next_in = (Bytef *)ctx->buffer;
next_in           147 ext/zlib/zlib.c 		ctx->Z.next_in = (Bytef *) ctx->buffer.data;
next_in           330 ext/zlib/zlib.c 		Z.next_in = (Bytef *) in_buf;
next_in           419 ext/zlib/zlib.c 			Z.next_in = (Bytef *) in_buf;
next_in            94 ext/zlib/zlib_filter.c 			memcpy(data->strm.next_in, bucket->buf + bin, desired);
next_in           105 ext/zlib/zlib_filter.c 				data->strm.next_in = data->inbuf;
next_in           110 ext/zlib/zlib_filter.c 			data->strm.next_in = data->inbuf;
next_in           213 ext/zlib/zlib_filter.c 			memcpy(data->strm.next_in, bucket->buf + bin, desired);
next_in           223 ext/zlib/zlib_filter.c 			data->strm.next_in = data->inbuf;
next_in           306 ext/zlib/zlib_filter.c 	data->strm.next_in = data->inbuf = (Bytef *) pemalloc(data->inbuf_len, persistent);
next_in           425 ext/zlib/zlib_filter.c 		pefree(data->strm.next_in, persistent);