Searched refs:xmlNewNs (Results 1 – 15 of 15) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/libxml2/ |
D | SAX2.c | 1183 nsret = xmlNewNs(ctxt->node, val, NULL); in xmlSAX2AttributeInternal() 1248 nsret = xmlNewNs(ctxt->node, val, name); in xmlSAX2AttributeInternal() 1702 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElement() 2286 ns = xmlNewNs(NULL, uri, pref); in xmlSAX2StartElementNs() 2351 ns = xmlNewNs(ret, NULL, prefix); in xmlSAX2StartElementNs()
|
D | tree.c | 734 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() function 4020 ret = xmlNewNs(NULL, cur->href, cur->prefix); in xmlCopyNamespace() 4104 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlCopyPropInternal() 4337 ret->ns = xmlNewNs(root, ns->href, ns->prefix); in xmlStaticCopyNode() 6338 def = xmlNewNs(tree, ns->href, prefix); in xmlNewReconciledNs() 8045 ns->next = xmlNewNs(NULL, nsName, prefix); in xmlDOMWrapStoreNs() 8601 ret = xmlNewNs(NULL, nsName, pref); in xmlDOMWrapNSNormDeclareNsForced()
|
D | libxml2.syms | 992 xmlNewNs;
|
D | elfgcchack.h | 6297 #undef xmlNewNs 6298 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias"))); 6300 #ifndef xmlNewNs 6301 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden"))); 6302 #define xmlNewNs xmlNewNs__internal_alias macro
|
D | catalog.c | 682 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
|
D | NEWS | 3484 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs() 3496 - Fixed bugs in xmlNewNs()
|
D | xmlschemas.c | 25822 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
|
D | testapi.c | 21835 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); in test_xmlNewNs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 157 if (xmlNsPtr Def = xmlNewNs(Node, HRef, getPrefixForHref(HRef))) in searchOrDefine()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 772 xmlNewNs (xmlNodePtr node,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 811 d xmlNewNs pr extproc('xmlNewNs')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 1254 xmlNewNs
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 92065 - * tree.c: small fix in xmlNewNs() 93370 - a lot of existing code :-(, fixed a bug in xmlNewNs 93424 - * tree.c: xmlNewNs wasn't checking for double definition 107282 -#undef xmlNewNs 107283 -extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias"))); 107285 -#ifndef xmlNewNs 107286 -extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden"))); 107287 -#define xmlNewNs xmlNewNs__internal_alias
|