Home
last modified time | relevance | path

Searched refs:xmlLsOneNode (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h81 xmlLsOneNode (FILE *output, xmlNodePtr node);
/external/libxml2/
DdebugXML.c1660 xmlLsOneNode(FILE *output, xmlNodePtr node) { in xmlLsOneNode() function
2015 xmlLsOneNode(ctxt->output, node); in xmlShellList()
2020 xmlLsOneNode(ctxt->output, node); in xmlShellList()
2024 xmlLsOneNode(ctxt->output, cur); in xmlShellList()
Delfgcchack.h5150 #undef xmlLsOneNode
5151 extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
5153 #ifndef xmlLsOneNode
5154 extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
5155 #define xmlLsOneNode xmlLsOneNode__internal_alias macro