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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c3702 * xmlTextReaderSetParserProp:
3714 xmlTextReaderSetParserProp(xmlTextReaderPtr reader, int prop, int value) { function
H A Delfgcchack.h11650 #undef xmlTextReaderSetParserProp macro
11651 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
11653 #ifndef xmlTextReaderSetParserProp
11654 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
11655 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias macro

Completed in 174 milliseconds