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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c3564 "xmlTextReaderSetup : malloc failed\n");
4858 * xmlTextReaderSetup:
4871 xmlTextReaderSetup(xmlTextReaderPtr reader, function
4905 "xmlTextReaderSetup : malloc failed\n");
4912 "xmlTextReaderSetup : malloc failed\n");
4988 "xmlTextReaderSetup : malloc failed\n");
5166 xmlTextReaderSetup(reader, NULL, NULL, encoding, options);
5201 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5238 xmlTextReaderSetup(reader, NULL, URL, encoding, options);
5277 xmlTextReaderSetup(reade
[all...]
H A Delfgcchack.h11686 #undef xmlTextReaderSetup macro
11687 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup __attribute((alias("xmlTextReaderSetup__internal_alias")));
11689 #ifndef xmlTextReaderSetup
11690 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup__internal_alias __attribute((visibility("hidden")));
11691 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias macro

Completed in 77 milliseconds