Searched refs:xmlGetNodePath (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c2210 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node));
2216 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node->parent));
2767 path = xmlGetNodePath(node);
H A Druntest.c3330 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
3347 path = xmlGetNodePath(
H A Dxmllint.c1758 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
1775 path = xmlGetNodePath(
H A Dschematron.c1384 path = xmlGetNodePath(cur);
H A Delfgcchack.h4004 #undef xmlGetNodePath macro
4005 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
4007 #ifndef xmlGetNodePath
4008 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
4009 #define xmlGetNodePath xmlGetNodePath__internal_alias macro
H A Dtree.c4265 * xmlGetNodePath:
4274 xmlGetNodePath(xmlNodePtr node) function
H A Dtestapi.c20323 ret_val = xmlGetNodePath(node);
20329 printf("Leak of %d blocks found in xmlGetNodePath",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h849 xmlGetNodePath (xmlNodePtr node);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2154 if (!PyArg_ParseTuple(args, (char *)"O:xmlGetNodePath", &pyobj_node))
2158 c_retval = xmlGetNodePath(node);

Completed in 362 milliseconds