Home
last modified time | relevance | path

Searched refs:UPDATE_CHECK (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dinflate.c418 # define UPDATE_CHECK(check, buf, len) \ macro
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) macro
1191 UPDATE_CHECK(state->check, put - out, out); in inflate()
1257 UPDATE_CHECK(state->check, strm->next_out - out, out); in inflate()
/openbsd/src/sys/lib/libz/
Dinflate.c418 # define UPDATE_CHECK(check, buf, len) \ macro
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) macro
1269 UPDATE_CHECK(state->check, put - out, out); in inflate()
1343 UPDATE_CHECK(state->check, strm->next_out - out, out); in inflate()
/openbsd/src/lib/libz/
Dinflate.c418 # define UPDATE_CHECK(check, buf, len) \ macro
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len) macro
1270 UPDATE_CHECK(state->check, put - out, out); in inflate()
1344 UPDATE_CHECK(state->check, strm->next_out - out, out); in inflate()