Bytef             363 ext/fileinfo/libmagic/compress.c 	z.next_in = (Bytef *)strchr((const char *)old + data_start,
Bytef              44 ext/zip/lib/zip_filerange_crc.c     Bytef buf[BUFSIZE];
Bytef             129 ext/zip/lib/zip_source_crc.c 		    ctx->crc = (zip_uint32_t)crc32(ctx->crc, (const Bytef *)data+i, (uInt)nn);
Bytef             112 ext/zip/lib/zip_source_deflate.c     ctx->zstr.next_out = (Bytef *)data;
Bytef             135 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_out = (Bytef *)data+out_offset;
Bytef             169 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_in = (Bytef *)ctx->buffer;
Bytef             211 ext/zip/lib/zip_source_deflate.c     ctx->zstr.next_out = (Bytef *)data;
Bytef             224 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_out = (Bytef *)data+out_offset;
Bytef             254 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.next_in = (Bytef *)ctx->buffer;
Bytef             364 ext/zip/lib/zip_source_deflate.c             ctx->zstr.next_in = (Bytef *)ctx->buffer;
Bytef             102 ext/zip/lib/zip_source_pkware.c     Bytef b;
Bytef             111 ext/zip/lib/zip_source_pkware.c 	    b ^= (Bytef)tmp;
Bytef             121 ext/zip/lib/zip_source_pkware.c 	b = (Bytef)(ctx->key[1] >> 24);
Bytef             170 ext/zlib/zlib.c 		ctx->Z.next_in = (Bytef *) ctx->buffer.data;
Bytef             172 ext/zlib/zlib.c 		ctx->Z.next_out = (Bytef *) output_context->out.data;
Bytef             351 ext/zlib/zlib.c 		Z.next_in = (Bytef *) in_buf;
Bytef             352 ext/zlib/zlib.c 		Z.next_out = (Bytef *) ZSTR_VAL(out);
Bytef             391 ext/zlib/zlib.c 			Z->next_out = (Bytef *) buffer.data + buffer.used;
Bytef             437 ext/zlib/zlib.c 			Z.next_in = (Bytef *) in_buf;
Bytef             947 ext/zlib/zlib.c 	ctx->next_in = (Bytef *) in_buf;
Bytef             948 ext/zlib/zlib.c 	ctx->next_out = (Bytef *) ZSTR_VAL(out);
Bytef             962 ext/zlib/zlib.c 					ctx->next_out = (Bytef *) ZSTR_VAL(out) + buffer_used;
Bytef             975 ext/zlib/zlib.c 					ctx->next_out = (Bytef *) ZSTR_VAL(out) + buffer_used;
Bytef             984 ext/zlib/zlib.c 					switch (inflateSetDictionary(ctx, (Bytef *) php_ctx->inflateDict, php_ctx->inflateDictlen)) {
Bytef            1098 ext/zlib/zlib.c 			int success = deflateSetDictionary(ctx, (Bytef *) dict, dictlen);
Bytef            1162 ext/zlib/zlib.c 	ctx->next_in = (Bytef *) in_buf;
Bytef            1163 ext/zlib/zlib.c 	ctx->next_out = (Bytef *) ZSTR_VAL(out);
Bytef             308 ext/zlib/zlib_filter.c 	data->strm.next_in = data->inbuf = (Bytef *) pemalloc(data->inbuf_len, persistent);
Bytef             315 ext/zlib/zlib_filter.c 	data->strm.next_out = data->outbuf = (Bytef *) pemalloc(data->outbuf_len, persistent);