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

/external/libxml2/
H A Dparser.c6207 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6315 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6612 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6643 * xmlParseElementContentDecl:
6657 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, function
6668 "xmlParseElementContentDecl : %s '(' expected\n", name);
6745 ret = xmlParseElementContentDecl(ctxt, name, &content);
H A Delfgcchack.h7155 #undef xmlParseElementContentDecl macro
7156 extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl __attribute((alias("xmlParseElementContentDecl__internal_alias")));
7158 #ifndef xmlParseElementContentDecl
7159 extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl__internal_alias __attribute((visibility("hidden")));
7160 #define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias macro

Completed in 122 milliseconds