Home
last modified time | relevance | path

Searched refs:xmlNewNs (Results 1 – 15 of 15) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c269 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/
Dxml_libxml2.c269 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/
DSAX2.c1183 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()
Dtree.c734 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()
Dlibxml2.syms992 xmlNewNs;
Delfgcchack.h6297 #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
Dcatalog.c682 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
DNEWS3484 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
3496 - Fixed bugs in xmlNewNs()
Dxmlschemas.c25822 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
Dtestapi.c21835 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/
DWindowsManifestMerger.cpp157 if (xmlNsPtr Def = xmlNewNs(Node, HRef, getPrefixForHref(HRef))) in searchOrDefine()
/third_party/libxml2/include/libxml/
Dtree.h772 xmlNewNs (xmlNodePtr node,
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle811 d xmlNewNs pr extproc('xmlNewNs')
/third_party/libxml2/win32/
Dlibxml2.def.src1254 xmlNewNs
/third_party/chromium/patch/
D0001-cve.patch92065 - * 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