Home | History | Annotate | Download | only in zlib

Lines Matching refs:Call

73 /* Compression function. Returns the block state after the call. */
314 Call UPDATE_HASH() MIN_MATCH-3 more times
949 int old_flush; /* value of flush param for previous deflate call */
975 * return OK instead of BUF_ERROR at next call of deflate:
1194 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1197 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1200 * empty block here, this will be done at next call. This also
1224 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
1252 /* If avail_out is zero, the application will call deflate again
1881 Call UPDATE_HASH() MIN_MATCH-3 more times
1884 * matter since it will be recomputed at next deflate call.