Lines Matching defs:put
67 unsigned have, put, max = ((unsigned)-1 >> 2) + 1;
77 put = strm->avail_in > max ? max : strm->avail_in;
78 writ = write(state->fd, strm->next_in, put);
106 put = strm->next_out - state->x.next > (int)max ? max :
108 writ = write(state->fd, state->x.next, put);
174 z_size_t put = len;
233 return put;
333 z_size_t len, put;
351 put = gz_write(state, s, len);
352 return put < len ? -1 : (int)len;
387 /* do the printf() into the input buffer, put length in len -- the input
477 /* do the printf() into the input buffer, put length in len -- the input