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

/external/libxml2/
H A Dparser.c2579 * In that case this is handled in xmlParseMarkupDecl
6857 xmlParseMarkupDecl(ctxt);
6968 * xmlParseMarkupDecl:
6990 xmlParseMarkupDecl(xmlParserCtxtPtr ctxt) { function
7188 xmlParseMarkupDecl(ctxt);
8473 xmlParseMarkupDecl(ctxt);
H A Delfgcchack.h7343 #undef xmlParseMarkupDecl macro
7344 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
7346 #ifndef xmlParseMarkupDecl
7347 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
7348 #define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias macro

Completed in 98 milliseconds