Home
last modified time | relevance | path

Searched refs:zmemcmp (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/zlib/
H A Dzutil.h213 # define zmemcmp _fmemcmp macro
217 # define zmemcmp memcmp macro
222 int ZLIB_INTERNAL zmemcmp(const void FAR *, const void FAR *, z_size_t);
H A Dzutil.c162 int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) { in zmemcmp() function
H A Ddeflate.c1609 if (zmemcmp(back, here, len) != EQUAL) { in check_match()