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

/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.c87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
344 s->wrap = 0; /* avoid computing Adler-32 in read_buf */
638 * (See also read_buf()).
1074 local int read_buf(strm, buf, size) function
1465 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);

Completed in 669 milliseconds