Home | History | Annotate | Download | only in libpng16

Lines Matching defs:endptr

2157    png_bytep buffer, buf, units, endptr;
2203 endptr = buffer + length;
2208 if (endptr - buf <= 12)
2260 for (params[i] = (png_charp)buf; buf <= endptr && *buf != 0; buf++)
2264 if (buf > endptr)