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

/external/libxml2/
H A Dparser.c4877 "xmlParseComment: invalid xmlChar value %d\n",
4888 "xmlParseComment: invalid xmlChar value %d\n",
4953 "xmlParseComment: invalid xmlChar value %d\n",
4975 * xmlParseComment:
4985 xmlParseComment(xmlParserCtxtPtr ctxt) { function
7008 xmlParseComment(ctxt);
10075 xmlParseComment(ctxt);
10801 xmlParseComment(ctxt);
11708 xmlParseComment(ctxt);
11919 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 124 milliseconds