Lines Matching defs:have
71 unsigned have, put, max = ((unsigned)-1 >> 2) + 1;
127 have = strm->avail_out;
134 have -= strm->avail_out;
135 } while (have);
201 unsigned have, copy;
205 have = (unsigned)((state->strm.next_in + state->strm.avail_in) -
207 copy = state->size - have;
210 memcpy(state->in + have, buf, copy);
295 unsigned have;
322 have = (unsigned)((strm->next_in + strm->avail_in) - state->in);
323 if (have < state->size) {
324 state->in[have] = (unsigned char)c;
383 /* make sure we have some buffer space */
473 /* make sure we have some buffer space */