Searched refs:xmlLsOneNode (Results 1 – 3 of 3) sorted by relevance
81 xmlLsOneNode (FILE *output, xmlNodePtr node);
1660 xmlLsOneNode(FILE *output, xmlNodePtr node) { in xmlLsOneNode() function2015 xmlLsOneNode(ctxt->output, node); in xmlShellList()2020 xmlLsOneNode(ctxt->output, node); in xmlShellList()2024 xmlLsOneNode(ctxt->output, cur); in xmlShellList()
5150 #undef xmlLsOneNode5151 extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));5153 #ifndef xmlLsOneNode5154 extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));5155 #define xmlLsOneNode xmlLsOneNode__internal_alias macro