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

/external/libxml2/
H A Dxmlreader.c2813 * xmlTextReaderMoveToNextAttribute:
2822 xmlTextReaderMoveToNextAttribute(xmlTextReaderPtr reader) { function
H A Delfgcchack.h11640 #undef xmlTextReaderMoveToNextAttribute macro
11641 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
11643 #ifndef xmlTextReaderMoveToNextAttribute
11644 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
11645 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias macro

Completed in 177 milliseconds