| A D | inflate.c | 151 # define UPDATE(check, buf, len) \ argument 152 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) 154 # define UPDATE(check, buf, len) adler32(check, buf, len) argument 159 # define CRC2(check, word) \ argument 163 check = crc32(check, hbuf, 2); \ 166 # define CRC4(check, word) \ argument 172 check = crc32(check, hbuf, 4); \ 469 state->check = crc32(state->check, next, copy); in inflate() 491 state->check = crc32(state->check, next, copy); in inflate() 513 state->check = crc32(state->check, next, copy); in inflate() [all …]
|