Home | History | Annotate | Download | only in zlib

Lines Matching defs:UPDATE

189     /* update state and reset the rest of it */
383 Update the window with the last wsize (normally 32K) bytes written before
450 # define UPDATE(check, buf, len) \
453 # define UPDATE(check, buf, len) adler32(check, buf, len)
602 When returning, a "goto inf_leave" is used to update the total counters,
603 update the check value, and determine whether any progress has been made
606 When there is a window, goto inf_leave will update the window with the last
1205 UPDATE(state->check, put - out, out);
1250 error. Call updatewindow() to create and/or update the window state.
1268 UPDATE(state->check, strm->next_out - out, out);