Searched refs:strend (Results 1 – 9 of 9) sorted by relevance
1085 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1089 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1145 scan < strend);1152 len = (MAX_MATCH - 1) - (int)(strend-scan);1153 scan = strend - (MAX_MATCH-1);1179 scan < strend);1183 len = MAX_MATCH - (int)(strend - scan);1184 scan = strend - MAX_MATCH;1219 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1253 scan < strend);[all …]
1169 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1173 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1229 scan < strend); in longest_match()1236 len = (MAX_MATCH - 1) - (int)(strend-scan); in longest_match()1237 scan = strend - (MAX_MATCH-1); in longest_match()1263 scan < strend); in longest_match()1267 len = MAX_MATCH - (int)(strend - scan); in longest_match()1268 scan = strend - MAX_MATCH; in longest_match()1303 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1337 scan < strend); in longest_match()[all …]
1170 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1174 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1230 scan < strend);1237 len = (MAX_MATCH - 1) - (int)(strend-scan);1238 scan = strend - (MAX_MATCH-1);1264 scan < strend);1268 len = MAX_MATCH - (int)(strend - scan);1269 scan = strend - MAX_MATCH;1304 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1338 scan < strend);[all …]
26 if (suffix && *suffix && (suffix = strend(base, suffix))) *suffix = 0; in basename_main()
211 char *strend(char *str, char *suffix);
400 char *strend(char *str, char *suffix) in strend() function
64 strend equ dword ptr [esp+NbStack-76] define
612 strend(const char *s) in strend() function1854 fp = strend(arg); in parse_option()1882 fp = strend(arg); in parse_option()