Home
last modified time | relevance | path

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

/lib/zlib_deflate/
Ddeflate.c78 static int read_buf (z_streamp strm, Byte *buf, unsigned size);
503 static int read_buf( in read_buf() function
816 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window()