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

/haiku-fatelf/src/tools/docbook/libxml2/
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.c3323 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
3340 path = xmlGetNodePath(
H A Dxmllint.c1749 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
1766 path = xmlGetNodePath(
H A Dschematron.c1377 path = xmlGetNodePath(cur);
H A Delfgcchack.h3992 #undef xmlGetNodePath macro
3993 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
3995 #ifndef xmlGetNodePath
3996 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
3997 #define xmlGetNodePath xmlGetNodePath__internal_alias macro
H A Dtree.c4221 * xmlGetNodePath:
4230 xmlGetNodePath(xmlNodePtr node) function
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h797 xmlGetNodePath (xmlNodePtr node);

Completed in 151 milliseconds