Home
last modified time | relevance | path

Searched refs:xmlSetNsProp (Results 1 – 10 of 10) sorted by relevance

/third_party/libxml2/
Dtree.c5064 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
Dlibxml2.syms1034 xmlSetNsProp;
Delfgcchack.h10524 #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
Dcatalog.c578 xmlSetNsProp(node, xns, BAD_CAST "base", in xmlDumpXMLCatalogNode()
DNEWS2163 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
Dtestapi.c23722 ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetNsProp()
/third_party/libxml2/include/libxml/
Dtree.h1019 xmlSetNsProp (xmlNodePtr node,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1258 d xmlSetNsProp pr extproc('xmlSetNsProp')
/third_party/libxml2/win32/
Dlibxml2.def.src1831 xmlSetNsProp
/third_party/chromium/patch/
D0001-cve.patch79480 - * 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