Home | History | Annotate | Download | only in libsa

Lines Matching defs:got

155 		int got;
158 got = oread(s->fd, s->inbuf, Z_BUFSIZE);
159 if (got <= 0) {
165 s->stream.avail_in = got;
354 int got;
355 got = oread(s->fd, s->stream.next_out,
357 if (got == -1)
358 return got;
359 s->stream.avail_out -= got;
365 int got;
367 got = oread(fd, s->inbuf, Z_BUFSIZE);
368 if (got <= 0) {
375 s->stream.avail_in = got;