Home
last modified time | relevance | path

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

/external/libxml2/
Dtree.c4994 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang); in xmlNodeSetLang()
5070 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default"); in xmlNodeSetSpacePreserve()
5073 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve"); in xmlNodeSetSpacePreserve()
5234 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed); in xmlNodeSetBase()
5237 xmlSetNsProp(cur, ns, BAD_CAST "base", uri); in xmlNodeSetBase()
6844 return(xmlSetNsProp(node, ns, nqname, value)); in xmlSetProp()
6846 return(xmlSetNsProp(node, NULL, name, value)); in xmlSetProp()
6862 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.c573 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.c23612 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.rpgle1234 d xmlSetNsProp pr extproc('xmlSetNsProp')
/external/libxml2/win32/
Dlibxml2.def.src1829 xmlSetNsProp