Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
/external/libxml2/
DSAX2.c1212 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()
Dtree.c734 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()
Dlibxml2.syms992 xmlNewNs;
Delfgcchack.h6287 #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
Dcatalog.c682 ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); in xmlDumpXMLCatalog()
DNEWS2558 - bug fixes, reintroduced xmlNewGlobalNs(), fixed xmlNewNs()
2570 - Fixed bugs in xmlNewNs()
DChangeLog17470 * 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
Dxmlschemas.c25623 ns = xmlNewNs(vctxt->validationRoot, in xmlSchemaVAttributesComplex()
Dtestapi.c21860 ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); in test_xmlNewNs()
/external/libxml2/include/libxml/
Dtree.h772 xmlNewNs (xmlNodePtr node,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle811 d xmlNewNs pr extproc('xmlNewNs')
/external/libxml2/win32/
Dlibxml2.def.src1253 xmlNewNs