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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DdebugXML.h81 xmlLsOneNode (FILE *output, xmlNodePtr node);
/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c1650 * xmlLsOneNode:
1657 xmlLsOneNode(FILE *output, xmlNodePtr node) { function
2012 xmlLsOneNode(ctxt->output, node);
2017 xmlLsOneNode(ctxt->output, node);
2021 xmlLsOneNode(ctxt->output, cur);
H A Delfgcchack.h5114 #undef xmlLsOneNode macro
5115 extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
5117 #ifndef xmlLsOneNode
5118 extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
5119 #define xmlLsOneNode xmlLsOneNode__internal_alias macro
H A Dtestapi.c7454 xmlLsOneNode(output, node);
7460 printf("Leak of %d blocks found in xmlLsOneNode",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c6464 if (!PyArg_ParseTuple(args, (char *)"OO:xmlLsOneNode", &pyobj_output, &pyobj_node))
6469 xmlLsOneNode(output, node);

Completed in 276 milliseconds