Home | History | Annotate | Download | only in src

Lines Matching refs:read_buf

87 local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
344 s->wrap = 0; /* avoid computing Adler-32 in read_buf */
640 * (See also read_buf()).
1076 local int read_buf(strm, buf, size)
1467 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);