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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlreader.h223 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader,
/external/libxml2/include/libxml/
H A Dxmlreader.h223 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader,
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h11418 #undef xmlTextReaderLookupNamespace macro
11419 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
11421 #ifndef xmlTextReaderLookupNamespace
11422 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
11423 #define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias macro
H A Dxmlreader.c2504 * xmlTextReaderLookupNamespace:
2515 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) { function
H A Dxmlschemas.c21811 nsName = xmlTextReaderLookupNamespace(vctxt->reader, prefix);
H A Dtestapi.c31537 ret_val = xmlTextReaderLookupNamespace(reader, (const xmlChar *)prefix);
31544 printf("Leak of %d blocks found in xmlTextReaderLookupNamespace",
[all...]
/external/libxml2/
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.c2527 * xmlTextReaderLookupNamespace:
2538 xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) { function
H A Dxmlschemas.c21840 nsName = xmlTextReaderLookupNamespace(vctxt->reader, prefix);

Completed in 390 milliseconds