Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dgunzip.c79 return zunzip(dst, dstlen, src, lenp, 1, offset); in gunzip()
275 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp, in zunzip() function
/openbmc/u-boot/include/
H A Dcommon.h434 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
/openbmc/u-boot/fs/ubifs/
H A Dubifs.c33 return zunzip(out, *out_len, (unsigned char *)in, in gzip_decompress()