Searched defs:z_uncompress (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/cddl/boot/zfs/ |
H A D | gzip.c | 54 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_uncompress() function
|
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/ |
H A D | ctf_lib.c | 54 int (*z_uncompress)(uchar_t *, ulong_t *, const uchar_t *, ulong_t); member 127 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_uncompress() function
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-zlib.c | 150 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress() function
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
H A D | zmod.c | 61 z_uncompress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_uncompress() function
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_zlib.c | 185 z_uncompress(void *dest, size_t *destLen, const void *source, size_t sourceLen) in z_uncompress() function
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | zstd_zlibwrapper.c | 1143 ZEXTERN int ZEXPORT z_uncompress OF((Bytef *dest, uLongf *destLen, in z_uncompress() function
|