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

/external/libxml2/
H A Duri.c888 * xmlParseURI:
898 xmlParseURI(const char *str) { function
1814 * Uses xmlParseURI and xmlURIEscapeStr to try to escape correctly
2486 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2518 uri = xmlParseURI((const char *) escURI);
2601 if ((uri = xmlParseURI((const char *) path)) != NULL) {
2612 if ((uri = xmlParseURI((const char *) cal)) != NULL) {
H A Delfgcchack.h7405 #undef xmlParseURI macro
7406 extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
7408 #ifndef xmlParseURI
7409 extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
7410 #define xmlParseURI xmlParseURI__internal_alias macro

Completed in 171 milliseconds