Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Duri.rpgle80 d xmlURIUnescapeString...
81 d pr * extproc('xmlURIUnescapeString') char *
/external/libxml2/
Duri.c263 uri->fragment = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Fragment()
299 uri->query = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Query()
371 uri->user = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986Userinfo()
487 uri->server = xmlURIUnescapeString(host, cur - host, NULL); in xmlParse3986Host()
597 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathAbEmpty()
643 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathAbsolute()
685 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathRootless()
727 uri->path = xmlURIUnescapeString(*str, cur - *str, NULL); in xmlParse3986PathNoScheme()
1612 xmlURIUnescapeString(const char *str, int len, char *target) { in xmlURIUnescapeString() function
DxmlIO.c864 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlFileOpen()
1126 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlGzfileOpen()
1320 unescaped = xmlURIUnescapeString(filename, 0, NULL); in xmlXzfileOpen()
2652 unescaped = xmlURIUnescapeString(URI, 0, NULL); in __xmlOutputBufferCreateFilename()
Dlibxml2.syms1217 xmlURIUnescapeString;
Dnanoftp.c482 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
DNEWS930 - Documentation: xmlURIUnescapeString comment,
DChangeLog1274 * uri.c: fix xmlURIUnescapeString comments which was confusing
/external/libxml2/include/libxml/
Duri.h77 xmlURIUnescapeString (const char *str,
/external/libxml2/win32/
Dlibxml2.def.src2584 xmlURIUnescapeString