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

/external/libxml2/
H A Dxmlreader.c2549 * xmlTextReaderLookupNamespace:
2560 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) { function
H A Delfgcchack.h11568 #undef xmlTextReaderLookupNamespace macro
11569 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
11571 #ifndef xmlTextReaderLookupNamespace
11572 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
11573 #define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias macro

Completed in 136 milliseconds