Searched refs:__gunzip (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | decompress_inflate.c | 38 STATIC int INIT __gunzip(unsigned char *buf, long len, in __gunzip() function 194 return __gunzip(buf, len, fill, flush, out_buf, 0, pos, error); in gunzip() 204 return __gunzip(buf, len, fill, flush, out_buf, out_len, pos, error); in __decompress()
|