Searched refs:xmlTextReaderHasAttributes (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h146 xmlTextReaderHasAttributes(xmlTextReaderPtr reader);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h11186 #undef xmlTextReaderHasAttributes macro
11187 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
11189 #ifndef xmlTextReaderHasAttributes
11190 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
11191 #define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias macro
H A Dxmlreader.c3411 * xmlTextReaderHasAttributes:
3419 xmlTextReaderHasAttributes(xmlTextReaderPtr reader) { function

Completed in 108 milliseconds