Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzutil.h206 # define zmemcmp _fmemcmp macro
210 # define zmemcmp memcmp macro
215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
H A Dzutil.c152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
H A Ddeflate.c1568 if (zmemcmp(back, here, len) != EQUAL) { in check_match()