Home
last modified time | relevance | path

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

/third_party/libwebsockets/win32port/zlib/
Ddeflate.c1131 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local
1135 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1265 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local
1805 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/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/zlib/
Ddeflate.c1414 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1418 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1565 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2107 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/third_party/zlib/
Ddeflate.c1376 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local
1380 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
1510 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local
2056 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/third_party/toybox/lib/
Dlib.c438 char *strend(char *str, char *suffix) in strend() function