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

/external/libxml2/include/libxml/
H A DdebugXML.h81 xmlLsOneNode (FILE *output, xmlNodePtr node);
/external/libxml2/
H A DdebugXML.c1651 * xmlLsOneNode:
1658 xmlLsOneNode(FILE *output, xmlNodePtr node) { function
2013 xmlLsOneNode(ctxt->output, node);
2018 xmlLsOneNode(ctxt->output, node);
2022 xmlLsOneNode(ctxt->output, cur);
H A Delfgcchack.h5150 #undef xmlLsOneNode macro
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

Completed in 100 milliseconds