Searched refs:zmemcmp (Results 1 – 13 of 13) sorted by relevance
| /dflybsd-src/sys/vfs/hammer2/zlib/ |
| H A D | hammer2_zlib_zutil.h | 112 # define zmemcmp _fmemcmp macro 116 # define zmemcmp memcmp macro 121 int ZLIB_INTERNAL zmemcmp((const Bytef* s1, const Bytef* s2, uInt len));
|
| H A D | hammer2_zlib_zutil.c | 163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
| H A D | hammer2_zlib_deflate.c | 773 if (zmemcmp(s->window + match, in check_match()
|
| /dflybsd-src/sbin/hammer2/zlib/ |
| H A D | hammer2_zlib_zutil.h | 112 # define zmemcmp _fmemcmp macro 116 # define zmemcmp memcmp macro 121 int ZLIB_INTERNAL zmemcmp((const Bytef* s1, const Bytef* s2, uInt len));
|
| H A D | hammer2_zlib_zutil.c | 163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
| H A D | hammer2_zlib_deflate.c | 768 if (zmemcmp(s->window + match, in check_match()
|
| /dflybsd-src/usr.sbin/makefs/hammer2/zlib/ |
| H A D | hammer2_zlib_zutil.h | 112 # define zmemcmp _fmemcmp macro 116 # define zmemcmp memcmp macro 121 int ZLIB_INTERNAL zmemcmp((const Bytef* s1, const Bytef* s2, uInt len));
|
| H A D | hammer2_zlib_zutil.c | 163 zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) in zmemcmp() function
|
| H A D | hammer2_zlib_deflate.c | 773 if (zmemcmp(s->window + match, in check_match()
|
| /dflybsd-src/contrib/zlib-1.2/ |
| H A D | zutil.h | 223 # 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 D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() function
|
| H A D | deflate.c | 1454 if (zmemcmp(s->window + match,
|
| /dflybsd-src/sys/net/ |
| H A D | zlib.c | 223 # 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
|