Searched defs:strend (Results 1 – 9 of 9) sorted by relevance
1097 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1101 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1231 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1759 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local2063 Bytef *scan, *strend; /* scan goes up to strend for length of run */ local
1425 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1429 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1576 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local2118 Bytef *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
20 unsigned char *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
90 uint8_t *strend = strstart + count; in INSERT_STRING() local
64 strend equ dword ptr [esp+NbStack-76] define
459 static bool strend(const char *haystack, const char *needle) in strend() function
495 char *strend(char *str, char *suffix) in strend() function