Searched refs:zunzip (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/ |
H A D | gunzip.c | 79 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 D | common.h | 419 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.c | 33 return zunzip(out, *out_len, (unsigned char *)in, in gzip_decompress()
|