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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c3762 * xmlTextReaderGetParserProp:
3771 xmlTextReaderGetParserProp(xmlTextReaderPtr reader, int prop) { function
H A Delfgcchack.h11182 #undef xmlTextReaderGetParserProp macro
11183 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
11185 #ifndef xmlTextReaderGetParserProp
11186 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
11187 #define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias macro

Completed in 77 milliseconds