Home
last modified time | relevance | path

Searched refs:z_compress (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c51 int (*z_compress)(z_stream *, int); member
108 zlib.z_compress = (int (*)()) dlsym(zlib.z_dlp, "deflate"); in ctf_zopen()
113 zlib.z_initcomp == NULL|| zlib.z_compress == NULL || in ctf_zopen()
209 if ((err = zlib.z_compress(&czd->czd_zstr, Z_NO_FLUSH)) != Z_OK) in ctf_zdata_compress_buffer()
232 err = zlib.z_compress(&czd->czd_zstr, flag); in ctf_zdata_flush()
315 z_compress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_compress() function
330 if ((err = zlib.z_compress(&zs, Z_FINISH)) != Z_STREAM_END) { in z_compress()
/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h58 extern int z_compress(void *, size_t *, const void *, size_t);
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib_lint.c41 z_compress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_compress() function
H A Dzmod.c95 z_compress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_compress() function
H A Dmapfile45 z_compress;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c86 static int z_compress(void *state, mblk_t **mret,
104 z_compress, /* compress */
122 z_compress, /* compress */
300 z_compress(void *arg, mblk_t **mret, mblk_t *mp, int orig_len, int maxolen) in z_compress() function
H A Dzlib.h114 #define compress z_compress