Home
last modified time | relevance | path

Searched refs:xmlURIUnescapeString (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
Duri.h77 xmlURIUnescapeString (const char *str,
/external/chromium_org/third_party/libxml/src/include/libxml/
Duri.h77 xmlURIUnescapeString (const char *str,
/external/chromium_org/third_party/libxml/src/
Duri.c232 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
DxmlIO.c939 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlFileOpen()
1194 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlGzfileOpen()
2597 unescaped = xmlURIUnescapeString(URI, 0, NULL); in __xmlOutputBufferCreateFilename()
Dnanoftp.c489 unescaped = xmlURIUnescapeString(URL, 0, NULL); in xmlNanoFTPNewCtxt()
Delfgcchack.h14903 #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
DNEWS300 - Documentation: xmlURIUnescapeString comment,
DChangeLog1274 * uri.c: fix xmlURIUnescapeString comments which was confusing
/external/libxml2/
Duri.c263 uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Fragment()
299 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Query()
370 uri->user = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Userinfo()
486 uri->server = xmlURIUnescapeString(host, cur - host, NULL); in xmlParse3986Host()
596 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathAbEmpty()
642 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathAbsolute()
684 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathRootless()
726 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathNoScheme()
1609 xmlURIUnescapeString(const char *str, int len, char *target) { in xmlURIUnescapeString() function
DxmlIO.c953 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlFileOpen()
1208 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlGzfileOpen()
1397 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlXzfileOpen()
2731 unescaped = xmlURIUnescapeString(URI, 0, NULL); in __xmlOutputBufferCreateFilename()
Dnanoftp.c490 unescaped = xmlURIUnescapeString(URL, 0, NULL); in xmlNanoFTPNewCtxt()
Delfgcchack.h15077 #undef xmlURIUnescapeString
15078 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeStrin…
15080 #ifndef xmlURIUnescapeString
15081 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility…
15082 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias macro
/external/chromium_org/third_party/libxslt/libexslt/
Dstrings.c329 ret = (xmlChar *) xmlURIUnescapeString((const char *)str,0,NULL); in exsltStrDecodeUriFunction()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2564 xmlURIUnescapeString