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

/external/libxml2/
H A Dparser.c6656 * the cases EMPTY and ANY are handled directly in xmlParseElementDecl
6696 * xmlParseElementDecl:
6709 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { function
6728 "xmlParseElementDecl: no name for Element\n");
6763 "xmlParseElementDecl: 'EMPTY', 'ANY' or '(' expected\n");
7004 xmlParseElementDecl(ctxt);
H A Delfgcchack.h7165 #undef xmlParseElementDecl macro
7166 extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias")));
7168 #ifndef xmlParseElementDecl
7169 extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden")));
7170 #define xmlParseElementDecl xmlParseElementDecl__internal_alias macro

Completed in 165 milliseconds