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

/external/libxml2/
H A DdebugXML.c2217 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node));
2223 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node->parent));
2776 path = xmlGetNodePath(node);
H A Dlibxml2.syms962 xmlGetNodePath;
H A Druntest.c3355 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
3372 path = xmlGetNodePath(
H A Dxmllint.c1772 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader));
1794 path = xmlGetNodePath(
H A Dschematron.c1391 path = xmlGetNodePath(cur);
H A Delfgcchack.h4120 #undef xmlGetNodePath macro
4121 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
4123 #ifndef xmlGetNodePath
4124 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
4125 #define xmlGetNodePath xmlGetNodePath__internal_alias macro
H A Dtree.c4621 * xmlGetNodePath:
4630 xmlGetNodePath(const xmlNode *node) function
H A Dtestapi.c20658 ret_val = xmlGetNodePath((const xmlNode *)node);
20664 printf("Leak of %d blocks found in xmlGetNodePath",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h916 xmlGetNodePath (const xmlNode *node);

Completed in 237 milliseconds