Home
last modified time | relevance | path

Searched refs:xmlParseURIReference (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Duri.h66 xmlParseURIReference (xmlURIPtr uri,
/reactos/sdk/lib/3rdparty/libxml2/
H A Duri.c970 xmlParseURIReference(xmlURIPtr uri, const char *str) { in xmlParseURIReference() function
997 ret = xmlParseURIReference(uri, str); in xmlParseURIRaw()
1767 ret2 = xmlParseURIReference(uri, (const char *)str); in xmlURIEscape()
1914 ret = xmlParseURIReference(ref, (const char *) URI); in xmlBuildURI()
1934 ret = xmlParseURIReference(bas, (const char *) base); in xmlBuildURI()
2196 ret = xmlParseURIReference (ref, (const char *) URI); in xmlBuildRelativeURI()
2213 ret = xmlParseURIReference (bas, (const char *) base); in xmlBuildRelativeURI()