Home | History | Annotate | Download | only in libsa

Lines Matching defs:inbuf

75 	unsigned char	*inbuf;	/* input buffer */
158 got = oread(s->fd, s->inbuf, Z_BUFSIZE);
166 s->stream.next_in = s->inbuf;
278 s->stream.next_in = s->inbuf = (unsigned char *)alloc(Z_BUFSIZE);
279 if (s->inbuf == 0) {
313 dealloc(s->inbuf, Z_BUFSIZE);
367 got = oread(fd, s->inbuf, Z_BUFSIZE);
376 s->stream.next_in = s->inbuf;
470 sav_inbuf = s->inbuf; /* don't allocate again */
475 s->stream.next_in = s->inbuf = sav_inbuf;