Searched refs:zmemcmp (Results 1 – 3 of 3) sorted by relevance
213 # define zmemcmp _fmemcmp macro217 # define zmemcmp memcmp macro222 int ZLIB_INTERNAL zmemcmp(const void FAR *, const void FAR *, z_size_t);
162 int ZLIB_INTERNAL zmemcmp(const void FAR *s1, const void FAR *s2, z_size_t n) { in zmemcmp() function
1609 if (zmemcmp(back, here, len) != EQUAL) { in check_match()