Home
last modified time | relevance | path

Searched defs:strend (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
Ddeflate.c1097 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1101 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1231 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1759 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/third_party/node/deps/zlib/
Ddeflate.c1386 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1390 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1537 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2079 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/third_party/skia/third_party/externals/zlib/
Ddeflate.c1303 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1307 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1455 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2145 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/third_party/node/deps/v8/third_party/zlib/
Ddeflate.c1311 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1315 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1463 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2161 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/third_party/zlib/
Ddeflate.c1300 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1436 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
2116 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
/third_party/toybox/lib/
Dlib.c461 char *strend(char *str, char *suffix) in strend() function