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

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DparserInternals.h448 xmlParseElementDecl (xmlParserCtxtPtr ctxt);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DparserInternals.h415 xmlParseElementDecl (xmlParserCtxtPtr ctxt);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dlibxml2.syms185 xmlParseElementDecl;
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);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms185 xmlParseElementDecl;
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.c6145 * the cases EMPTY and ANY are handled directly in xmlParseElementDecl
6183 * xmlParseElementDecl:
6196 xmlParseElementDecl(xmlParserCtxtPtr ctxt) { function
6214 "xmlParseElementDecl: no name for Element\n");
6249 "xmlParseElementDecl: 'EMPTY', 'ANY' or '(' expected\n");
6480 xmlParseElementDecl(ctxt);

Completed in 203 milliseconds