Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dzutil.h206 # define zmemcmp _fmemcmp macro
210 # define zmemcmp memcmp macro
215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
Dzutil.c152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
Ddeflate.c1568 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
/openbsd/src/lib/libz/
Dzutil.h211 # define zmemcmp _fmemcmp macro
215 # define zmemcmp memcmp macro
220 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
Dzutil.c150 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
Ddeflate.c1572 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
/openbsd/src/sys/lib/libz/
Dzutil.h224 # define zmemcmp _fmemcmp macro
228 # define zmemcmp memcmp macro
233 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
Dzutil.c153 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
Ddeflate.c1572 if (zmemcmp(back, here, len) != EQUAL) { in check_match()