Lines Matching defs:got
110 int got;
125 got = _file->read(_stream->next_out,
127 if (got == -1) {
128 return(got);
130 _stream->avail_out -= got;
136 got = _file->read(_inbuf, Z_BUFSIZE);
137 if (got <= 0)
140 _stream->avail_in = got;
278 int got;
280 got = _file->read(_inbuf, Z_BUFSIZE);
281 if (got <= 0) {
285 _stream->avail_in = got;