Searched refs:zmemcmp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c76 zmemcmp(const void *s1, const void *s2, uint_t len) function
H A Dzutil.h232 # define zmemcmp _fmemcmp macro
236 # define zmemcmp memcmp macro
241 extern int zmemcmp OF((const void* s1, const void* s2, uInt len));
H A Dzutil.c166 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1244 if (zmemcmp(s->window + match,
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h205 # define zmemcmp _fmemcmp macro
209 # define zmemcmp memcmp macro
214 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c163 int ZLIB_INTERNAL zmemcmp(s1, s2, len) function
H A Ddeflate.c1362 if (zmemcmp(s->window + match,
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c223 #define zmemcmp _fmemcmp macro
227 #define zmemcmp memcmp macro
232 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
1691 if (zmemcmp(s->window + match, s->window + start, length) != EQUAL) {
5887 zmemcmp(s1, s2, len) function

Completed in 101 milliseconds