Searched refs:xmlParseElementDecl (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h415 xmlParseElementDecl (xmlParserCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A DparserInternals.h448 xmlParseElementDecl (xmlParserCtxtPtr ctxt);
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h7039 #undef xmlParseElementDecl macro
7040 extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias")));
7042 #ifndef xmlParseElementDecl
7043 extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden")));
7044 #define xmlParseElementDecl xmlParseElementDecl__internal_alias macro
H A Dparser.c6219 * the cases EMPTY and ANY are handled directly in xmlParseElementDecl
6259 * xmlParseElementDecl:
6272 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { function
6290 "xmlParseElementDecl: no name for Element\n");
6325 "xmlParseElementDecl: 'EMPTY', 'ANY' or '(' expected\n");
6557 xmlParseElementDecl(ctxt);
/external/libxml2/
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
H A Dparser.c6541 * the cases EMPTY and ANY are handled directly in xmlParseElementDecl
6581 * xmlParseElementDecl:
6594 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { function
6612 "xmlParseElementDecl: no name for Element\n");
6647 "xmlParseElementDecl: 'EMPTY', 'ANY' or '(' expected\n");
6879 xmlParseElementDecl(ctxt);

Completed in 829 milliseconds