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 …]
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 …]
1258 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; local1262 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1318 scan < strend);1325 len = (MAX_MATCH - 1) - (int)(strend-scan);1326 scan = strend - (MAX_MATCH-1);1352 scan < strend);1356 len = MAX_MATCH - (int)(strend - scan);1357 scan = strend - MAX_MATCH;1392 register Bytef *strend = s->window + s->strstart + MAX_MATCH; local1426 scan < strend);[all …]
26 if (suffix && *suffix && (suffix = strend(base, suffix))) *suffix = 0; in basename_main()
213 char *strend(char *str, char *suffix);
430 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()