Searched refs:zlib_inflate (Results 1 – 3 of 3) sorted by relevance
85 zlib_inflate(z_stream *stream, int finish) in zlib_inflate() function210 err = zlib_inflate(&stream, Z_FINISH); in z_uncompress()
174 err = zlib_inflate(&stream, Z_FINISH); in z_uncompress()
24 KMOD_ZLIB_INFLATE=${KMOD_ZLIB_INFLATE:-zlib_inflate}