Searched refs:zmemcmp (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.h227 # define zmemcmp _fmemcmp macro
231 # define zmemcmp memcmp macro
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1238 if (zmemcmp(s->window + match,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.h227 # define zmemcmp _fmemcmp macro
231 # define zmemcmp memcmp macro
236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
H A Dzutil.c160 int zmemcmp(s1, s2, len) function
H A Ddeflate.c1238 if (zmemcmp(s->window + match,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c210 # define zmemcmp _fmemcmp macro
214 # define zmemcmp memcmp macro
219 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
1418 if (zmemcmp((charf *)s->window + match,
5174 int zmemcmp(s1, s2, len) function

Completed in 138 milliseconds