xmlNewNsProp     1976 third_party/libxml/src/SAX2.c 	    ret = xmlNewNsProp(ctxt->node, namespace, localname, NULL);
xmlNewNsProp     1076 third_party/libxml/src/c14n.c     attr = xmlNewNsProp(NULL, xml_base_attr->ns, BAD_CAST "base", res);
xmlNewNsProp     6195 third_party/libxml/src/elfgcchack.h #undef xmlNewNsProp
xmlNewNsProp     6196 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
xmlNewNsProp     6198 third_party/libxml/src/elfgcchack.h #ifndef xmlNewNsProp
xmlNewNsProp     6199 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
xmlNewNsProp     6200 third_party/libxml/src/elfgcchack.h #define xmlNewNsProp xmlNewNsProp__internal_alias
xmlNewNsProp      751 third_party/libxml/src/include/libxml/tree.h 		xmlNewNsProp		(xmlNodePtr node,
xmlNewNsProp     21596 third_party/libxml/src/testapi.c         ret_val = xmlNewNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value);
xmlNewNsProp     25559 third_party/libxml/src/xmlschemas.c 		    xmlNewNsProp(defAttrOwnerElem, ns, iattr->localName, value);
xmlNewNsProp      530 third_party/libxslt/libxslt/templates.c 	    ret = xmlNewNsProp(target,
xmlNewNsProp      534 third_party/libxslt/libxslt/templates.c 	    ret = xmlNewNsProp(target, NULL, attr->name, NULL);	
xmlNewNsProp     1115 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name,
xmlNewNsProp     1119 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
xmlNewNsProp     1122 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name, NULL);