Searched refs:z_compress (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | zmod.h | 60 extern int z_compress(void *, size_t *, const void *, size_t);
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | zlib_lint.c | 43 z_compress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_compress() function
|
H A D | zmod.c | 95 z_compress(void *dst, size_t *dstlen, const void *src, size_t srclen) in z_compress() function
|
H A D | mapfile | 45 z_compress;
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | deflate.c | 86 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 D | zlib.h | 116 #define compress z_compress
|