Searched refs:zmemcmp (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
| D | zutil.h | 206 # define zmemcmp _fmemcmp macro 210 # define zmemcmp memcmp macro 215 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
|
| D | zutil.c | 152 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
|
| D | deflate.c | 1568 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
|
| /openbsd/src/lib/libz/ |
| D | zutil.h | 211 # define zmemcmp _fmemcmp macro 215 # define zmemcmp memcmp macro 220 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
|
| D | zutil.c | 150 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
|
| D | deflate.c | 1572 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
|
| /openbsd/src/sys/lib/libz/ |
| D | zutil.h | 224 # define zmemcmp _fmemcmp macro 228 # define zmemcmp memcmp macro 233 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
|
| D | zutil.c | 153 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
|
| D | deflate.c | 1572 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
|