Searched refs:zzip (Results 1 – 2 of 2) sorted by relevance
/u-boot/lib/ |
A D | gzip.c | 42 return zzip(dst, lenp, src, srclen, 1, NULL); in gzip() 48 int zzip(void *dst, unsigned long *lenp, unsigned char *src, in zzip() function
|
/u-boot/include/ |
A D | gzip.h | 102 int zzip(void *dst, ulong *lenp, unsigned char *src, ulong srclen,
|
Completed in 2 milliseconds