Searched refs:foreptr (Results 1 – 1 of 1) sorted by relevance
1702 const unsigned char * lastptr, * foreptr, * backptr; in encodeLZ77() local1744 foreptr = &in[pos]; in encodeLZ77()1752 foreptr += skip; in encodeLZ77()1755 …while(foreptr != lastptr && *backptr == *foreptr) { /*maximum supported length by deflate is max l… in encodeLZ77()1757 ++foreptr; in encodeLZ77()1759 current_length = (unsigned)(foreptr - &in[pos]); in encodeLZ77()