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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c2750 * xmlTextReaderMoveToNextAttribute:
2759 xmlTextReaderMoveToNextAttribute(xmlTextReaderPtr reader) { function
H A Delfgcchack.h11386 #undef xmlTextReaderMoveToNextAttribute macro
11387 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
11389 #ifndef xmlTextReaderMoveToNextAttribute
11390 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
11391 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias macro

Completed in 141 milliseconds