Searched defs:gunzip (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/ |
H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress.c | 24 # define gunzip NULL macro
|
H A D | decompress_inflate.c | 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
/kernel/linux/linux-6.6/arch/xtensa/boot/lib/ |
H A D | zmem.c | 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress.c | 24 # define gunzip NULL macro
|
H A D | decompress_inflate.c | 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
/third_party/zlib/examples/ |
H A D | gun.c | 548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() function
|
Completed in 5 milliseconds