Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:read_buf

85 local int read_buf        OF((z_streamp strm, Bytef *buf, unsigned size));
530 * (See also read_buf()).
956 local int read_buf(strm, buf, size)
1342 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);