Searched refs:foreptr (Results 1 – 1 of 1) sorted by relevance
1449 const unsigned char *lastptr, *foreptr, *backptr; in encodeLZ77() local1497 foreptr = &in[pos]; in encodeLZ77()1506 foreptr += skip; in encodeLZ77()1509 …while(foreptr != lastptr && *backptr == *foreptr) /*maximum supported length by deflate is max len… in encodeLZ77()1512 ++foreptr; in encodeLZ77()1514 current_length = (unsigned)(foreptr - &in[pos]); in encodeLZ77()