Searched defs:read_buf (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Ddeflate.c85 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) function
1342 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);

Completed in 1346 milliseconds