Searched refs:xmlURIUnescapeString (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A Duri.h77 xmlURIUnescapeString (const char *str,
/external/libxml2/
H A DxmlIO.c942 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1197 unescaped = xmlURIUnescapeString(filename, 0, NULL);
1386 unescaped = xmlURIUnescapeString(filename, 0, NULL);
2723 unescaped = xmlURIUnescapeString(URI, 0, NULL);
H A Duri.c232 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(cons function
[all...]
H A Dnanoftp.c490 unescaped = xmlURIUnescapeString(URL, 0, NULL);
H A Delfgcchack.h14903 #undef xmlURIUnescapeString macro
14904 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias")));
14906 #ifndef xmlURIUnescapeString
14907 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden")));
14908 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias macro

Completed in 298 milliseconds