Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c5005 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang); in xmlNodeSetLang()
5081 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default"); in xmlNodeSetSpacePreserve()
5084 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve"); in xmlNodeSetSpacePreserve()
5245 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed); in xmlNodeSetBase()
5248 xmlSetNsProp(cur, ns, BAD_CAST "base", uri); in xmlNodeSetBase()
6855 return(xmlSetNsProp(node, ns, nqname, value)); in xmlSetProp()
6857 return(xmlSetNsProp(node, NULL, name, value)); in xmlSetProp()
6873 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlSetNsProp() function
Dlibxml2.syms1034 xmlSetNsProp;
Delfgcchack.h10502 #undef xmlSetNsProp
10503 extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
10505 #ifndef xmlSetNsProp
10506 extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
10507 #define xmlSetNsProp xmlSetNsProp__internal_alias macro
Dcatalog.c578 xmlSetNsProp(node, xns, BAD_CAST "base", in xmlDumpXMLCatalogNode()
DNEWS1237 fixup (Stephane Bidoul), xmlGetNodePath and namespaces, xmlSetNsProp fix
DChangeLog4885 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
17603 * tree.c: fixes in properties handling added xmlSetNsProp
Dtestapi.c23747 ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); in test_xmlSetNsProp()
/external/libxml2/include/libxml/
Dtree.h1019 xmlSetNsProp (xmlNodePtr node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1258 d xmlSetNsProp pr extproc('xmlSetNsProp')
/external/libxml2/win32/
Dlibxml2.def.src1829 xmlSetNsProp