Searched refs:xmlGetNodePath (Results 1 – 13 of 13) sorted by relevance
/third_party/libxml2/ |
D | debugXML.c | 2218 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node)); in xmlShellGrep() 2224 fprintf(ctxt->output, "%s : ", xmlGetNodePath(node->parent)); in xmlShellGrep() 2771 path = xmlGetNodePath(node); in xmlShellPwd()
|
D | NEWS | 162 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)
|
D | libxml2.syms | 962 xmlGetNodePath;
|
D | xmllint.c | 1770 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader)); in processNode() 1792 path = xmlGetNodePath( in processNode()
|
D | schematron.c | 1391 path = xmlGetNodePath(cur); in xmlSchematronReportSuccess()
|
D | runtest.c | 3510 path = xmlGetNodePath(xmlTextReaderCurrentNode(reader)); in patternNode() 3527 path = xmlGetNodePath( in patternNode()
|
D | elfgcchack.h | 4120 #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
|
D | tree.c | 4717 xmlGetNodePath(const xmlNode *node) in xmlGetNodePath() function
|
D | testapi.c | 20753 ret_val = xmlGetNodePath((const xmlNode *)node); in test_xmlGetNodePath()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 917 xmlGetNodePath (const xmlNode *node);
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1067 d xmlGetNodePath pr * extproc('xmlGetNodePath') xmlChar *
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 929 xmlGetNodePath
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 76516 - 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 …]
|