Searched refs:zzip (Results 1 – 2 of 2) sorted by relevance
/third_party/uboot/u-boot-2020.01/lib/ |
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
|
/third_party/uboot/u-boot-2020.01/include/ |
D | gzip.h | 100 int zzip(void *dst, ulong *lenp, unsigned char *src, ulong srclen,
|