Home | History | Annotate | Download | only in lodepng

Lines Matching full:foreptr

1449   const unsigned char *lastptr, *foreptr, *backptr;
1497 foreptr = &in[pos];
1506 foreptr += skip;
1509 while(foreptr != lastptr && *backptr == *foreptr) /*maximum supported length by deflate is max length*/
1512 ++foreptr;
1514 current_length = (unsigned)(foreptr - &in[pos]);