xmlGetNsProp     1239 third_party/libxml/src/catalog.c 	base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
xmlGetNsProp     4051 third_party/libxml/src/elfgcchack.h #undef xmlGetNsProp
xmlGetNsProp     4052 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
xmlGetNsProp     4054 third_party/libxml/src/elfgcchack.h #ifndef xmlGetNsProp
xmlGetNsProp     4055 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
xmlGetNsProp     4056 third_party/libxml/src/elfgcchack.h #define xmlGetNsProp xmlGetNsProp__internal_alias
xmlGetNsProp      992 third_party/libxml/src/include/libxml/tree.h 		xmlGetNsProp		(xmlNodePtr node,
xmlGetNsProp     20520 third_party/libxml/src/testapi.c         ret_val = xmlGetNsProp(node, (const xmlChar *)name, (const xmlChar *)nameSpace);
xmlGetNsProp     4895 third_party/libxml/src/tree.c         lang = xmlGetNsProp(cur, BAD_CAST "lang", XML_XML_NAMESPACE);
xmlGetNsProp     4974 third_party/libxml/src/tree.c 	space = xmlGetNsProp(cur, BAD_CAST "space", XML_XML_NAMESPACE);
xmlGetNsProp     5168 third_party/libxml/src/tree.c 	    base = xmlGetNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
xmlGetNsProp      174 third_party/libxml/src/xinclude.c     ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
xmlGetNsProp      178 third_party/libxml/src/xinclude.c 	ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
xmlGetNsProp     1698 third_party/libxml/src/xinclude.c 	base = xmlGetNsProp(ctxt->incTab[nr]->ref, BAD_CAST "base",
xmlGetNsProp     1741 third_party/libxml/src/xinclude.c 			    xmlBase = xmlGetNsProp(node,
xmlGetNsProp      149 third_party/libxml/src/xlink.c     type = xmlGetNsProp(node, BAD_CAST"type", XLINK_NAMESPACE);
xmlGetNsProp      154 third_party/libxml/src/xlink.c 	    role = xmlGetNsProp(node, BAD_CAST "role", XLINK_NAMESPACE);
xmlGetNsProp     2395 third_party/libxml/src/xmlreader.c 			ret = xmlGetNsProp(reader->node, localname, ns->href);
xmlGetNsProp     2448 third_party/libxml/src/xmlreader.c     return(xmlGetNsProp(reader->node, localName, namespaceURI));
xmlGetNsProp      623 third_party/libxslt/libexslt/functions.c     sel = xmlGetNsProp(inst, (const xmlChar *) "select", NULL);
xmlGetNsProp      299 third_party/libxslt/libxslt/attributes.c     value = xmlGetNsProp(cur, (const xmlChar *)"name", NULL);
xmlGetNsProp      409 third_party/libxslt/libxslt/attributes.c     value = xmlGetNsProp(cur, (const xmlChar *)"use-attribute-sets",
xmlGetNsProp       99 third_party/libxslt/libxslt/imports.c     uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
xmlGetNsProp      198 third_party/libxslt/libxslt/imports.c     uriRef = xmlGetNsProp(cur, (const xmlChar *)"href", NULL);
xmlGetNsProp      128 third_party/libxslt/libxslt/namespaces.c     stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
xmlGetNsProp      149 third_party/libxslt/libxslt/namespaces.c     resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
xmlGetNsProp      221 third_party/libxslt/libxslt/namespaces.c     stylePrefix = xmlGetNsProp(node, (const xmlChar *)"stylesheet-prefix", NULL);
xmlGetNsProp      227 third_party/libxslt/libxslt/namespaces.c     resultPrefix = xmlGetNsProp(node, (const xmlChar *)"result-prefix", NULL);
xmlGetNsProp     1159 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "version", NULL);
xmlGetNsProp     1166 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "encoding", NULL);
xmlGetNsProp     1176 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "method", NULL);
xmlGetNsProp     1209 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-system", NULL);
xmlGetNsProp     1216 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "doctype-public", NULL);
xmlGetNsProp     1223 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "standalone", NULL);
xmlGetNsProp     1237 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "indent", NULL);
xmlGetNsProp     1251 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "omit-xml-declaration", NULL);
xmlGetNsProp     1266 third_party/libxslt/libxslt/xslt.c     elements = xmlGetNsProp(cur, (const xmlChar *) "cdata-section-elements",
xmlGetNsProp     1339 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *) "media-type", NULL);
xmlGetNsProp     1377 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, BAD_CAST("name"), NULL);
xmlGetNsProp     1400 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"decimal-separator", NULL);
xmlGetNsProp     1406 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"grouping-separator", NULL);
xmlGetNsProp     1412 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"infinity", NULL);
xmlGetNsProp     1418 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"minus-sign", NULL);
xmlGetNsProp     1424 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"NaN", NULL);
xmlGetNsProp     1430 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"percent", NULL);
xmlGetNsProp     1436 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"per-mille", NULL);
xmlGetNsProp     1442 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"zero-digit", NULL);
xmlGetNsProp     1448 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"digit", NULL);
xmlGetNsProp     1454 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(cur, (const xmlChar *)"pattern-separator", NULL);
xmlGetNsProp     1481 third_party/libxslt/libxslt/xslt.c     elements = xmlGetNsProp(cur, (const xmlChar *)"elements", NULL);
xmlGetNsProp     1557 third_party/libxslt/libxslt/xslt.c 	prefixes = xmlGetNsProp(cur,
xmlGetNsProp     1561 third_party/libxslt/libxslt/xslt.c 	prefixes = xmlGetNsProp(cur,
xmlGetNsProp     1620 third_party/libxslt/libxslt/xslt.c     elements = xmlGetNsProp(cur, (const xmlChar *)"elements", NULL);
xmlGetNsProp     1694 third_party/libxslt/libxslt/xslt.c 	prefixes = xmlGetNsProp(cur,
xmlGetNsProp     1697 third_party/libxslt/libxslt/xslt.c 	prefixes = xmlGetNsProp(cur,
xmlGetNsProp     3233 third_party/libxslt/libxslt/xslt.c 			value = xmlGetNsProp(cur, BAD_CAST "space",
xmlGetNsProp     4863 third_party/libxslt/libxslt/xslt.c 		    prop = xmlGetNsProp(cur,
xmlGetNsProp     5057 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(key, (const xmlChar *)"name", NULL);
xmlGetNsProp     5084 third_party/libxslt/libxslt/xslt.c     match = xmlGetNsProp(key, (const xmlChar *)"match", NULL);
xmlGetNsProp     5092 third_party/libxslt/libxslt/xslt.c     use = xmlGetNsProp(key, (const xmlChar *)"use", NULL);
xmlGetNsProp     5163 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"mode", NULL);
xmlGetNsProp     5198 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"match", NULL);
xmlGetNsProp     5206 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"priority", NULL);
xmlGetNsProp     5216 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(templNode, (const xmlChar *)"name", NULL);
xmlGetNsProp     5327 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"mode", NULL);
xmlGetNsProp     5352 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"match", NULL);
xmlGetNsProp     5358 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"priority", NULL);
xmlGetNsProp     5365 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(template, (const xmlChar *)"name", NULL);
xmlGetNsProp     6045 third_party/libxslt/libxslt/xslt.c     prop = xmlGetNsProp(top, (const xmlChar *)"version", NULL);
xmlGetNsProp     6422 third_party/libxslt/libxslt/xslt.c 	prop = xmlGetNsProp(cur, (const xmlChar *)"version", XSLT_NAMESPACE);
xmlGetNsProp      441 third_party/libxslt/libxslt/xsltutils.c     prop = xmlGetNsProp(inst, (const xmlChar *)"terminate", NULL);