Searched refs:xmlTextReaderLookupNamespace (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlreader.h223 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader,
/external/libxml2/
H A Dlibxml2.syms1277 xmlTextReaderLookupNamespace;
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
H A Dxmlreader.c2544 * xmlTextReaderLookupNamespace:
2555 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) { function
H A Dxmlschemas.c21842 nsName = xmlTextReaderLookupNamespace(vctxt->reader, prefix);
H A Dtestapi.c31779 ret_val = xmlTextReaderLookupNamespace(reader, (const xmlChar *)prefix);
31786 printf("Leak of %d blocks found in xmlTextReaderLookupNamespace",
[all...]

Completed in 1460 milliseconds