Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlURIUnescapeString

263 	    uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL);
299 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL);
371 uri->user = xmlURIUnescapeString(*str, cur - *str, NULL);
487 uri->server = xmlURIUnescapeString(host, cur - host, NULL);
597 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
643 xmlURIUnescapeString(*str, cur - *str, NULL);
685 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
727 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
1598 * xmlURIUnescapeString:
1612 xmlURIUnescapeString(const char *str, int len, char *target) {