Home
last modified time | relevance | path

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

/external/u-boot/lib/
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
/external/u-boot/include/
Dcommon.h436 int zunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp,
/external/u-boot/fs/ubifs/
Dubifs.c33 return zunzip(out, *out_len, (unsigned char *)in, in gzip_decompress()