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

/external/libxml2/
H A Dparser.c6214 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6322 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6619 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
6650 * xmlParseElementContentDecl:
6664 xmlParseElementContentDecl(xmlParserCtxtPtr ctxt, const xmlChar *name, function
6675 "xmlParseElementContentDecl : %s '(' expected\n", name);
6752 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 144 milliseconds