Searched refs:strend (Results 1 – 6 of 6) sorted by relevance
1367 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1; in longest_match() local1371 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1428 scan < strend); in longest_match()1436 len = (MAX_MATCH - 1) - (int)(strend - scan); in longest_match()1437 scan = strend - (MAX_MATCH-1); in longest_match()1463 scan < strend); in longest_match()1468 len = MAX_MATCH - (int)(strend - scan); in longest_match()1469 scan = strend - MAX_MATCH; in longest_match()1500 register Bytef *strend = s->window + s->strstart + MAX_MATCH; in longest_match() local1535 scan < strend); in longest_match()[all …]
664 unsigned char *strend; in file_reader_readline() local668 strend = memchr(fr->mmapptr, fr->elsymb, sz); in file_reader_readline()670 if (strend == NULL) { in file_reader_readline()674 ret = bwscsbdup(fr->mmapptr, strend - in file_reader_readline()676 fr->mmapptr = strend + 1; in file_reader_readline()
225 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Lstat()241 if (*fn != 0 && strend(fn)[-1] == '/' && !S_ISDIR(sb->st_mode)) in Stat()
290 extern char *strend (const char *);
447 strend(const char *cp) in strend() function
1121 #define Strend(a) strend(a)