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

/external/libxml2/
H A Dparser.c4102 ent = xmlParseEntityRef(ctxt);
7286 ent = xmlParseEntityRef(ctxt);
7646 * xmlParseEntityRef:
7674 xmlParseEntityRef(xmlParserCtxtPtr ctxt) { function
7688 "xmlParseEntityRef: no name\n");
H A Delfgcchack.h7239 #undef xmlParseEntityRef macro
7240 extern __typeof (xmlParseEntityRef) xmlParseEntityRef __attribute((alias("xmlParseEntityRef__internal_alias")));
7242 #ifndef xmlParseEntityRef
7243 extern __typeof (xmlParseEntityRef) xmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
7244 #define xmlParseEntityRef xmlParseEntityRef__internal_alias macro

Completed in 165 milliseconds