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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h392 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h6737 #undef xmlParseAttributeListDecl macro
6738 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias")));
6740 #ifndef xmlParseAttributeListDecl
6741 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden")));
6742 #define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias macro
H A Dparser.c4847 * xmlParseAttributeListDecl:
4858 xmlParseAttributeListDecl(xmlParserCtxtPtr ctxt) { function
4941 "in xmlParseAttributeListDecl\n");
5691 xmlParseAttributeListDecl(ctxt);

Completed in 190 milliseconds