Home | History | Annotate | Download | only in libpng

Lines Matching refs:p_next

3662   const char *p_next;
3709 for (p = path; *p; p = p_next)
3717 p_next = (*q == '\0' ? q : q + 1);