Home | History | Annotate | Download | only in zlib

Lines Matching defs:read_buf

88 local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
566 * (See also read_buf()).
1016 local int read_buf(strm, buf, size)
1538 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);