Home
last modified time | relevance | path

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

/openbsd/lib/libz/
H A Dzutil.h207 # define zmemcmp _fmemcmp macro
211 # define zmemcmp memcmp macro
216 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
H A Dzutil.c150 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
H A Ddeflate.c1564 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
/openbsd/sys/lib/libz/
H A Dzutil.h221 # define zmemcmp _fmemcmp macro
225 # define zmemcmp memcmp macro
230 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
H A Dzutil.c153 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { in zmemcmp() function
H A Ddeflate.c1564 if (zmemcmp(back, here, len) != EQUAL) { in check_match()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzutil.h231 # define zmemcmp _fmemcmp macro
235 # define zmemcmp memcmp macro
240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c162 int ZLIB_INTERNAL zmemcmp( in zmemcmp() function
H A Ddeflate.c1499 if (zmemcmp(s->window + match, in check_match()