Searched defs:xmlTextReaderIsEmptyElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlreader.c3031 * xmlTextReaderIsEmptyElement:
3039 xmlTextReaderIsEmptyElement(xmlTextReaderPtr reader) { function
H A Delfgcchack.h11346 #undef xmlTextReaderIsEmptyElement macro
11347 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
11349 #ifndef xmlTextReaderIsEmptyElement
11350 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
11351 #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias macro
/external/libxml2/
H A Dxmlreader.c3054 * xmlTextReaderIsEmptyElement:
3062 xmlTextReaderIsEmptyElement(xmlTextReaderPtr reader) { function
H A Delfgcchack.h11496 #undef xmlTextReaderIsEmptyElement macro
11497 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
11499 #ifndef xmlTextReaderIsEmptyElement
11500 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
11501 #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias macro

Completed in 4059 milliseconds