Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dgunzip.c91 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 Dcommon.h642 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c34 return zunzip(out, *out_len, (unsigned char *)in, in gzip_decompress()