Searched defs:xmlLsOneNode (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DdebugXML.c1654 * xmlLsOneNode:
1661 xmlLsOneNode(FILE *output, xmlNodePtr node) { function
2019 xmlLsOneNode(ctxt->output, node);
2024 xmlLsOneNode(ctxt->output, node);
2028 xmlLsOneNode(ctxt->output, cur);
H A Delfgcchack.h5252 #undef xmlLsOneNode macro
5253 extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
5255 #ifndef xmlLsOneNode
5256 extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
5257 #define xmlLsOneNode xmlLsOneNode__internal_alias macro

Completed in 193 milliseconds