Searched refs:xmlParseElementMixedContentDecl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h403 xmlParseElementMixedContentDecl
/external/libxml2/include/libxml/
H A DparserInternals.h403 xmlParseElementMixedContentDecl
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h7049 #undef xmlParseElementMixedContentDecl macro
7050 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
7052 #ifndef xmlParseElementMixedContentDecl
7053 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden")));
7054 #define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias macro
H A Dparser.c5772 * xmlParseElementMixedContentDecl:
5791 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { function
5844 "xmlParseElementMixedContentDecl : Name expected\n");
6247 tree = xmlParseElementMixedContentDecl(ctxt, inputid);
/external/libxml2/
H A Delfgcchack.h7049 #undef xmlParseElementMixedContentDecl macro
7050 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
7052 #ifndef xmlParseElementMixedContentDecl
7053 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden")));
7054 #define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias macro
H A Dparser.c5837 * xmlParseElementMixedContentDecl:
5856 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { function
5909 "xmlParseElementMixedContentDecl : Name expected\n");
6310 tree = xmlParseElementMixedContentDecl(ctxt, inputid);

Completed in 4315 milliseconds