HomeSort by: relevance | last modified time | path
    Searched refs:zmemcmp (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
zutil.h 220 # define zmemcmp _fmemcmp macro
224 # define zmemcmp memcmp macro
229 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
zutil.c 154 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { function
deflate.c 1570 if (zmemcmp(back, here, len) != EQUAL) {
  /src/sys/net/
zlib.c 238 # define zmemcmp _fmemcmp macro
242 # define zmemcmp memcmp macro
247 extern int zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
1556 if (zmemcmp(s->window + match,
5671 int zmemcmp(s1, s2, len) function

Completed in 24 milliseconds