Lines Matching defs:put
71 unsigned have, put, max = ((unsigned)-1 >> 2) + 1;
81 put = strm->avail_in > max ? max : strm->avail_in;
82 writ = write(state->fd, strm->next_in, put);
110 put = strm->next_out - state->x.next > (int)max ? max :
112 writ = write(state->fd, state->x.next, put);
180 z_size_t put = len;
239 return put;
340 z_size_t len, put;
358 put = gz_write(state, s, len);
359 return put < len ? -1 : (int)len;
394 /* do the printf() into the input buffer, put length in len -- the input
484 /* do the printf() into the input buffer, put length in len -- the input