Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dzmod.h60 extern int z_compress(void *, size_t *, const void *, size_t);
/titanic_41/usr/src/uts/common/zmod/
H A Dzlib_lint.c43 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;
/titanic_41/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.h116 #define compress z_compress