Searched refs:zmemcmp (Results 1 – 3 of 3) sorted by relevance
206 # define zmemcmp _fmemcmp macro210 # define zmemcmp memcmp macro215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
1568 if (zmemcmp(back, here, len) != EQUAL) { in check_match()