xmlSetNsProp 569 third_party/libxml/src/catalog.c xmlSetNsProp(node, xns, BAD_CAST "base", xmlSetNsProp 10352 third_party/libxml/src/elfgcchack.h #undef xmlSetNsProp xmlSetNsProp 10353 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias"))); xmlSetNsProp 10355 third_party/libxml/src/elfgcchack.h #ifndef xmlSetNsProp xmlSetNsProp 10356 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden"))); xmlSetNsProp 10357 third_party/libxml/src/elfgcchack.h #define xmlSetNsProp xmlSetNsProp__internal_alias xmlSetNsProp 973 third_party/libxml/src/include/libxml/tree.h xmlSetNsProp (xmlNodePtr node, xmlSetNsProp 23423 third_party/libxml/src/testapi.c ret_val = xmlSetNsProp(node, ns, (const xmlChar *)name, (const xmlChar *)value); xmlSetNsProp 4876 third_party/libxml/src/tree.c xmlSetNsProp(cur, ns, BAD_CAST "lang", lang); xmlSetNsProp 4950 third_party/libxml/src/tree.c xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default"); xmlSetNsProp 4953 third_party/libxml/src/tree.c xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve"); xmlSetNsProp 5107 third_party/libxml/src/tree.c xmlSetNsProp(cur, ns, BAD_CAST "base", fixed); xmlSetNsProp 5110 third_party/libxml/src/tree.c xmlSetNsProp(cur, ns, BAD_CAST "base", uri); xmlSetNsProp 6686 third_party/libxml/src/tree.c return(xmlSetNsProp(node, ns, nqname, value)); xmlSetNsProp 6688 third_party/libxml/src/tree.c return(xmlSetNsProp(node, NULL, name, value)); xmlSetNsProp 927 third_party/libxslt/libxslt/attributes.c attr = xmlSetNsProp(ctxt->insert, ns, name, (const xmlChar *) ""); xmlSetNsProp 937 third_party/libxslt/libxslt/attributes.c attr = xmlSetNsProp(ctxt->insert, ns, name, NULL); xmlSetNsProp 994 third_party/libxslt/libxslt/attributes.c attr = xmlSetNsProp(ctxt->insert, ns, name, value); xmlSetNsProp 1002 third_party/libxslt/libxslt/attributes.c attr = xmlSetNsProp(ctxt->insert, ns, name, xmlSetNsProp 1024 third_party/libxslt/libxslt/transform.c copy = xmlSetNsProp(target, ns, attr->name, value); xmlSetNsProp 1026 third_party/libxslt/libxslt/transform.c copy = xmlSetNsProp(target, NULL, attr->name, value);