inflate 34 boot/generic/include/inflate.h extern int inflate(const void *, size_t, void *, size_t); inflate 218 boot/generic/src/gzip.c return inflate(stream, stream_length, dest, destlen); inflate 176 uspace/lib/compress/gzip.c errno_t ret = inflate(stream, stream_length, *dest, *destlen); inflate 34 uspace/lib/compress/inflate.h extern errno_t inflate(void *, size_t, void *, size_t);HelenOS homepage, sources at GitHub