Searched refs:xmlTextReaderMoveToNextAttribute (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h232 xmlTextReaderMoveToNextAttribute(xmlTextReaderPtr reader);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h11366 #undef xmlTextReaderMoveToNextAttribute macro
11367 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
11369 #ifndef xmlTextReaderMoveToNextAttribute
11370 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
11371 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias macro
H A Dxmlreader.c2739 * xmlTextReaderMoveToNextAttribute:
2748 xmlTextReaderMoveToNextAttribute(xmlTextReaderPtr reader) { function
H A Dxmlschemas.c26719 ret = xmlTextReaderMoveToNextAttribute(vctxt->reader);

Completed in 218 milliseconds