Home
last modified time | relevance | path

Searched refs:xmlGetNodePath (Results 1 – 13 of 13) sorted by relevance

/third_party/libxml2/
DdebugXML.c2218 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node)); in xmlShellGrep()
2224 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node->parent)); in xmlShellGrep()
2771 path = xmlGetNodePath(node); in xmlShellPwd()
DNEWS162 Fix xmlGetNodePath with invalid node types (Nick Wellnhofer),
1615 xmllint use xmlGetNodePath when not compiled in (Daniel Veillard),
1924 - bug fix: xmlGetNodePath fix (Kasimier), xmlDOMWrapAdoptNode and
1982 Youri Golovanov), xmlGetNodePath on text/CDATA (Kasimier),
2069 xmlGetNodePath for namespaced attributes (Alexander Pohoyda), xmlSchemas
2163 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
2286 (William), notations serialization missing, xmlGetNodePath (Dodji),
2464 again (William Brack), xmlGetNodePath() generating '(null)' (William
2806 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
2976 - added xmlGetNodePath() (for paths or XPointers generation)
Dlibxml2.syms962 xmlGetNodePath;
Dxmllint.c1770 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader)); in processNode()
1792 path = xmlGetNodePath( in processNode()
Dschematron.c1391 path = xmlGetNodePath(cur); in xmlSchematronReportSuccess()
Druntest.c3510 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader)); in patternNode()
3527 path = xmlGetNodePath( in patternNode()
Delfgcchack.h4120 #undef xmlGetNodePath
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
Dtree.c4717 xmlGetNodePath(const xmlNode *node) in xmlGetNodePath() function
Dtestapi.c20753 ret_val = xmlGetNodePath((const xmlNode *)node); in test_xmlGetNodePath()
/third_party/libxml2/include/libxml/
Dtree.h917 xmlGetNodePath (const xmlNode *node);
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1067 d xmlGetNodePath pr * extproc('xmlGetNodePath') xmlChar *
/third_party/libxml2/win32/
Dlibxml2.def.src929 xmlGetNodePath
/third_party/chromium/patch/
D0001-cve.patch76516 - regression test, since the fix of xmlGetNodePath() revealed a
76521 - * tree.c: Got rid of a compiler warning in xmlGetNodePath().
76525 - * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
76997 - in xmlGetNodePath().
78255 - * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
79495 - * tree.c: fixed xmlGetNodePath when namespaces are used
80899 - * tree.c: Dodji pointed out a bug in xmlGetNodePath()
82629 - * tree.c: inhibited production of "(null):" in xmlGetNodePath
87116 - * tree.c: patch from Petr Pajas improving xmlGetNodePath()
87514 - * tree.c: fixed another stupid bug in xmlGetNodePath()
[all …]