========================================================================= */
| 126 | |
| 127 | /* ========================================================================= */ |
| 128 | uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { |
| 129 | return adler32_z(adler, buf, len); |
| 130 | } |
| 131 | |
| 132 | /* ========================================================================= */ |
| 133 | local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { |