Bytef             352 ext/fileinfo/libmagic/compress.c 	z.next_in = (Bytef *)strchr((const char *)old + data_start,
Bytef              48 ext/zip/lib/zip_filerange_crc.c     Bytef buf[BUFSIZE];
Bytef             128 ext/zip/lib/zip_source_crc.c 	    ctx->crc = (zip_uint32_t)crc32(ctx->crc, (const Bytef *)data, (uInt)n); /* TODO: check for overflow, use multiple crc calls if needed */
Bytef             115 ext/zip/lib/zip_source_deflate.c     ctx->zstr.next_out = (Bytef *)data;
Bytef             150 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_in = (Bytef *)ctx->buffer;
Bytef             189 ext/zip/lib/zip_source_deflate.c     ctx->zstr.next_out = (Bytef *)data;
Bytef             220 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_in = (Bytef *)ctx->buffer;
Bytef             334 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.next_in = (Bytef *)ctx->buffer;
Bytef             107 ext/zip/lib/zip_source_pkware.c     Bytef b;
Bytef             147 ext/zlib/zlib.c 		ctx->Z.next_in = (Bytef *) ctx->buffer.data;
Bytef             149 ext/zlib/zlib.c 		ctx->Z.next_out = (Bytef *) output_context->out.data;
Bytef             330 ext/zlib/zlib.c 		Z.next_in = (Bytef *) in_buf;
Bytef             331 ext/zlib/zlib.c 		Z.next_out = (Bytef *) *out_buf;
Bytef             373 ext/zlib/zlib.c 			Z->next_out = (Bytef *) buffer.data + buffer.used;
Bytef             419 ext/zlib/zlib.c 			Z.next_in = (Bytef *) in_buf;
Bytef             306 ext/zlib/zlib_filter.c 	data->strm.next_in = data->inbuf = (Bytef *) pemalloc(data->inbuf_len, persistent);
Bytef             313 ext/zlib/zlib_filter.c 	data->strm.next_out = data->outbuf = (Bytef *) pemalloc(data->outbuf_len, persistent);