Searched defs:xmlParseURIReference (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c999 ret2 = xmlParseURIReference(uri, (const char *)str);
1770 * xmlParseURIReference:
1782 xmlParseURIReference(xmlURIPtr uri, const char *str) { function
1836 ret = xmlParseURIReference(uri, str);
1868 ret = xmlParseURIReference(uri, str);
1921 ret = xmlParseURIReference(ref, (const char *) URI);
1941 ret = xmlParseURIReference(bas, (const char *) base);
2203 ret = xmlParseURIReference (ref, (const char *) URI);
2220 ret = xmlParseURIReference (bas, (const char *) base);
H A Delfgcchack.h7357 #undef xmlParseURIReference macro
7358 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
7360 #ifndef xmlParseURIReference
7361 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
7362 #define xmlParseURIReference xmlParseURIReference__internal_alias macro

Completed in 1372 milliseconds