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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h248 xmlTextReaderGetParserProp (xmlTextReaderPtr reader,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h11162 #undef xmlTextReaderGetParserProp macro
11163 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
11165 #ifndef xmlTextReaderGetParserProp
11166 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
11167 #define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias macro
H A Dxmlreader.c3751 * xmlTextReaderGetParserProp:
3760 xmlTextReaderGetParserProp(xmlTextReaderPtr reader, int prop) { function

Completed in 310 milliseconds