Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlURIUnescapeString

232 	    uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL);
268 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL);
339 uri->user = xmlURIUnescapeString(*str, cur - *str, NULL);
455 uri->server = xmlURIUnescapeString(host, cur - host, NULL);
565 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
611 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
653 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
695 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL);
1669 * xmlURIUnescapeString:
1683 xmlURIUnescapeString(const char *str, int len, char *target) {
1696 "xmlURIUnescapeString: out of memory\n");