Home | History | Annotate | Download | only in lodepng

Lines Matching defs:lastptr

1449   const unsigned char *lastptr, *foreptr, *backptr;
1483 lastptr = &in[insize < pos + MAX_SUPPORTED_DEFLATE_LENGTH ? insize : pos + MAX_SUPPORTED_DEFLATE_LENGTH];
1509 while(foreptr != lastptr && *backptr == *foreptr) /*maximum supported length by deflate is max length*/