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

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c2173 * In that case this is handled in xmlParseMarkupDecl
5817 xmlParseMarkupDecl(ctxt);
5910 * xmlParseMarkupDecl:
5932 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { function
6104 xmlParseMarkupDecl(ctxt);
7258 xmlParseMarkupDecl(ctxt);
H A Delfgcchack.h7149 #undef xmlParseMarkupDecl macro
7150 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
7152 #ifndef xmlParseMarkupDecl
7153 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
7154 #define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias macro

Completed in 130 milliseconds