Home | History | Annotate | Download | only in zlib

Lines Matching defs:UPDATE

174     /* update state and reset the rest of it */

366 Update the window with the last wsize (normally 32K) bytes written before
433 # define UPDATE(check, buf, len) \
436 # define UPDATE(check, buf, len) adler32(check, buf, len)
585 When returning, a "goto inf_leave" is used to update the total counters,
586 update the check value, and determine whether any progress has been made
589 When there is a window, goto inf_leave will update the window with the last
1182 UPDATE(state->check, put - out, out);
1227 error. Call updatewindow() to create and/or update the window state.
1245 UPDATE(state->check, strm->next_out - out, out);