Home | History | Annotate | Download | only in zlib

Lines Matching defs:UPDATE

162     /* update state and reset the rest of it */
345 Update the window with the last wsize (normally 32K) bytes written before
412 # define UPDATE(check, buf, len) \
415 # define UPDATE(check, buf, len) adler32(check, buf, len)
569 When returning, a "goto inf_leave" is used to update the total counters,
570 update the check value, and determine whether any progress has been made
573 When there is a window, goto inf_leave will update the window with the last
1167 UPDATE(state->check, put - out, out);
1212 error. Call updatewindow() to create and/or update the window state.
1229 UPDATE(state->check, strm->next_out - out, out);