Home
last modified time | relevance | path

Searched refs:read_buf (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/gs/zlib/
H A Ddeflate.c85 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
791 local int read_buf(strm, buf, size) in read_buf() function
1169 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
H A DChangeLog402 - read_buf buf parameter of type Bytef* instead of charf*