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

/external/libxml2/
H A Duri.c916 * xmlParseURIReference:
928 xmlParseURIReference(xmlURIPtr uri, const char *str) { function
955 ret = xmlParseURIReference(uri, str);
1840 ret2 = xmlParseURIReference(uri, (const char *)str);
1981 ret = xmlParseURIReference(ref, (const char *) URI);
2001 ret = xmlParseURIReference(bas, (const char *) base);
2263 ret = xmlParseURIReference (ref, (const char *) URI);
2280 ret = xmlParseURIReference (bas, (const char *) base);
H A Delfgcchack.h7425 #undef xmlParseURIReference macro
7426 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
7428 #ifndef xmlParseURIReference
7429 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
7430 #define xmlParseURIReference xmlParseURIReference__internal_alias macro

Completed in 414 milliseconds