Searched refs:zunzip (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/lib/ |
| H A D | gunzip.c | 91 return zunzip(dst, dstlen, src, lenp, 1, offset); in gunzip() 287 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp, in zunzip() function
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 642 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | ubifs.c | 34 return zunzip(out, *out_len, (unsigned char *)in, in gzip_decompress()
|