Searched refs:xmlNewNs (Results 1 – 13 of 13) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | xml_libxml2.c | 269 ns = xmlNewNs(node, (const xmlChar *) ns_uri, in xml_node_create_root() 311 ns = xmlNewNs(node, (const xmlChar *) ns_uri, NULL); in xml_node_create_text_ns()
|
/external/libxml2/ |
D | SAX2.c | 1209 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal() 1272 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal() 1719 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElement() 2301 ns = xmlNewNs(NULL, uri, pref); in xmlSAX2StartElementNs() 2362 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElementNs()
|
D | tree.c | 728 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() function 3953 ret = xmlNewNs(NULL, cur->href, cur->prefix); in xmlCopyNamespace() 4037 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlCopyPropInternal() 4270 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlStaticCopyNode() 6268 def = xmlNewNs(tree, ns->href, prefix); in xmlNewReconciliedNs() 7984 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs() 8540 ret = xmlNewNs(NULL, nsName, pref); in xmlDOMWrapNSNormDeclareNsForced()
|
D | libxml2.syms | 992 xmlNewNs;
|
D | elfgcchack.h | 6287 #undef xmlNewNs 6288 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias"))); 6290 #ifndef xmlNewNs 6291 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden"))); 6292 #define xmlNewNs xmlNewNs__internal_alias macro
|
D | catalog.c | 677 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
|
D | NEWS | 2558 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs() 2570 - Fixed bugs in xmlNewNs()
|
D | ChangeLog | 17470 * tree.c: small fix in xmlNewNs() 18775 a lot of existing code :-(, fixed a bug in xmlNewNs 18829 * tree.c: xmlNewNs wasn't checking for double definition
|
D | xmlschemas.c | 25581 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
|
D | testapi.c | 21734 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); in test_xmlNewNs()
|
/external/libxml2/include/libxml/ |
D | tree.h | 772 xmlNewNs (xmlNodePtr node,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 790 d xmlNewNs pr extproc('xmlNewNs')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1253 xmlNewNs
|