Home | History | Annotate | Download | only in libpng

Lines Matching defs:endptr

30     char **endptr)
43 *endptr = (char *)nptr + (png_strlen(nptr) - len + 1);
1655 png_charp buf, units, endptr;
1702 endptr = png_ptr->chunkdata + slength;
1706 if (endptr <= buf + 12)
1759 for (params[i] = buf; buf <= endptr && *buf != 0x00; buf++)
1763 if (buf > endptr)