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

/external/libxml2/
H A Dparser.c4825 "xmlParseComment: invalid xmlChar value %d\n",
4836 "xmlParseComment: invalid xmlChar value %d\n",
4901 "xmlParseComment: invalid xmlChar value %d\n",
4923 * xmlParseComment:
4933 xmlParseComment(xmlParserCtxtPtr ctxt) { function
6945 xmlParseComment(ctxt);
9975 xmlParseComment(ctxt);
10692 xmlParseComment(ctxt);
11596 xmlParseComment(ctxt);
11807 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 140 milliseconds