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 | 1212 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal() 1277 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal() 1726 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElement() 2308 ns = xmlNewNs(NULL, uri, pref); in xmlSAX2StartElementNs() 2369 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElementNs()
|
D | tree.c | 734 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() function 3964 ret = xmlNewNs(NULL, cur->href, cur->prefix); in xmlCopyNamespace() 4048 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlCopyPropInternal() 4281 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlStaticCopyNode() 6279 def = xmlNewNs(tree, ns->href, prefix); in xmlNewReconciliedNs() 7995 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs() 8551 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 | 682 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 | 25623 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
|
D | testapi.c | 21860 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 | 811 d xmlNewNs pr extproc('xmlNewNs')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1253 xmlNewNs
|