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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c9378 * xmlParseMisc:
9387 xmlParseMisc(xmlParserCtxtPtr ctxt) { function
9488 xmlParseMisc(ctxt);
9517 xmlParseMisc(ctxt);
9536 xmlParseMisc(ctxt);
H A Delfgcchack.h7171 #undef xmlParseMisc macro
7172 extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
7174 #ifndef xmlParseMisc
7175 extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
7176 #define xmlParseMisc xmlParseMisc__internal_alias macro

Completed in 91 milliseconds