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