Searched refs:xmlSetNsProp (Results 1 – 10 of 10) sorted by relevance
/third_party/libxml2/ |
D | tree.c | 5064 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang); in xmlNodeSetLang() 5140 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default"); in xmlNodeSetSpacePreserve() 5143 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve"); in xmlNodeSetSpacePreserve() 5304 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed); in xmlNodeSetBase() 5307 xmlSetNsProp(cur, ns, BAD_CAST "base", uri); in xmlNodeSetBase() 6924 return(xmlSetNsProp(node, ns, nqname, value)); in xmlSetProp() 6926 return(xmlSetNsProp(node, NULL, name, value)); in xmlSetProp() 6942 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlSetNsProp() function
|
D | libxml2.syms | 1034 xmlSetNsProp;
|
D | elfgcchack.h | 10524 #undef xmlSetNsProp 10525 extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias"))); 10527 #ifndef xmlSetNsProp 10528 extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden"))); 10529 #define xmlSetNsProp xmlSetNsProp__internal_alias macro
|
D | catalog.c | 578 xmlSetNsProp(node, xns, BAD_CAST "base", in xmlDumpXMLCatalogNode()
|
D | NEWS | 2163 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
|
D | testapi.c | 23722 ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetNsProp()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 1019 xmlSetNsProp (xmlNodePtr node,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1258 d xmlSetNsProp pr extproc('xmlSetNsProp')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1831 xmlSetNsProp
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 79480 - * tree.c: applied patch to xmlSetNsProp from Mike Hommey 92198 - * tree.c: fixes in properties handling added xmlSetNsProp 96302 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix 111497 -#undef xmlSetNsProp 111498 -extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias"))); 111500 -#ifndef xmlSetNsProp 111501 -extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden"))); 111502 -#define xmlSetNsProp xmlSetNsProp__internal_alias
|