Searched refs:xmlParseComment (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h411 xmlParseComment (xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms178 xmlParseComment;
H A Dparser.c4851 "xmlParseComment: invalid xmlChar value %d\n",
4862 "xmlParseComment: invalid xmlChar value %d\n",
4927 "xmlParseComment: invalid xmlChar value %d\n",
4949 * xmlParseComment:
4959 xmlParseComment(xmlParserCtxtPtr ctxt) { function
6980 xmlParseComment(ctxt);
10034 xmlParseComment(ctxt);
10760 xmlParseComment(ctxt);
11666 xmlParseComment(ctxt);
11877 xmlParseComment(ctx
[all...]
H A Delfgcchack.h7051 #undef xmlParseComment macro
7052 extern __typeof (xmlParseComment) xmlParseComment __attribute((alias("xmlParseComment__internal_alias")));
7054 #ifndef xmlParseComment
7055 extern __typeof (xmlParseComment) xmlParseComment__internal_alias __attribute((visibility("hidden")));
7056 #define xmlParseComment xmlParseComment__internal_alias macro

Completed in 109 milliseconds