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

  /src/common/dist/zlib/
zutil.c 154 int ZLIB_INTERNAL zmemcmp(const Bytef* s1, const Bytef* s2, uInt len) { function in typeref:typename:int ZLIB_INTERNAL
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);
  /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 16 milliseconds