Home
last modified time | relevance | path

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

/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h112 # define zmemcmp _fmemcmp macro
116 # define zmemcmp memcmp macro
121 int ZLIB_INTERNAL zmemcmp((const Bytef* s1, const Bytef* s2, uInt len));
H A Dhammer2_zlib_zutil.c163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
H A Dhammer2_zlib_deflate.c773 if (zmemcmp(s->window + match, in check_match()
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_zutil.h112 # define zmemcmp _fmemcmp macro
116 # define zmemcmp memcmp macro
121 int ZLIB_INTERNAL zmemcmp((const Bytef* s1, const Bytef* s2, uInt len));
H A Dhammer2_zlib_zutil.c163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
H A Dhammer2_zlib_deflate.c768 if (zmemcmp(s->window + match, in check_match()
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_zutil.h112 # define zmemcmp _fmemcmp macro
116 # define zmemcmp memcmp macro
121 int ZLIB_INTERNAL zmemcmp((const Bytef* s1, const Bytef* s2, uInt len));
H A Dhammer2_zlib_zutil.c163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
H A Dhammer2_zlib_deflate.c773 if (zmemcmp(s->window + match, in check_match()
/dflybsd-src/contrib/zlib-1.2/
H A Dzutil.h223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
232 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
H A Ddeflate.c1454 if (zmemcmp(s->window + match,
/dflybsd-src/sys/net/
H A Dzlib.c223 # define zmemcmp _fmemcmp macro
227 # define zmemcmp memcmp macro
232 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
1414 if (zmemcmp((charf *)s->window + match, in check_match()
5189 zmemcmp(Bytef *s1, Bytef *s2, uInt len) function