xmlNewNs 1173 third_party/libxml/src/SAX2.c nsret = xmlNewNs(ctxt->node, val, NULL); xmlNewNs 1236 third_party/libxml/src/SAX2.c nsret = xmlNewNs(ctxt->node, val, name); xmlNewNs 1683 third_party/libxml/src/SAX2.c ns = xmlNewNs(ret, NULL, prefix); xmlNewNs 2234 third_party/libxml/src/SAX2.c ns = xmlNewNs(NULL, uri, pref); xmlNewNs 2291 third_party/libxml/src/SAX2.c ns = xmlNewNs(ret, NULL, prefix); xmlNewNs 673 third_party/libxml/src/catalog.c ns = xmlNewNs(NULL, XML_CATALOGS_NAMESPACE, NULL); xmlNewNs 6185 third_party/libxml/src/elfgcchack.h #undef xmlNewNs xmlNewNs 6186 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias"))); xmlNewNs 6188 third_party/libxml/src/elfgcchack.h #ifndef xmlNewNs xmlNewNs 6189 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden"))); xmlNewNs 6190 third_party/libxml/src/elfgcchack.h #define xmlNewNs xmlNewNs__internal_alias xmlNewNs 728 third_party/libxml/src/include/libxml/tree.h xmlNewNs (xmlNodePtr node, xmlNewNs 21545 third_party/libxml/src/testapi.c ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); xmlNewNs 3877 third_party/libxml/src/tree.c ret = xmlNewNs(NULL, cur->href, cur->prefix); xmlNewNs 3959 third_party/libxml/src/tree.c ret->ns = xmlNewNs(root, ns->href, ns->prefix); xmlNewNs 4190 third_party/libxml/src/tree.c ret->ns = xmlNewNs(root, ns->href, ns->prefix); xmlNewNs 6110 third_party/libxml/src/tree.c def = xmlNewNs(tree, ns->href, prefix); xmlNewNs 7783 third_party/libxml/src/tree.c ns->next = xmlNewNs(NULL, nsName, prefix); xmlNewNs 8332 third_party/libxml/src/tree.c ret = xmlNewNs(NULL, nsName, pref); xmlNewNs 25550 third_party/libxml/src/xmlschemas.c ns = xmlNewNs(vctxt->validationRoot, xmlNewNs 195 third_party/libxslt/libexslt/dynamic.c xmlNewNs(cur, xmlNewNs 218 third_party/libxslt/libexslt/dynamic.c xmlNewNs(cur, xmlNewNs 236 third_party/libxslt/libexslt/dynamic.c xmlNewNs(cur, xmlNewNs 424 third_party/libxslt/libxslt/namespaces.c xmlNewNs(target, BAD_CAST "", NULL); xmlNewNs 566 third_party/libxslt/libxslt/namespaces.c ns = xmlNewNs(target, nsName, nsPrefix); xmlNewNs 573 third_party/libxslt/libxslt/namespaces.c ns = xmlNewNs(target, nsName, nsPrefix); xmlNewNs 602 third_party/libxslt/libxslt/namespaces.c ns = xmlNewNs(target, nsName, BAD_CAST pref); xmlNewNs 777 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, cur->href, cur->prefix); xmlNewNs 796 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, URI, cur->prefix); xmlNewNs 798 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, cur->href, cur->prefix); xmlNewNs 834 third_party/libxslt/libxslt/namespaces.c return(xmlNewNs(NULL, ns->href, ns->prefix)); xmlNewNs 836 third_party/libxslt/libxslt/namespaces.c return(xmlNewNs(elem, ns->href, ns->prefix)); xmlNewNs 1314 third_party/libxslt/libxslt/transform.c q = xmlNewNs(elem, ns->href, ns->prefix); xmlNewNs 1419 third_party/libxslt/libxslt/transform.c return(xmlNewNs(insert, ns->href, ns->prefix)); xmlNewNs 1569 third_party/libxslt/libxslt/transform.c ns = xmlNewNs(copy, (*curns)->href, xmlNewNs 2345 third_party/libxslt/libxslt/transform.c ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); xmlNewNs 2786 third_party/libxslt/libxslt/transform.c xmlNewNs(copy, URI, ns->prefix); xmlNewNs 1840 third_party/libxslt/libxslt/xslt.c ns->next = xmlNewNs(NULL, nsName, prefix); xmlNewNs 6957 third_party/libxslt/libxslt/xslt.c xmlNewNs(newtree, ns->href, ns->prefix);