Searched refs:xmlURIUnescapeString (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/include/libxml/ |
D | uri.h | 77 xmlURIUnescapeString (const char *str,
|
/external/libxml2/ |
D | uri.c | 232 uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Fragment() 268 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Query() 339 uri->user = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Userinfo() 455 uri->server = xmlURIUnescapeString(host, cur - host, NULL); in xmlParse3986Host() 565 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathAbEmpty() 611 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathAbsolute() 653 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathRootless() 695 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathNoScheme() 1683 xmlURIUnescapeString(const char *str, int len, char *target) { in xmlURIUnescapeString() function
|
D | xmlIO.c | 942 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlFileOpen() 1197 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlGzfileOpen() 1386 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlXzfileOpen() 2723 unescaped = xmlURIUnescapeString(URI, 0, NULL); in __xmlOutputBufferCreateFilename()
|
D | nanoftp.c | 490 unescaped = xmlURIUnescapeString(URL, 0, NULL); in xmlNanoFTPNewCtxt()
|
D | elfgcchack.h | 14903 #undef xmlURIUnescapeString 14904 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeStrin… 14906 #ifndef xmlURIUnescapeString 14907 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility… 14908 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias macro
|