Searched refs:lastoffset (Results 1 – 2 of 2) sorted by relevance
122 off_t lastscan,lastpos,lastoffset; in main() local207 lastscan=0;lastpos=0;lastoffset=0; in main()216 if((scsc+lastoffset<oldsize) && in main()217 (old[scsc+lastoffset] == new[scsc])) in main()223 if((scan+lastoffset<oldsize) && in main()224 (old[scan+lastoffset] == new[scan])) in main()285 lastoffset=pos-scan; in main()
350 unsigned int lastoffset; member2974 offs = rar->lastoffset; in expand()3082 rar->lastoffset = offs; in expand()3085 lzss_emit_match(rar, rar->lastoffset, rar->lastlength); in expand()