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

/external/libxml2/
H A Duri.c923 * xmlParseURI:
933 xmlParseURI(const char *str) { function
1739 * Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly
2424 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2456 uri = xmlParseURI((const char *) escURI);
2540 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2551 if ((uri = xmlParseURI((const char *) cal)) != NULL) {
H A Delfgcchack.h7531 #undef xmlParseURI macro
7532 extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
7534 #ifndef xmlParseURI
7535 extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
7536 #define xmlParseURI xmlParseURI__internal_alias macro

Completed in 202 milliseconds