Lines Matching defs:value
225 int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
238 value &= (1L << bits) - 1;
239 state->hold += (unsigned)value << state->bits;
583 update the check value, and determine whether any progress has been made
1249 Return from inflate(), updating the total counts and the check value.
1263 * We write a defined value in the unused space to help mark
1266 * that the data is over when the buffer has a zero/null value).
1384 return value is how many bytes were read including the last byte of the
1386 yet and the return value is len. In the latter case, syncsearch() can be
1448 state->wrap &= ~4; /* no point in computing a check value now */