Home | History | Annotate | Download | only in libxml2

Lines Matching full:iter

259     const char *iter = URL;
261 if ((nbpaths > 0) && (iter != NULL)) {
262 while (*iter != 0) {
263 if (*iter == '/')
264 lastsegment = iter + 1;
265 iter++;