Home | History | Annotate | Download | only in libtos

Lines Matching defs:inbuf

81 	unsigned char	*inbuf;	/* input buffer */
128 got = cread(s->fd, s->inbuf, Z_BUFSIZE);
135 s->stream.next_in = s->inbuf;
243 s->stream.next_in = s->inbuf = (unsigned char*)malloc(Z_BUFSIZE);
244 if (s->inbuf == 0) {
269 free(s->inbuf);
320 got = read(fd, s->inbuf, Z_BUFSIZE);
329 s->stream.next_in = s->inbuf;
395 sav_inbuf = s->inbuf; /* don't allocate again */
399 s->stream.next_in = s->inbuf = sav_inbuf;