uInt               65 ext/zip/lib/zip_filerange_crc.c 	*crcp = crc32(*crcp, buf, (uInt)n);
uInt              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 */
uInt              116 ext/zip/lib/zip_source_deflate.c     ctx->zstr.avail_out = (uInt)len; /* TODO: check for overflow */
uInt              151 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.avail_in = (uInt)n;
uInt              190 ext/zip/lib/zip_source_deflate.c     ctx->zstr.avail_out = (uInt)len; /* TODO: check for overflow */
uInt              221 ext/zip/lib/zip_source_deflate.c 		    ctx->zstr.avail_in = (uInt)n;
uInt              335 ext/zip/lib/zip_source_deflate.c 	ctx->zstr.avail_in = (uInt)n /* TODO: check for overflow */;
uInt               53 ext/zlib/zlib.c static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size)
uInt               41 ext/zlib/zlib_filter.c static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size)