Searched refs:xmlParseAttributeListDecl (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DparserInternals.h434 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt);
/external/libxml2/
H A Dlibxml2.syms173 xmlParseAttributeListDecl;
H A Delfgcchack.h6943 #undef xmlParseAttributeListDecl macro
6944 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias")));
6946 #ifndef xmlParseAttributeListDecl
6947 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden")));
6948 #define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias macro
H A Dparser.c6075 * xmlParseAttributeListDecl:
6086 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { function
6171 "in xmlParseAttributeListDecl\n");
7009 xmlParseAttributeListDecl(ctxt);

Completed in 129 milliseconds