xmlStrEqual       166 third_party/libxml/src/HTMLparser.c     if ((ctxt->html < 3) && (xmlStrEqual(value, BAD_CAST "head")))
xmlStrEqual       168 third_party/libxml/src/HTMLparser.c     if ((ctxt->html < 10) && (xmlStrEqual(value, BAD_CAST "body")))
xmlStrEqual      1236 third_party/libxml/src/HTMLparser.c 	   (!xmlStrEqual((const xmlChar *)htmlEndPriority[i].name, name)))
xmlStrEqual      1268 third_party/libxml/src/HTMLparser.c         if (xmlStrEqual(BAD_CAST * closed, newtag))
xmlStrEqual      1275 third_party/libxml/src/HTMLparser.c         if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) {
xmlStrEqual      1301 third_party/libxml/src/HTMLparser.c         if (xmlStrEqual(newtag, ctxt->nameTab[i]))
xmlStrEqual      1315 third_party/libxml/src/HTMLparser.c     while (!xmlStrEqual(newtag, ctxt->name)) {
xmlStrEqual      1374 third_party/libxml/src/HTMLparser.c            ((xmlStrEqual(ctxt->name, BAD_CAST "head")) ||
xmlStrEqual      1375 third_party/libxml/src/HTMLparser.c             (xmlStrEqual(ctxt->name, BAD_CAST "body")) ||
xmlStrEqual      1376 third_party/libxml/src/HTMLparser.c             (xmlStrEqual(ctxt->name, BAD_CAST "html")))) {
xmlStrEqual      1401 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(name, elem->name)) return(0);
xmlStrEqual      1452 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(newtag, BAD_CAST"html"))
xmlStrEqual      1459 third_party/libxml/src/HTMLparser.c     if ((xmlStrEqual(newtag, BAD_CAST"body")) || (xmlStrEqual(newtag, BAD_CAST"head")))
xmlStrEqual      1462 third_party/libxml/src/HTMLparser.c         ((xmlStrEqual(newtag, BAD_CAST"script")) ||
xmlStrEqual      1463 third_party/libxml/src/HTMLparser.c 	 (xmlStrEqual(newtag, BAD_CAST"style")) ||
xmlStrEqual      1464 third_party/libxml/src/HTMLparser.c 	 (xmlStrEqual(newtag, BAD_CAST"meta")) ||
xmlStrEqual      1465 third_party/libxml/src/HTMLparser.c 	 (xmlStrEqual(newtag, BAD_CAST"link")) ||
xmlStrEqual      1466 third_party/libxml/src/HTMLparser.c 	 (xmlStrEqual(newtag, BAD_CAST"title")) ||
xmlStrEqual      1467 third_party/libxml/src/HTMLparser.c 	 (xmlStrEqual(newtag, BAD_CAST"base")))) {
xmlStrEqual      1479 third_party/libxml/src/HTMLparser.c     } else if ((!xmlStrEqual(newtag, BAD_CAST"noframes")) &&
xmlStrEqual      1480 third_party/libxml/src/HTMLparser.c 	       (!xmlStrEqual(newtag, BAD_CAST"frame")) &&
xmlStrEqual      1481 third_party/libxml/src/HTMLparser.c 	       (!xmlStrEqual(newtag, BAD_CAST"frameset"))) {
xmlStrEqual      1487 third_party/libxml/src/HTMLparser.c 	    if (xmlStrEqual(ctxt->nameTab[i], BAD_CAST"body")) {
xmlStrEqual      1490 third_party/libxml/src/HTMLparser.c 	    if (xmlStrEqual(ctxt->nameTab[i], BAD_CAST"head")) {
xmlStrEqual      1531 third_party/libxml/src/HTMLparser.c 	if (xmlStrEqual(tag, BAD_CAST htmlNoContentElements[i])) {
xmlStrEqual      1565 third_party/libxml/src/HTMLparser.c 	if (xmlStrEqual(name, (const xmlChar *) htmlScriptAttributes[i]))
xmlStrEqual      1898 third_party/libxml/src/HTMLparser.c         if (xmlStrEqual(name, BAD_CAST html40EntitiesTable[i].name)) {
xmlStrEqual      2215 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(ctxt->name, BAD_CAST"html"))
xmlStrEqual      2217 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(ctxt->name, BAD_CAST"head"))
xmlStrEqual      2221 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(ctxt->name, BAD_CAST "body") && ctxt->myDoc != NULL) {
xmlStrEqual      2240 third_party/libxml/src/HTMLparser.c 	    if ( xmlStrEqual(ctxt->name, BAD_CAST allowPCData[i]) ) {
xmlStrEqual      2250 third_party/libxml/src/HTMLparser.c 	    if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) {
xmlStrEqual      3623 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(name, BAD_CAST"meta"))
xmlStrEqual      3640 third_party/libxml/src/HTMLparser.c     if ((ctxt->nameNr > 0) && (xmlStrEqual(name, BAD_CAST"html"))) {
xmlStrEqual      3648 third_party/libxml/src/HTMLparser.c 	(xmlStrEqual(name, BAD_CAST"head"))) {
xmlStrEqual      3655 third_party/libxml/src/HTMLparser.c     if (xmlStrEqual(name, BAD_CAST"body")) {
xmlStrEqual      3658 third_party/libxml/src/HTMLparser.c 	    if (xmlStrEqual(ctxt->nameTab[indx], BAD_CAST"body")) {
xmlStrEqual      3687 third_party/libxml/src/HTMLparser.c 	        if (xmlStrEqual(atts[i], attname)) {
xmlStrEqual      3838 third_party/libxml/src/HTMLparser.c         (xmlStrEqual(name, BAD_CAST "html") ||
xmlStrEqual      3839 third_party/libxml/src/HTMLparser.c          xmlStrEqual(name, BAD_CAST "body") ||
xmlStrEqual      3840 third_party/libxml/src/HTMLparser.c 	 xmlStrEqual(name, BAD_CAST "head"))) {
xmlStrEqual      3850 third_party/libxml/src/HTMLparser.c         if (xmlStrEqual(name, ctxt->nameTab[i]))
xmlStrEqual      3871 third_party/libxml/src/HTMLparser.c     if (!xmlStrEqual(name, ctxt->name)) {
xmlStrEqual      3872 third_party/libxml/src/HTMLparser.c         if ((ctxt->name != NULL) && (!xmlStrEqual(ctxt->name, name))) {
xmlStrEqual      3883 third_party/libxml/src/HTMLparser.c     if ((oldname != NULL) && (xmlStrEqual(oldname, name))) {
xmlStrEqual      4040 third_party/libxml/src/HTMLparser.c 	    (!xmlStrEqual(currentNode, ctxt->name)))
xmlStrEqual      4046 third_party/libxml/src/HTMLparser.c 	if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) ||
xmlStrEqual      4047 third_party/libxml/src/HTMLparser.c 	    (xmlStrEqual(currentNode, BAD_CAST"style")))) {
xmlStrEqual      4201 third_party/libxml/src/HTMLparser.c 	if (xmlStrEqual(name, ctxt->name)) {
xmlStrEqual      4348 third_party/libxml/src/HTMLparser.c 	if (xmlStrEqual(name, ctxt->name)) {
xmlStrEqual      4446 third_party/libxml/src/HTMLparser.c 	    (!xmlStrEqual(currentNode, ctxt->name)))
xmlStrEqual      4456 third_party/libxml/src/HTMLparser.c 	if ((CUR != 0) && ((xmlStrEqual(currentNode, BAD_CAST"script")) ||
xmlStrEqual      4457 third_party/libxml/src/HTMLparser.c 	    (xmlStrEqual(currentNode, BAD_CAST"style")))) {
xmlStrEqual      5534 third_party/libxml/src/HTMLparser.c 		    if (xmlStrEqual(name, ctxt->name)) {
xmlStrEqual      5603 third_party/libxml/src/HTMLparser.c 		if ((xmlStrEqual(ctxt->name, BAD_CAST"script")) ||
xmlStrEqual      5604 third_party/libxml/src/HTMLparser.c 		    (xmlStrEqual(ctxt->name, BAD_CAST"style"))) {
xmlStrEqual        62 third_party/libxml/src/HTMLtree.c 	    if (xmlStrEqual(cur->name, BAD_CAST"html"))
xmlStrEqual        64 third_party/libxml/src/HTMLtree.c 	    if (xmlStrEqual(cur->name, BAD_CAST"head"))
xmlStrEqual        66 third_party/libxml/src/HTMLtree.c 	    if (xmlStrEqual(cur->name, BAD_CAST"meta"))
xmlStrEqual        80 third_party/libxml/src/HTMLtree.c 	    if (xmlStrEqual(cur->name, BAD_CAST"head"))
xmlStrEqual        82 third_party/libxml/src/HTMLtree.c 	    if (xmlStrEqual(cur->name, BAD_CAST"meta"))
xmlStrEqual        98 third_party/libxml/src/HTMLtree.c 	    if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
xmlStrEqual       719 third_party/libxml/src/SAX2.c     if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
xmlStrEqual      1085 third_party/libxml/src/SAX2.c 	    if (xmlStrEqual(ns, BAD_CAST "xmlns")) {
xmlStrEqual      1270 third_party/libxml/src/SAX2.c                     if ((xmlStrEqual(name, prop->name)) &&
xmlStrEqual      1272 third_party/libxml/src/SAX2.c                          (xmlStrEqual(namespace->href, prop->ns->href)))) {
xmlStrEqual      1362 third_party/libxml/src/SAX2.c 	if (xmlStrEqual(fullname, BAD_CAST "xml:id")) {
xmlStrEqual      1448 third_party/libxml/src/SAX2.c 			    if (xmlStrEqual(att, fulln))
xmlStrEqual      1486 third_party/libxml/src/SAX2.c 		     (xmlStrEqual(attr->prefix, BAD_CAST "xmlns"))) ||
xmlStrEqual      1488 third_party/libxml/src/SAX2.c 		     (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) ||
xmlStrEqual      1514 third_party/libxml/src/SAX2.c 				if (xmlStrEqual(att, fulln))
xmlStrEqual      2287 third_party/libxml/src/SAX2.c 	if ((ret->ns == NULL) && (xmlStrEqual(prefix, BAD_CAST "xml"))) {
xmlStrEqual       499 third_party/libxml/src/c14n.c             (xmlStrEqual(ns->prefix, BAD_CAST "xml")) &&
xmlStrEqual       500 third_party/libxml/src/c14n.c             (xmlStrEqual(ns->href, XML_XML_NAMESPACE)));
xmlStrEqual       748 third_party/libxml/src/c14n.c             if (xmlStrEqual(prefix, BAD_CAST "#default")
xmlStrEqual       749 third_party/libxml/src/c14n.c                 || xmlStrEqual(prefix, BAD_CAST "")) {
xmlStrEqual      1070 third_party/libxml/src/c14n.c     if((res == NULL) || xmlStrEqual(res, BAD_CAST "")) {
xmlStrEqual      1265 third_party/libxml/src/c14n.c                 if((!matched) && (xml_lang_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "lang")) {
xmlStrEqual      1269 third_party/libxml/src/c14n.c                 if((!matched) && (xml_space_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "space")) {
xmlStrEqual      1275 third_party/libxml/src/c14n.c                 if((!matched) && (xml_base_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "base")) {
xmlStrEqual      1101 third_party/libxml/src/catalog.c     if (xmlStrEqual(name, (const xmlChar *) "system"))
xmlStrEqual      1103 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "public"))
xmlStrEqual      1105 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "rewriteSystem"))
xmlStrEqual      1107 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "delegatePublic"))
xmlStrEqual      1109 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "delegateSystem"))
xmlStrEqual      1111 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "uri"))
xmlStrEqual      1113 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "rewriteURI"))
xmlStrEqual      1115 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "delegateURI"))
xmlStrEqual      1117 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "nextCatalog"))
xmlStrEqual      1119 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "catalog"))
xmlStrEqual      1220 third_party/libxml/src/catalog.c     if (xmlStrEqual(cur->name, BAD_CAST "group")) {
xmlStrEqual      1226 third_party/libxml/src/catalog.c             if (xmlStrEqual(prop, BAD_CAST "system")) {
xmlStrEqual      1228 third_party/libxml/src/catalog.c             } else if (xmlStrEqual(prop, BAD_CAST "public")) {
xmlStrEqual      1242 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "public")) {
xmlStrEqual      1245 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "system")) {
xmlStrEqual      1248 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "rewriteSystem")) {
xmlStrEqual      1252 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "delegatePublic")) {
xmlStrEqual      1256 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "delegateSystem")) {
xmlStrEqual      1260 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "uri")) {
xmlStrEqual      1264 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "rewriteURI")) {
xmlStrEqual      1268 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "delegateURI")) {
xmlStrEqual      1272 third_party/libxml/src/catalog.c     } else if (xmlStrEqual(cur->name, BAD_CAST "nextCatalog")) {
xmlStrEqual      1319 third_party/libxml/src/catalog.c 	    (xmlStrEqual(cur->ns->href, XML_CATALOGS_NAMESPACE))) {
xmlStrEqual      1360 third_party/libxml/src/catalog.c     if ((cur != NULL) && (xmlStrEqual(cur->name, BAD_CAST "catalog")) &&
xmlStrEqual      1362 third_party/libxml/src/catalog.c 	(xmlStrEqual(cur->ns->href, XML_CATALOGS_NAMESPACE))) {
xmlStrEqual      1373 third_party/libxml/src/catalog.c 	    if (xmlStrEqual(prop, BAD_CAST "system")) {
xmlStrEqual      1375 third_party/libxml/src/catalog.c 	    } else if (xmlStrEqual(prop, BAD_CAST "public")) {
xmlStrEqual      1528 third_party/libxml/src/catalog.c 		(xmlStrEqual(orig, cur->name))) {
xmlStrEqual      1594 third_party/libxml/src/catalog.c 	if (((cur->name != NULL) && (xmlStrEqual(value, cur->name))) ||
xmlStrEqual      1595 third_party/libxml/src/catalog.c 	    (xmlStrEqual(value, cur->value))) {
xmlStrEqual      1655 third_party/libxml/src/catalog.c 		    if (xmlStrEqual(sysID, cur->name)) {
xmlStrEqual      1707 third_party/libxml/src/catalog.c 			if (xmlStrEqual(cur->URL, delegates[i]))
xmlStrEqual      1749 third_party/libxml/src/catalog.c 		    if (xmlStrEqual(pubID, cur->name)) {
xmlStrEqual      1786 third_party/libxml/src/catalog.c 			if (xmlStrEqual(cur->URL, delegates[i]))
xmlStrEqual      1888 third_party/libxml/src/catalog.c 		if (xmlStrEqual(URI, cur->name)) {
xmlStrEqual      1938 third_party/libxml/src/catalog.c 		    if (xmlStrEqual(cur->URL, delegates[i]))
xmlStrEqual      2046 third_party/libxml/src/catalog.c 	else if (xmlStrEqual(pubID, urnID))
xmlStrEqual      2285 third_party/libxml/src/catalog.c     if (xmlStrEqual(name, (const xmlChar *) "SYSTEM"))
xmlStrEqual      2287 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "PUBLIC"))
xmlStrEqual      2289 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "DELEGATE"))
xmlStrEqual      2291 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "ENTITY"))
xmlStrEqual      2293 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "DOCTYPE"))
xmlStrEqual      2295 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "LINKTYPE"))
xmlStrEqual      2297 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "NOTATION"))
xmlStrEqual      2299 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "SGMLDECL"))
xmlStrEqual      2301 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "DOCUMENT"))
xmlStrEqual      2303 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "CATALOG"))
xmlStrEqual      2305 third_party/libxml/src/catalog.c     else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
xmlStrEqual      2359 third_party/libxml/src/catalog.c 	    if (xmlStrEqual(name, (const xmlChar *) "SYSTEM"))
xmlStrEqual      2361 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "PUBLIC"))
xmlStrEqual      2363 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "DELEGATE"))
xmlStrEqual      2365 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "ENTITY"))
xmlStrEqual      2367 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "DOCTYPE"))
xmlStrEqual      2369 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "LINKTYPE"))
xmlStrEqual      2371 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "NOTATION"))
xmlStrEqual      2373 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "SGMLDECL"))
xmlStrEqual      2375 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "DOCUMENT"))
xmlStrEqual      2377 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "CATALOG"))
xmlStrEqual      2379 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "BASE"))
xmlStrEqual      2381 third_party/libxml/src/catalog.c 	    else if (xmlStrEqual(name, (const xmlChar *) "OVERRIDE")) {
xmlStrEqual      3423 third_party/libxml/src/catalog.c 	(xmlStrEqual(type, BAD_CAST "catalog"))) {
xmlStrEqual       119 third_party/libxml/src/debugXML.c 		if (xmlStrEqual(cur->prefix, ns->prefix))
xmlStrEqual       305 third_party/libxml/src/debugXML.c         (!xmlStrEqual(node->name, BAD_CAST "pseudoroot")))
xmlStrEqual      10647 third_party/libxml/src/elfgcchack.h #undef xmlStrEqual
xmlStrEqual      10648 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias")));
xmlStrEqual      10650 third_party/libxml/src/elfgcchack.h #ifndef xmlStrEqual
xmlStrEqual      10651 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden")));
xmlStrEqual      10652 third_party/libxml/src/elfgcchack.h #define xmlStrEqual xmlStrEqual__internal_alias
xmlStrEqual       262 third_party/libxml/src/entities.c 	    if (xmlStrEqual(name, BAD_CAST "lt"))
xmlStrEqual       266 third_party/libxml/src/entities.c 	    if (xmlStrEqual(name, BAD_CAST "gt"))
xmlStrEqual       270 third_party/libxml/src/entities.c 	    if (xmlStrEqual(name, BAD_CAST "amp"))
xmlStrEqual       272 third_party/libxml/src/entities.c 	    if (xmlStrEqual(name, BAD_CAST "apos"))
xmlStrEqual       276 third_party/libxml/src/entities.c 	    if (xmlStrEqual(name, BAD_CAST "quot"))
xmlStrEqual       539 third_party/libxml/src/hash.c 		if ((xmlStrEqual(insert->name, name)) &&
xmlStrEqual       540 third_party/libxml/src/hash.c 		    (xmlStrEqual(insert->name2, name2)) &&
xmlStrEqual       541 third_party/libxml/src/hash.c 		    (xmlStrEqual(insert->name3, name3)))
xmlStrEqual       545 third_party/libxml/src/hash.c 	    if ((xmlStrEqual(insert->name, name)) &&
xmlStrEqual       546 third_party/libxml/src/hash.c 		(xmlStrEqual(insert->name2, name2)) &&
xmlStrEqual       547 third_party/libxml/src/hash.c 		(xmlStrEqual(insert->name3, name3)))
xmlStrEqual       662 third_party/libxml/src/hash.c 		if ((xmlStrEqual(insert->name, name)) &&
xmlStrEqual       663 third_party/libxml/src/hash.c 		    (xmlStrEqual(insert->name2, name2)) &&
xmlStrEqual       664 third_party/libxml/src/hash.c 		    (xmlStrEqual(insert->name3, name3))) {
xmlStrEqual       671 third_party/libxml/src/hash.c 	    if ((xmlStrEqual(insert->name, name)) &&
xmlStrEqual       672 third_party/libxml/src/hash.c 		(xmlStrEqual(insert->name2, name2)) &&
xmlStrEqual       673 third_party/libxml/src/hash.c 		(xmlStrEqual(insert->name3, name3))) {
xmlStrEqual       744 third_party/libxml/src/hash.c 	if ((xmlStrEqual(entry->name, name)) &&
xmlStrEqual       745 third_party/libxml/src/hash.c 	    (xmlStrEqual(entry->name2, name2)) &&
xmlStrEqual       746 third_party/libxml/src/hash.c 	    (xmlStrEqual(entry->name3, name3)))
xmlStrEqual       920 third_party/libxml/src/hash.c 		if (((name == NULL) || (xmlStrEqual(name, iter->name))) &&
xmlStrEqual       921 third_party/libxml/src/hash.c 		    ((name2 == NULL) || (xmlStrEqual(name2, iter->name2))) &&
xmlStrEqual       922 third_party/libxml/src/hash.c 		    ((name3 == NULL) || (xmlStrEqual(name3, iter->name3))) &&
xmlStrEqual      1053 third_party/libxml/src/hash.c             if (xmlStrEqual(entry->name, name) &&
xmlStrEqual      1054 third_party/libxml/src/hash.c                     xmlStrEqual(entry->name2, name2) &&
xmlStrEqual      1055 third_party/libxml/src/hash.c                     xmlStrEqual(entry->name3, name3)) {
xmlStrEqual        78 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrEqual              (const xmlChar *str1,
xmlStrEqual      4763 third_party/libxml/src/parser.c 	    if (xmlStrEqual(name, (const xmlChar *)xmlW3CPIs[i]))
xmlStrEqual      4954 third_party/libxml/src/parser.c 		    (xmlStrEqual(target, XML_CATALOG_PI))) {
xmlStrEqual      5185 third_party/libxml/src/parser.c 		    (xmlStrEqual(ctxt->myDoc->version, SAX_COMPAT_MODE))) {
xmlStrEqual      5258 third_party/libxml/src/parser.c 			(xmlStrEqual(ctxt->myDoc->version, SAX_COMPAT_MODE)))) {
xmlStrEqual      5425 third_party/libxml/src/parser.c 	    if (xmlStrEqual(name, tmp->name)) {
xmlStrEqual      5493 third_party/libxml/src/parser.c 	    if (xmlStrEqual(name, tmp->name)) {
xmlStrEqual      8083 third_party/libxml/src/parser.c     if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) {
xmlStrEqual      8094 third_party/libxml/src/parser.c     if (xmlStrEqual(name, BAD_CAST "xml:space")) {
xmlStrEqual      8095 third_party/libxml/src/parser.c 	if (xmlStrEqual(val, BAD_CAST "default"))
xmlStrEqual      8097 third_party/libxml/src/parser.c 	else if (xmlStrEqual(val, BAD_CAST "preserve"))
xmlStrEqual      8180 third_party/libxml/src/parser.c 	        if (xmlStrEqual(atts[i], attname)) {
xmlStrEqual      8763 third_party/libxml/src/parser.c         if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) {
xmlStrEqual      8775 third_party/libxml/src/parser.c         if (xmlStrEqual(name, BAD_CAST "space")) {
xmlStrEqual      8777 third_party/libxml/src/parser.c             if (xmlStrEqual(internal_val, BAD_CAST "default"))
xmlStrEqual      8779 third_party/libxml/src/parser.c             else if (xmlStrEqual(internal_val, BAD_CAST "preserve"))
xmlStrEqual      8926 third_party/libxml/src/parser.c 			(xmlStrEqual(URL,
xmlStrEqual      8979 third_party/libxml/src/parser.c 		    (xmlStrEqual(URL,
xmlStrEqual      10086 third_party/libxml/src/parser.c 	if (!xmlStrEqual(version, (const xmlChar *) XML_DEFAULT_VERSION)) {
xmlStrEqual      10353 third_party/libxml/src/parser.c 	(xmlStrEqual(ctxt->myDoc->version, SAX_COMPAT_MODE))) {
xmlStrEqual      12432 third_party/libxml/src/parser.c 	if ((xmlStrEqual(ctx->version, BAD_CAST "1.0")) &&
xmlStrEqual      12433 third_party/libxml/src/parser.c 	    (!xmlStrEqual(ctxt->input->version, BAD_CAST "1.0"))) {
xmlStrEqual       525 third_party/libxml/src/pattern.c 		if (!xmlStrEqual(step->value, node->name))
xmlStrEqual       535 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value2, node->ns->href))
xmlStrEqual       556 third_party/libxml/src/pattern.c 			    (xmlStrEqual(step->value, lst->name)))
xmlStrEqual       571 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value, node->name))
xmlStrEqual       579 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value2, node->ns->href))
xmlStrEqual       598 third_party/libxml/src/pattern.c 		if (!xmlStrEqual(step->value, node->name))
xmlStrEqual       607 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value2, node->ns->href))
xmlStrEqual       636 third_party/libxml/src/pattern.c 			(xmlStrEqual(step->value, node->name))) {
xmlStrEqual       643 third_party/libxml/src/pattern.c 			        (xmlStrEqual(step->value2, node->ns->href)))
xmlStrEqual       669 third_party/libxml/src/pattern.c 		    if (!xmlStrEqual(step->value, node->ns->href))
xmlStrEqual       959 third_party/libxml/src/pattern.c 		if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) {
xmlStrEqual      1080 third_party/libxml/src/pattern.c 		    if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) {
xmlStrEqual      1110 third_party/libxml/src/pattern.c 	    if (xmlStrEqual(name, (const xmlChar *) "child")) {		
xmlStrEqual      1147 third_party/libxml/src/pattern.c 			    if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) {
xmlStrEqual      1178 third_party/libxml/src/pattern.c 	    } else if (xmlStrEqual(name, (const xmlChar *) "attribute")) {
xmlStrEqual      2019 third_party/libxml/src/pattern.c 		    match = xmlStrEqual(step.ns, ns);
xmlStrEqual      2023 third_party/libxml/src/pattern.c 		xmlStrEqual(step.name, name) &&
xmlStrEqual      2024 third_party/libxml/src/pattern.c 		((step.ns == ns) || xmlStrEqual(step.ns, ns)))
xmlStrEqual      2151 third_party/libxml/src/pattern.c 		match = xmlStrEqual(step.ns, ns);
xmlStrEqual      2155 third_party/libxml/src/pattern.c 	    xmlStrEqual(step.name, name) &&
xmlStrEqual      2156 third_party/libxml/src/pattern.c 	    ((step.ns == ns) || xmlStrEqual(step.ns, ns)))
xmlStrEqual        44 third_party/libxml/src/relaxng.c     (xmlStrEqual(node->name, (const xmlChar *) type)) &&		\
xmlStrEqual        45 third_party/libxml/src/relaxng.c     (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
xmlStrEqual      1365 third_party/libxml/src/relaxng.c         (!xmlStrEqual(state1->value, state2->value)))
xmlStrEqual      1544 third_party/libxml/src/relaxng.c                 if (xmlStrEqual(name, name2)) {
xmlStrEqual      1558 third_party/libxml/src/relaxng.c                 if (xmlStrEqual
xmlStrEqual      1611 third_party/libxml/src/relaxng.c         if (xmlStrEqual(ctxt->incTab[i]->href, URL)) {
xmlStrEqual      1943 third_party/libxml/src/relaxng.c         if (xmlStrEqual(ctxt->docTab[i]->href, URL)) {
xmlStrEqual      2312 third_party/libxml/src/relaxng.c                     (xmlStrEqual(err->arg1, dup->arg1)) &&
xmlStrEqual      2313 third_party/libxml/src/relaxng.c                     (xmlStrEqual(err->arg2, dup->arg2))) {
xmlStrEqual      2499 third_party/libxml/src/relaxng.c     if (xmlStrEqual(facetname, BAD_CAST "minInclusive")) {
xmlStrEqual      2501 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "minExclusive")) {
xmlStrEqual      2503 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "maxInclusive")) {
xmlStrEqual      2505 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "maxExclusive")) {
xmlStrEqual      2507 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "totalDigits")) {
xmlStrEqual      2509 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "fractionDigits")) {
xmlStrEqual      2511 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "pattern")) {
xmlStrEqual      2513 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "enumeration")) {
xmlStrEqual      2515 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "whiteSpace")) {
xmlStrEqual      2517 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "length")) {
xmlStrEqual      2519 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "maxLength")) {
xmlStrEqual      2521 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(facetname, BAD_CAST "minLength")) {
xmlStrEqual      2631 third_party/libxml/src/relaxng.c     if (xmlStrEqual(type, BAD_CAST "string"))
xmlStrEqual      2633 third_party/libxml/src/relaxng.c     if (xmlStrEqual(type, BAD_CAST "token"))
xmlStrEqual      2659 third_party/libxml/src/relaxng.c     if (xmlStrEqual(type, BAD_CAST "string"))
xmlStrEqual      2661 third_party/libxml/src/relaxng.c     if (xmlStrEqual(type, BAD_CAST "token")) {
xmlStrEqual      2691 third_party/libxml/src/relaxng.c     if (xmlStrEqual(type, BAD_CAST "string")) {
xmlStrEqual      2692 third_party/libxml/src/relaxng.c         ret = xmlStrEqual(value1, value2);
xmlStrEqual      2693 third_party/libxml/src/relaxng.c     } else if (xmlStrEqual(type, BAD_CAST "token")) {
xmlStrEqual      2694 third_party/libxml/src/relaxng.c         if (!xmlStrEqual(value1, value2)) {
xmlStrEqual      2706 third_party/libxml/src/relaxng.c             else if (xmlStrEqual(nval, nvalue))
xmlStrEqual      3669 third_party/libxml/src/relaxng.c                 if ((xmlStrEqual
xmlStrEqual      3673 third_party/libxml/src/relaxng.c                     && ((xmlStrEqual(def->name, BAD_CAST "IDREF"))
xmlStrEqual      3674 third_party/libxml/src/relaxng.c                         || (xmlStrEqual(def->name, BAD_CAST "IDREFS")))) {
xmlStrEqual      3685 third_party/libxml/src/relaxng.c         if (!xmlStrEqual(content->name, BAD_CAST "param"))
xmlStrEqual      3687 third_party/libxml/src/relaxng.c         if (xmlStrEqual(library,
xmlStrEqual      3694 third_party/libxml/src/relaxng.c                    (xmlStrEqual(content->name, BAD_CAST "param")))
xmlStrEqual      3722 third_party/libxml/src/relaxng.c         && (xmlStrEqual(content->name, BAD_CAST "except"))) {
xmlStrEqual      4558 third_party/libxml/src/relaxng.c     if (!xmlStrEqual(root->name, BAD_CAST "grammar")) {
xmlStrEqual      5298 third_party/libxml/src/relaxng.c             (xmlStrEqual(val, BAD_CAST "http://www.w3.org/2000/xmlns"))) {
xmlStrEqual      5305 third_party/libxml/src/relaxng.c             (val[0] == 0) && (xmlStrEqual(ret->name, BAD_CAST "xmlns"))) {
xmlStrEqual      5328 third_party/libxml/src/relaxng.c             (xmlStrEqual
xmlStrEqual      5738 third_party/libxml/src/relaxng.c             if (xmlStrEqual(combine, BAD_CAST "choice")) {
xmlStrEqual      5746 third_party/libxml/src/relaxng.c             } else if (xmlStrEqual(combine, BAD_CAST "interleave")) {
xmlStrEqual      5858 third_party/libxml/src/relaxng.c             (!xmlStrEqual(cur->node->parent->name, BAD_CAST "start"))) {
xmlStrEqual      5868 third_party/libxml/src/relaxng.c             if (xmlStrEqual(combine, BAD_CAST "choice")) {
xmlStrEqual      5876 third_party/libxml/src/relaxng.c             } else if (xmlStrEqual(combine, BAD_CAST "interleave")) {
xmlStrEqual      6915 third_party/libxml/src/relaxng.c             (xmlStrEqual(cur->ns->href, xmlRelaxNGNs))) {
xmlStrEqual      6916 third_party/libxml/src/relaxng.c             if (xmlStrEqual(cur->name, BAD_CAST "name")) {
xmlStrEqual      6917 third_party/libxml/src/relaxng.c                 if ((!xmlStrEqual(node->name, BAD_CAST "element")) &&
xmlStrEqual      6918 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "attribute")) &&
xmlStrEqual      6919 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "ref")) &&
xmlStrEqual      6920 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "parentRef")) &&
xmlStrEqual      6921 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "param")) &&
xmlStrEqual      6922 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "define"))) {
xmlStrEqual      6927 third_party/libxml/src/relaxng.c             } else if (xmlStrEqual(cur->name, BAD_CAST "type")) {
xmlStrEqual      6928 third_party/libxml/src/relaxng.c                 if ((!xmlStrEqual(node->name, BAD_CAST "value")) &&
xmlStrEqual      6929 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "data"))) {
xmlStrEqual      6934 third_party/libxml/src/relaxng.c             } else if (xmlStrEqual(cur->name, BAD_CAST "href")) {
xmlStrEqual      6935 third_party/libxml/src/relaxng.c                 if ((!xmlStrEqual(node->name, BAD_CAST "externalRef")) &&
xmlStrEqual      6936 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "include"))) {
xmlStrEqual      6941 third_party/libxml/src/relaxng.c             } else if (xmlStrEqual(cur->name, BAD_CAST "combine")) {
xmlStrEqual      6942 third_party/libxml/src/relaxng.c                 if ((!xmlStrEqual(node->name, BAD_CAST "start")) &&
xmlStrEqual      6943 third_party/libxml/src/relaxng.c                     (!xmlStrEqual(node->name, BAD_CAST "define"))) {
xmlStrEqual      6948 third_party/libxml/src/relaxng.c             } else if (xmlStrEqual(cur->name, BAD_CAST "datatypeLibrary")) {
xmlStrEqual      6976 third_party/libxml/src/relaxng.c             } else if (!xmlStrEqual(cur->name, BAD_CAST "ns")) {
xmlStrEqual      7012 third_party/libxml/src/relaxng.c                 (!xmlStrEqual(cur->ns->href, xmlRelaxNGNs))) {
xmlStrEqual      7015 third_party/libxml/src/relaxng.c                     ((xmlStrEqual(cur->parent->name, BAD_CAST "name")) ||
xmlStrEqual      7016 third_party/libxml/src/relaxng.c                      (xmlStrEqual(cur->parent->name, BAD_CAST "value")) ||
xmlStrEqual      7017 third_party/libxml/src/relaxng.c                      (xmlStrEqual(cur->parent->name, BAD_CAST "param")))) {
xmlStrEqual      7026 third_party/libxml/src/relaxng.c                 if (xmlStrEqual(cur->name, BAD_CAST "externalRef")) {
xmlStrEqual      7112 third_party/libxml/src/relaxng.c                 } else if (xmlStrEqual(cur->name, BAD_CAST "include")) {
xmlStrEqual      7166 third_party/libxml/src/relaxng.c                 } else if ((xmlStrEqual(cur->name, BAD_CAST "element")) ||
xmlStrEqual      7167 third_party/libxml/src/relaxng.c                            (xmlStrEqual(cur->name, BAD_CAST "attribute")))
xmlStrEqual      7208 third_party/libxml/src/relaxng.c                         } else if (xmlStrEqual(cur->name,
xmlStrEqual      7213 third_party/libxml/src/relaxng.c                 } else if ((xmlStrEqual(cur->name, BAD_CAST "name")) ||
xmlStrEqual      7214 third_party/libxml/src/relaxng.c                            (xmlStrEqual(cur->name, BAD_CAST "nsName")) ||
xmlStrEqual      7215 third_party/libxml/src/relaxng.c                            (xmlStrEqual(cur->name, BAD_CAST "value"))) {
xmlStrEqual      7240 third_party/libxml/src/relaxng.c                     if (xmlStrEqual(cur->name, BAD_CAST "name")) {
xmlStrEqual      7272 third_party/libxml/src/relaxng.c                     if (xmlStrEqual(cur->name, BAD_CAST "nsName")) {
xmlStrEqual      7280 third_party/libxml/src/relaxng.c                 } else if ((xmlStrEqual(cur->name, BAD_CAST "except")) &&
xmlStrEqual      7288 third_party/libxml/src/relaxng.c                         (xmlStrEqual
xmlStrEqual      7295 third_party/libxml/src/relaxng.c                                (xmlStrEqual
xmlStrEqual      7302 third_party/libxml/src/relaxng.c                 } else if (xmlStrEqual(cur->name, BAD_CAST "anyName")) {
xmlStrEqual      7322 third_party/libxml/src/relaxng.c                 if (xmlStrEqual(cur->name, BAD_CAST "div")) {
xmlStrEqual      7373 third_party/libxml/src/relaxng.c                     if ((!xmlStrEqual(cur->parent->name, BAD_CAST "value"))
xmlStrEqual      7375 third_party/libxml/src/relaxng.c                         (!xmlStrEqual
xmlStrEqual      8726 third_party/libxml/src/relaxng.c                 if (!xmlStrEqual(value, define->value)) {
xmlStrEqual      8758 third_party/libxml/src/relaxng.c                             (!xmlStrEqual(nval, nvalue)))
xmlStrEqual      8995 third_party/libxml/src/relaxng.c         if (!xmlStrEqual(define->name, prop->name))
xmlStrEqual      9004 third_party/libxml/src/relaxng.c                 (!xmlStrEqual(define->ns, prop->ns->href)))
xmlStrEqual      9051 third_party/libxml/src/relaxng.c             if ((tmp != NULL) && (xmlStrEqual(define->name, tmp->name))) {
xmlStrEqual      9055 third_party/libxml/src/relaxng.c                      (xmlStrEqual(define->ns, tmp->ns->href)))) {
xmlStrEqual      9567 third_party/libxml/src/relaxng.c         if (!xmlStrEqual(elem->name, define->name)) {
xmlStrEqual      9576 third_party/libxml/src/relaxng.c         } else if (!xmlStrEqual(elem->ns->href, define->ns)) {
xmlStrEqual      9855 third_party/libxml/src/relaxng.c                              && (xmlStrEqual(ctxt->err->arg2, node->name)))
xmlStrEqual      9859 third_party/libxml/src/relaxng.c                              && (xmlStrEqual(ctxt->err->arg1, node->name)))
xmlStrEqual      9881 third_party/libxml/src/relaxng.c                          (xmlStrEqual(ctxt->err->arg2, node->name))) ||
xmlStrEqual      9883 third_party/libxml/src/relaxng.c                          (xmlStrEqual(ctxt->err->arg1, node->name))) ||
xmlStrEqual       657 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSuite"))) {
xmlStrEqual       664 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSuite"))) {
xmlStrEqual       720 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSuite"))) {
xmlStrEqual       727 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSuite"))) {
xmlStrEqual       758 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSuite"))) {
xmlStrEqual       765 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSuite"))) {
xmlStrEqual       846 third_party/libxml/src/runsuite.c     if (xmlStrEqual(validity, BAD_CAST "valid")) {
xmlStrEqual       857 third_party/libxml/src/runsuite.c     } else if (xmlStrEqual(validity, BAD_CAST "invalid")) {
xmlStrEqual       928 third_party/libxml/src/runsuite.c     if (xmlStrEqual(validity, BAD_CAST "valid")) {
xmlStrEqual       964 third_party/libxml/src/runsuite.c     } else if (xmlStrEqual(validity, BAD_CAST "invalid")) {
xmlStrEqual      1022 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testSet"))) {
xmlStrEqual      1039 third_party/libxml/src/runsuite.c     if ((cur == NULL) || (!xmlStrEqual(cur->name, BAD_CAST "testGroup"))) {
xmlStrEqual      3583 third_party/libxml/src/runtest.c     while(node != NULL && !xmlStrEqual(node->name, (const xmlChar *)"XPath")) {
xmlStrEqual        50 third_party/libxml/src/schematron.c     (xmlStrEqual(node->name, (const xmlChar *) elem)) &&		\
xmlStrEqual        51 third_party/libxml/src/schematron.c     ((xmlStrEqual(node->ns->href, xmlSchematronNs)) ||			\
xmlStrEqual        52 third_party/libxml/src/schematron.c      (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
xmlStrEqual        57 third_party/libxml/src/schematron.c            ((xmlStrEqual(node->ns->href, xmlSchematronNs)) ||		\
xmlStrEqual        58 third_party/libxml/src/schematron.c 	    (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))		\
xmlStrEqual       263 third_party/libxml/src/testC14N.c     while(node != NULL && !xmlStrEqual(node->name, (const xmlChar *)"XPath")) {
xmlStrEqual      36076 third_party/libxml/src/testapi.c         ret_val = xmlStrEqual((const xmlChar *)str1, (const xmlChar *)str2);
xmlStrEqual       724 third_party/libxml/src/tree.c     if ((prefix != NULL) && (xmlStrEqual(prefix, BAD_CAST "xml")))
xmlStrEqual       754 third_party/libxml/src/tree.c 		(xmlStrEqual(prev->prefix, cur->prefix))) {
xmlStrEqual       761 third_party/libxml/src/tree.c 		    (xmlStrEqual(prev->prefix, cur->prefix))) {
xmlStrEqual      3967 third_party/libxml/src/tree.c         if (xmlStrEqual(ns->href, cur->ns->href)) {
xmlStrEqual      4599 third_party/libxml/src/tree.c 		     (xmlStrEqual(cur->name, tmp->name) &&
xmlStrEqual      4602 third_party/libxml/src/tree.c 		       (xmlStrEqual(cur->ns->prefix, tmp->ns->prefix)))))))
xmlStrEqual      4611 third_party/libxml/src/tree.c 			 (xmlStrEqual(cur->name, tmp->name) &&
xmlStrEqual      4614 third_party/libxml/src/tree.c 			   (xmlStrEqual(cur->ns->prefix, tmp->ns->prefix)))))))
xmlStrEqual      4695 third_party/libxml/src/tree.c 		    (xmlStrEqual(cur->name, tmp->name)))
xmlStrEqual      4703 third_party/libxml/src/tree.c 			(xmlStrEqual(cur->name, tmp->name)))
xmlStrEqual      4976 third_party/libxml/src/tree.c 	    if (xmlStrEqual(space, BAD_CAST "preserve")) {
xmlStrEqual      4980 third_party/libxml/src/tree.c 	    if (xmlStrEqual(space, BAD_CAST "default")) {
xmlStrEqual      5763 third_party/libxml/src/tree.c                         (xmlStrEqual(cur->prefix, ret[i]->prefix)))
xmlStrEqual      5847 third_party/libxml/src/tree.c 	(xmlStrEqual(nameSpace, (const xmlChar *)"xml"))) {
xmlStrEqual      5893 third_party/libxml/src/tree.c 		    (xmlStrEqual(cur->prefix, nameSpace)))
xmlStrEqual      5905 third_party/libxml/src/tree.c 		        (xmlStrEqual(cur->prefix, nameSpace)))
xmlStrEqual      5946 third_party/libxml/src/tree.c                     && (xmlStrEqual(tst->prefix, prefix)))
xmlStrEqual      5977 third_party/libxml/src/tree.c     if (xmlStrEqual(href, XML_XML_NAMESPACE)) {
xmlStrEqual      6023 third_party/libxml/src/tree.c                     (xmlStrEqual(cur->href, href))) {
xmlStrEqual      6034 third_party/libxml/src/tree.c                         (xmlStrEqual(cur->href, href))) {
xmlStrEqual      6327 third_party/libxml/src/tree.c 		if ((prop->ns == NULL) && xmlStrEqual(prop->name, name)) {
xmlStrEqual      6337 third_party/libxml/src/tree.c 		if ((prop->ns != NULL) && xmlStrEqual(prop->name, name) &&
xmlStrEqual      6339 third_party/libxml/src/tree.c 		     xmlStrEqual(prop->ns->href, nsName)))
xmlStrEqual      6397 third_party/libxml/src/tree.c 		if (xmlStrEqual((*cur)->href, nsName)) {
xmlStrEqual      6483 third_party/libxml/src/tree.c         if (xmlStrEqual(prop->name, name))  {
xmlStrEqual      7772 third_party/libxml/src/tree.c 		xmlStrEqual(ns->prefix, prefix)) &&
xmlStrEqual      7773 third_party/libxml/src/tree.c 		xmlStrEqual(ns->href, nsName)) {
xmlStrEqual      7849 third_party/libxml/src/tree.c 		xmlStrEqual(prefix, ns->prefix)) {
xmlStrEqual      7895 third_party/libxml/src/tree.c 				xmlStrEqual(ns->prefix, mi->newNs->prefix)) {
xmlStrEqual      8148 third_party/libxml/src/tree.c     if (xmlStrEqual(nsName, XML_XML_NAMESPACE)) {
xmlStrEqual      8171 third_party/libxml/src/tree.c 				xmlStrEqual(prevns->prefix, ns->prefix))) {
xmlStrEqual      8186 third_party/libxml/src/tree.c 			xmlStrEqual(nsName, ns->href)) {
xmlStrEqual      8264 third_party/libxml/src/tree.c 			xmlStrEqual(prefix, ns->prefix))
xmlStrEqual      8435 third_party/libxml/src/tree.c 		xmlStrEqual(mi->newNs->href, ns->href))) {
xmlStrEqual      8480 third_party/libxml/src/tree.c 		    xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
xmlStrEqual      8577 third_party/libxml/src/tree.c 				      xmlStrEqual(ns->prefix, mi->newNs->prefix)) &&
xmlStrEqual      8579 third_party/libxml/src/tree.c 				      xmlStrEqual(ns->href, mi->newNs->href)))
xmlStrEqual      8614 third_party/libxml/src/tree.c 				    xmlStrEqual(ns->prefix, mi->newNs->prefix))) {
xmlStrEqual      8897 third_party/libxml/src/tree.c 				    xmlStrEqual(ns->prefix,
xmlStrEqual      9377 third_party/libxml/src/tree.c 					xmlStrEqual(ns->prefix,
xmlStrEqual      1230 third_party/libxml/src/uri.c 	        (xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
xmlStrEqual      2297 third_party/libxml/src/uri.c     if (xmlStrEqual((xmlChar *)bas->path, (xmlChar *)ref->path)) {
xmlStrEqual      2099 third_party/libxml/src/valid.c 	if ((xmlStrEqual(ret->name, BAD_CAST "xmlns")) ||
xmlStrEqual      2101 third_party/libxml/src/valid.c 	     (xmlStrEqual(ret->prefix, BAD_CAST "xmlns"))))) {
xmlStrEqual      2108 third_party/libxml/src/valid.c 		   ((xmlStrEqual(tmp->name, BAD_CAST "xmlns")) ||
xmlStrEqual      2110 third_party/libxml/src/valid.c 		     (xmlStrEqual(ret->prefix, BAD_CAST "xmlns")))))) {
xmlStrEqual      2686 third_party/libxml/src/valid.c         if ((xmlStrEqual(BAD_CAST "id", attr->name)) ||
xmlStrEqual      2687 third_party/libxml/src/valid.c 	    ((xmlStrEqual(BAD_CAST "name", attr->name)) &&
xmlStrEqual      2688 third_party/libxml/src/valid.c 	    ((elem == NULL) || (xmlStrEqual(elem->name, BAD_CAST "a")))))
xmlStrEqual      4013 third_party/libxml/src/valid.c     if ((doc->standalone) && (extsubset == 1) && (!xmlStrEqual(value, ret))) {
xmlStrEqual      4196 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, attr->defaultValue)) break;
xmlStrEqual      4257 third_party/libxml/src/valid.c 		        if ((xmlStrEqual(next->name, name)) &&
xmlStrEqual      4258 third_party/libxml/src/valid.c 			    (xmlStrEqual(next->prefix, cur->c1->prefix))) {
xmlStrEqual      4274 third_party/libxml/src/valid.c 		    if ((xmlStrEqual(next->c1->name, name)) &&
xmlStrEqual      4275 third_party/libxml/src/valid.c 		        (xmlStrEqual(next->c1->prefix, cur->c1->prefix))) {
xmlStrEqual      4298 third_party/libxml/src/valid.c 	 (xmlStrEqual(tst->prefix, elem->prefix))) &&
xmlStrEqual      4308 third_party/libxml/src/valid.c 	 (xmlStrEqual(tst->prefix, elem->prefix))) &&
xmlStrEqual      4418 third_party/libxml/src/valid.c 	if (!xmlStrEqual(value, attrDecl->defaultValue)) {
xmlStrEqual      4457 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
xmlStrEqual      4472 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
xmlStrEqual      4485 third_party/libxml/src/valid.c         (!xmlStrEqual(attrDecl->defaultValue, value))) {
xmlStrEqual      4609 third_party/libxml/src/valid.c 	if (!xmlStrEqual(value, attrDecl->defaultValue)) {
xmlStrEqual      4660 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
xmlStrEqual      4681 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, value)) break;
xmlStrEqual      4700 third_party/libxml/src/valid.c         (!xmlStrEqual(attrDecl->defaultValue, value))) {
xmlStrEqual      4863 third_party/libxml/src/valid.c 		   (xmlStrEqual(NODE->name, CONT->name)));
xmlStrEqual      4870 third_party/libxml/src/valid.c 		    ret = xmlStrEqual(NODE->ns->prefix, CONT->prefix);
xmlStrEqual      4901 third_party/libxml/src/valid.c 		    (!xmlStrEqual(NODE->name, CONT->c1->name))) {
xmlStrEqual      4911 third_party/libxml/src/valid.c 		    ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix);
xmlStrEqual      4938 third_party/libxml/src/valid.c 		    (!xmlStrEqual(NODE->name, CONT->c1->name))) {
xmlStrEqual      4948 third_party/libxml/src/valid.c 		    ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix);
xmlStrEqual      5590 third_party/libxml/src/valid.c 		if ((cont->prefix == NULL) && (xmlStrEqual(cont->name, qname)))
xmlStrEqual      5596 third_party/libxml/src/valid.c 		    (xmlStrEqual(cont->c1->name, qname)))
xmlStrEqual      5613 third_party/libxml/src/valid.c 		    (xmlStrEqual(cont->name, name)))
xmlStrEqual      5620 third_party/libxml/src/valid.c 		    (xmlStrEqual(cont->c1->name, name)))
xmlStrEqual      6071 third_party/libxml/src/valid.c 				if (xmlStrEqual(cont->name, fullname))
xmlStrEqual      6076 third_party/libxml/src/valid.c 				if (xmlStrEqual(cont->c1->name, fullname))
xmlStrEqual      6096 third_party/libxml/src/valid.c 			    if (xmlStrEqual(cont->name, name)) break;
xmlStrEqual      6100 third_party/libxml/src/valid.c 			    if (xmlStrEqual(cont->c1->name, name)) break;
xmlStrEqual      6164 third_party/libxml/src/valid.c 		(xmlStrEqual(attr->name, BAD_CAST "xmlns"))) {
xmlStrEqual      6173 third_party/libxml/src/valid.c 	    } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) {
xmlStrEqual      6178 third_party/libxml/src/valid.c 		    if (xmlStrEqual(attr->name, ns->prefix))
xmlStrEqual      6187 third_party/libxml/src/valid.c 		    if (xmlStrEqual(attrib->name, attr->name)) {
xmlStrEqual      6201 third_party/libxml/src/valid.c 			    } else if (!xmlStrEqual(nameSpace->prefix,
xmlStrEqual      6248 third_party/libxml/src/valid.c 		(xmlStrEqual(attr->name, BAD_CAST "xmlns"))) {
xmlStrEqual      6254 third_party/libxml/src/valid.c 			if (!xmlStrEqual(attr->defaultValue, ns->href)) {
xmlStrEqual      6265 third_party/libxml/src/valid.c 	    } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) {
xmlStrEqual      6270 third_party/libxml/src/valid.c 		    if (xmlStrEqual(attr->name, ns->prefix)) {
xmlStrEqual      6271 third_party/libxml/src/valid.c 			if (!xmlStrEqual(attr->defaultValue, ns->href)) {
xmlStrEqual      6326 third_party/libxml/src/valid.c 	if (!xmlStrEqual(doc->intSubset->name, root->name)) {
xmlStrEqual      6336 third_party/libxml/src/valid.c 		ret = xmlStrEqual(doc->intSubset->name, fullname);
xmlStrEqual      6342 third_party/libxml/src/valid.c 	    if ((xmlStrEqual(doc->intSubset->name, BAD_CAST "HTML")) &&
xmlStrEqual      6343 third_party/libxml/src/valid.c 		(xmlStrEqual(root->name, BAD_CAST "html")))
xmlStrEqual      6883 third_party/libxml/src/valid.c 		if (xmlStrEqual(BAD_CAST "#PCDATA", names[i])) return(*len);
xmlStrEqual      6888 third_party/libxml/src/valid.c 		if (xmlStrEqual(ctree->name, names[i])) return(*len);
xmlStrEqual      7016 third_party/libxml/src/valid.c 		if (xmlStrEqual(elements[i], names[j])) break;
xmlStrEqual       521 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(parse, XINCLUDE_PARSE_XML))
xmlStrEqual       523 third_party/libxml/src/xinclude.c 	else if (xmlStrEqual(parse, XINCLUDE_PARSE_TEXT))
xmlStrEqual       633 third_party/libxml/src/xinclude.c 	    if (xmlStrEqual(URL, ctxt->urlTab[i])) {
xmlStrEqual      1294 third_party/libxml/src/xinclude.c 		if (!xmlStrEqual(ent->SystemID, prev->SystemID))
xmlStrEqual      1298 third_party/libxml/src/xinclude.c 		if (!xmlStrEqual(ent->ExternalID, prev->ExternalID))
xmlStrEqual      1301 third_party/libxml/src/xinclude.c 		if (!xmlStrEqual(ent->content, prev->content))
xmlStrEqual      1378 third_party/libxml/src/xinclude.c 	if ((!xmlStrEqual(target->ExternalID, source->ExternalID)) &&
xmlStrEqual      1379 third_party/libxml/src/xinclude.c 	    (!xmlStrEqual(target->SystemID, source->SystemID))) {
xmlStrEqual      1451 third_party/libxml/src/xinclude.c 	((ctxt->doc != NULL) && (xmlStrEqual(URL, ctxt->doc->URL)))) {
xmlStrEqual      1460 third_party/libxml/src/xinclude.c 	if ((xmlStrEqual(URL, ctxt->incTab[i]->URI)) &&
xmlStrEqual      1505 third_party/libxml/src/xinclude.c    if (!xmlStrEqual(URL, doc->URL)) {
xmlStrEqual      1510 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(URL, ctxt->incTab[i]->URI)) {
xmlStrEqual      1733 third_party/libxml/src/xinclude.c 			if (xmlStrEqual(curBase, node->doc->URL)) {
xmlStrEqual      1840 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(URL, ctxt->txturlTab[i])) {
xmlStrEqual      2026 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(parse, XINCLUDE_PARSE_XML))
xmlStrEqual      2028 third_party/libxml/src/xinclude.c 	else if (xmlStrEqual(parse, XINCLUDE_PARSE_TEXT))
xmlStrEqual      2113 third_party/libxml/src/xinclude.c 		(xmlStrEqual(children->name, XINCLUDE_FALLBACK)) &&
xmlStrEqual      2114 third_party/libxml/src/xinclude.c 		((xmlStrEqual(children->ns->href, XINCLUDE_NS)) ||
xmlStrEqual      2115 third_party/libxml/src/xinclude.c 		 (xmlStrEqual(children->ns->href, XINCLUDE_OLD_NS)))) {
xmlStrEqual      2261 third_party/libxml/src/xinclude.c     if ((xmlStrEqual(node->ns->href, XINCLUDE_NS)) ||
xmlStrEqual      2262 third_party/libxml/src/xinclude.c         (xmlStrEqual(node->ns->href, XINCLUDE_OLD_NS))) {
xmlStrEqual      2263 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(node->ns->href, XINCLUDE_OLD_NS)) {
xmlStrEqual      2273 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(node->name, XINCLUDE_NODE)) {
xmlStrEqual      2280 third_party/libxml/src/xinclude.c 		    ((xmlStrEqual(child->ns->href, XINCLUDE_NS)) ||
xmlStrEqual      2281 third_party/libxml/src/xinclude.c 		     (xmlStrEqual(child->ns->href, XINCLUDE_OLD_NS)))) {
xmlStrEqual      2282 third_party/libxml/src/xinclude.c 		    if (xmlStrEqual(child->name, XINCLUDE_NODE)) {
xmlStrEqual      2289 third_party/libxml/src/xinclude.c 		    if (xmlStrEqual(child->name, XINCLUDE_FALLBACK)) {
xmlStrEqual      2303 third_party/libxml/src/xinclude.c 	if (xmlStrEqual(node->name, XINCLUDE_FALLBACK)) {
xmlStrEqual      2307 third_party/libxml/src/xinclude.c 		((!xmlStrEqual(node->parent->ns->href, XINCLUDE_NS)) &&
xmlStrEqual      2308 third_party/libxml/src/xinclude.c 		 (!xmlStrEqual(node->parent->ns->href, XINCLUDE_OLD_NS))) ||
xmlStrEqual      2309 third_party/libxml/src/xinclude.c 		(!xmlStrEqual(node->parent->name, XINCLUDE_NODE))) {
xmlStrEqual       134 third_party/libxml/src/xlink.c                (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
xmlStrEqual       151 third_party/libxml/src/xlink.c 	if (xmlStrEqual(type, BAD_CAST "simple")) {
xmlStrEqual       153 third_party/libxml/src/xlink.c 	} if (xmlStrEqual(type, BAD_CAST "extended")) {
xmlStrEqual       160 third_party/libxml/src/xlink.c 		    if (xmlStrEqual(role, BAD_CAST"xlink:external-linkset")) 
xmlStrEqual       167 third_party/libxml/src/xlink.c 		    if (xmlStrEqual(role, buf))
xmlStrEqual      2589 third_party/libxml/src/xmlIO.c 	    (!xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
xmlStrEqual      2596 third_party/libxml/src/xmlIO.c 	    (xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
xmlStrEqual      1486 third_party/libxml/src/xmlreader.c 	((xmlStrEqual(reader->node->ns->href, XINCLUDE_NS)) ||
xmlStrEqual      1487 third_party/libxml/src/xmlreader.c 	 (xmlStrEqual(reader->node->ns->href, XINCLUDE_OLD_NS)))) {
xmlStrEqual      2367 third_party/libxml/src/xmlreader.c 		if (xmlStrEqual(name, BAD_CAST "xmlns")) {
xmlStrEqual      2383 third_party/libxml/src/xmlreader.c     if (xmlStrEqual(prefix, BAD_CAST "xmlns")) {
xmlStrEqual      2386 third_party/libxml/src/xmlreader.c 			if ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localname))) {
xmlStrEqual      2433 third_party/libxml/src/xmlreader.c     if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
xmlStrEqual      2434 third_party/libxml/src/xmlreader.c 		if (! xmlStrEqual(localName, BAD_CAST "xmlns")) {
xmlStrEqual      2440 third_party/libxml/src/xmlreader.c 				((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) {
xmlStrEqual      2610 third_party/libxml/src/xmlreader.c 	if (xmlStrEqual(name, BAD_CAST "xmlns")) {
xmlStrEqual      2629 third_party/libxml/src/xmlreader.c 	    if ((xmlStrEqual(prop->name, name)) &&
xmlStrEqual      2642 third_party/libxml/src/xmlreader.c     if (xmlStrEqual(prefix, BAD_CAST "xmlns")) {
xmlStrEqual      2645 third_party/libxml/src/xmlreader.c 	    if ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localname))) {
xmlStrEqual      2660 third_party/libxml/src/xmlreader.c 	if ((xmlStrEqual(prop->name, localname)) &&
xmlStrEqual      2661 third_party/libxml/src/xmlreader.c 	    (prop->ns != NULL) && (xmlStrEqual(prop->ns->prefix, prefix))) {
xmlStrEqual      2709 third_party/libxml/src/xmlreader.c     if (xmlStrEqual(namespaceURI, BAD_CAST "http://www.w3.org/2000/xmlns/")) {
xmlStrEqual      2710 third_party/libxml/src/xmlreader.c 		if (! xmlStrEqual(localName, BAD_CAST "xmlns")) {
xmlStrEqual      2716 third_party/libxml/src/xmlreader.c 				((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) {
xmlStrEqual      2732 third_party/libxml/src/xmlreader.c         if (xmlStrEqual(prop->name, localName) &&
xmlStrEqual      2734 third_party/libxml/src/xmlreader.c 	     (xmlStrEqual(prop->ns->href, namespaceURI)))) {
xmlStrEqual       507 third_party/libxml/src/xmlregexp.c 		    if (xmlStrEqual(stringMap[j], value)) {
xmlStrEqual      2133 third_party/libxml/src/xmlregexp.c 	    ret = xmlStrEqual(range1->blockName, range2->blockName);
xmlStrEqual      2465 third_party/libxml/src/xmlregexp.c                 ret = xmlStrEqual((xmlChar *)atom1->valuep,
xmlStrEqual      3846 third_party/libxml/src/xmlregexp.c 			    (xmlStrEqual(value, t->atom->valuep))) {
xmlStrEqual      3853 third_party/libxml/src/xmlregexp.c 			    (xmlStrEqual(value, t->atom->valuep))) {
xmlStrEqual      3970 third_party/libxml/src/xmlregexp.c 			ret = xmlStrEqual(value, atom->valuep);
xmlStrEqual        55 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1);
xmlStrEqual        56 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1);
xmlStrEqual        57 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1);
xmlStrEqual        60 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(systemID, XHTML_STRICT_SYSTEM_ID)) return(1);
xmlStrEqual        61 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(systemID, XHTML_FRAME_SYSTEM_ID)) return(1);
xmlStrEqual        62 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(systemID, XHTML_TRANS_SYSTEM_ID)) return(1);
xmlStrEqual       515 third_party/libxml/src/xmlsave.c 	if (xmlStrEqual(cur->prefix, BAD_CAST "xml"))
xmlStrEqual      1105 third_party/libxml/src/xmlsave.c     if ((node->ns != NULL) && (!xmlStrEqual(node->ns->href, XHTML_NS_NAME)))
xmlStrEqual      1111 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "area"))
xmlStrEqual      1115 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "br"))
xmlStrEqual      1117 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "base"))
xmlStrEqual      1119 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "basefont"))
xmlStrEqual      1123 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "col"))
xmlStrEqual      1127 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "frame"))
xmlStrEqual      1131 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "hr"))
xmlStrEqual      1135 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "img"))
xmlStrEqual      1137 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "input"))
xmlStrEqual      1139 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "isindex"))
xmlStrEqual      1143 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "link"))
xmlStrEqual      1147 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "meta"))
xmlStrEqual      1151 third_party/libxml/src/xmlsave.c 	    if (xmlStrEqual(node->name, BAD_CAST "param"))
xmlStrEqual      1177 third_party/libxml/src/xmlsave.c 	if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "id")))
xmlStrEqual      1180 third_party/libxml/src/xmlsave.c 	if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "name")))
xmlStrEqual      1183 third_party/libxml/src/xmlsave.c 	if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")))
xmlStrEqual      1186 third_party/libxml/src/xmlsave.c 	if ((cur->ns != NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")) &&
xmlStrEqual      1187 third_party/libxml/src/xmlsave.c 	    (xmlStrEqual(cur->ns->prefix, BAD_CAST "xml")))
xmlStrEqual      1208 third_party/libxml/src/xmlsave.c 	    ((xmlStrEqual(parent->name, BAD_CAST "a")) ||
xmlStrEqual      1209 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "p")) ||
xmlStrEqual      1210 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "div")) ||
xmlStrEqual      1211 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "img")) ||
xmlStrEqual      1212 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "map")) ||
xmlStrEqual      1213 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "applet")) ||
xmlStrEqual      1214 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "form")) ||
xmlStrEqual      1215 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "frame")) ||
xmlStrEqual      1216 third_party/libxml/src/xmlsave.c 	     (xmlStrEqual(parent->name, BAD_CAST "iframe")))) {
xmlStrEqual      1414 third_party/libxml/src/xmlsave.c     if ((xmlStrEqual(cur->name, BAD_CAST "html") &&
xmlStrEqual      1428 third_party/libxml/src/xmlsave.c 		xmlStrEqual(cur->name, BAD_CAST"head") && 
xmlStrEqual      1429 third_party/libxml/src/xmlsave.c 		xmlStrEqual(cur->parent->name, BAD_CAST"html")) {
xmlStrEqual      1433 third_party/libxml/src/xmlsave.c 			if (xmlStrEqual(tmp->name, BAD_CAST"meta")) {
xmlStrEqual      1525 third_party/libxml/src/xmlsave.c 	((xmlStrEqual(cur->name, BAD_CAST "script")) ||
xmlStrEqual      1526 third_party/libxml/src/xmlsave.c 	 (xmlStrEqual(cur->name, BAD_CAST "style"))) &&
xmlStrEqual      1528 third_party/libxml/src/xmlsave.c 	 (xmlStrEqual(cur->ns->href, XHTML_NS_NAME)))) {
xmlStrEqual       318 third_party/libxml/src/xmlschemas.c     (xmlStrEqual(node->name, (const xmlChar *) type)) && \
xmlStrEqual       319 third_party/libxml/src/xmlschemas.c     (xmlStrEqual(node->ns->href, xmlSchemaNs)))
xmlStrEqual      4613 third_party/libxml/src/xmlschemas.c         if ((prop->ns == NULL) && xmlStrEqual(prop->name, BAD_CAST name))
xmlStrEqual      4641 third_party/libxml/src/xmlschemas.c 	    xmlStrEqual(prop->name, BAD_CAST name) &&
xmlStrEqual      4642 third_party/libxml/src/xmlschemas.c 	    xmlStrEqual(prop->ns->href, BAD_CAST uri))
xmlStrEqual      4701 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(nsName, schema->targetNamespace)) { \
xmlStrEqual      4770 third_party/libxml/src/xmlschemas.c     if ((nsName != NULL) && xmlStrEqual(nsName, xmlSchemaNs)) {
xmlStrEqual      6006 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(val, (const xmlChar *) "unbounded")) {
xmlStrEqual      6126 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(BAD_CAST value, BAD_CAST "true"))
xmlStrEqual      6128 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(BAD_CAST value, BAD_CAST "false"))
xmlStrEqual      6130 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(BAD_CAST value, BAD_CAST "1"))
xmlStrEqual      6132 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(BAD_CAST value, BAD_CAST "0"))
xmlStrEqual      6174 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(val, BAD_CAST "true"))
xmlStrEqual      6176 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(val, BAD_CAST "false"))
xmlStrEqual      6178 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(val, BAD_CAST "1"))
xmlStrEqual      6180 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(val, BAD_CAST "0"))
xmlStrEqual      6397 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(pctxt->targetNamespace, namespaceName))
xmlStrEqual      6399 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(xmlSchemaNs, namespaceName))
xmlStrEqual      6410 third_party/libxml/src/xmlschemas.c 		xmlStrEqual(namespaceName, rel->importNamespace))
xmlStrEqual      6516 third_party/libxml/src/xmlschemas.c 	    (!xmlStrEqual(attr->name, BAD_CAST "id"))) ||
xmlStrEqual      6518 third_party/libxml/src/xmlschemas.c 	    xmlStrEqual(attr->ns->href, xmlSchemaNs))) {
xmlStrEqual      6541 third_party/libxml/src/xmlschemas.c 		     (!xmlStrEqual(attr->name, BAD_CAST "source"))) ||
xmlStrEqual      6543 third_party/libxml/src/xmlschemas.c 		      xmlStrEqual(attr->ns->href, xmlSchemaNs))) {
xmlStrEqual      6563 third_party/libxml/src/xmlschemas.c 		    if (!xmlStrEqual(attr->name, BAD_CAST "source")) {
xmlStrEqual      6568 third_party/libxml/src/xmlschemas.c 		    if (xmlStrEqual(attr->ns->href, xmlSchemaNs) ||
xmlStrEqual      6569 third_party/libxml/src/xmlschemas.c 			(xmlStrEqual(attr->name, BAD_CAST "lang") &&
xmlStrEqual      6570 third_party/libxml/src/xmlschemas.c 			(!xmlStrEqual(attr->ns->href, XML_XML_NAMESPACE)))) {
xmlStrEqual      6672 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(fixed, BAD_CAST "true"))
xmlStrEqual      6717 third_party/libxml/src/xmlschemas.c         || (xmlStrEqual(pc, (const xmlChar *) "strict"))) {
xmlStrEqual      6719 third_party/libxml/src/xmlschemas.c     } else if (xmlStrEqual(pc, (const xmlChar *) "skip")) {
xmlStrEqual      6721 third_party/libxml/src/xmlschemas.c     } else if (xmlStrEqual(pc, (const xmlChar *) "lax")) {
xmlStrEqual      6737 third_party/libxml/src/xmlschemas.c     if ((attr == NULL) || (xmlStrEqual(ns, BAD_CAST "##any")))
xmlStrEqual      6739 third_party/libxml/src/xmlschemas.c     else if (xmlStrEqual(ns, BAD_CAST "##other")) {
xmlStrEqual      6758 third_party/libxml/src/xmlschemas.c 	    if ((xmlStrEqual(nsItem, BAD_CAST "##other")) ||
xmlStrEqual      6759 third_party/libxml/src/xmlschemas.c 		    (xmlStrEqual(nsItem, BAD_CAST "##any"))) {
xmlStrEqual      6769 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(nsItem, BAD_CAST "##targetNamespace")) {
xmlStrEqual      6771 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(nsItem, BAD_CAST "##local")) {
xmlStrEqual      6889 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      6890 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
xmlStrEqual      6891 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
xmlStrEqual      6892 third_party/libxml/src/xmlschemas.c 	        (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
xmlStrEqual      6893 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
xmlStrEqual      6897 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      7032 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      7033 third_party/libxml/src/xmlschemas.c 	        (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
xmlStrEqual      7034 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
xmlStrEqual      7038 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      7122 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "id")) {
xmlStrEqual      7125 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "ref")) {
xmlStrEqual      7129 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "name")) {
xmlStrEqual      7131 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "id")) {
xmlStrEqual      7134 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "type")) {
xmlStrEqual      7138 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "form")) {
xmlStrEqual      7145 third_party/libxml/src/xmlschemas.c 		    if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
xmlStrEqual      7147 third_party/libxml/src/xmlschemas.c 		    } else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified"))
xmlStrEqual      7158 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->name, BAD_CAST "use")) {
xmlStrEqual      7162 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attrValue, BAD_CAST "optional"))
xmlStrEqual      7164 third_party/libxml/src/xmlschemas.c 		else if (xmlStrEqual(attrValue, BAD_CAST "prohibited"))
xmlStrEqual      7166 third_party/libxml/src/xmlschemas.c 		else if (xmlStrEqual(attrValue, BAD_CAST "required"))
xmlStrEqual      7176 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->name, BAD_CAST "default")) {
xmlStrEqual      7190 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->name, BAD_CAST "fixed")) {
xmlStrEqual      7205 third_party/libxml/src/xmlschemas.c 	} else if (! xmlStrEqual(attr->ns->href, xmlSchemaNs))
xmlStrEqual      7244 third_party/libxml/src/xmlschemas.c 	if (xmlStrEqual(ns, xmlSchemaInstanceNs)) {
xmlStrEqual      7265 third_party/libxml/src/xmlschemas.c 	if (xmlStrEqual(name, BAD_CAST "xmlns")) {
xmlStrEqual      7508 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(attrValue, BAD_CAST "xmlns")) {
xmlStrEqual      7523 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(pctxt->targetNamespace, xmlSchemaInstanceNs)) {
xmlStrEqual      7542 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      7543 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "default")) &&
xmlStrEqual      7544 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
xmlStrEqual      7545 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "name")) &&
xmlStrEqual      7546 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "type")))
xmlStrEqual      7551 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      7656 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
xmlStrEqual      7657 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id")))
xmlStrEqual      7662 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      7795 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
xmlStrEqual      7796 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id")))
xmlStrEqual      7801 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      7856 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(value, BAD_CAST "qualified")) {
xmlStrEqual      7859 third_party/libxml/src/xmlschemas.c     } else if (!xmlStrEqual(value, BAD_CAST "unqualified"))
xmlStrEqual      7901 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(value, BAD_CAST "#all")) {
xmlStrEqual      7929 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(item, BAD_CAST "extension")) {
xmlStrEqual      7935 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(item, BAD_CAST "restriction")) {
xmlStrEqual      7941 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(item, BAD_CAST "substitution")) {
xmlStrEqual      7947 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(item, BAD_CAST "list")) {
xmlStrEqual      7953 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(item, BAD_CAST "union")) {
xmlStrEqual      8203 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      8204 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "xpath"))) {
xmlStrEqual      8208 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      8303 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      8304 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "name")) &&
xmlStrEqual      8306 third_party/libxml/src/xmlschemas.c 		 (!xmlStrEqual(attr->name, BAD_CAST "refer")))) {
xmlStrEqual      8310 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      8519 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "ref") ||
xmlStrEqual      8520 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "name") ||
xmlStrEqual      8521 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "id") ||
xmlStrEqual      8522 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "maxOccurs") ||
xmlStrEqual      8523 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "minOccurs"))
xmlStrEqual      8536 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      8587 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attrValue, BAD_CAST "qualified")) {
xmlStrEqual      8589 third_party/libxml/src/xmlschemas.c 		} else if (!xmlStrEqual(attrValue, BAD_CAST "unqualified")) {
xmlStrEqual      8609 third_party/libxml/src/xmlschemas.c 		if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
xmlStrEqual      8610 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "type")) &&
xmlStrEqual      8611 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      8612 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "default")) &&
xmlStrEqual      8613 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
xmlStrEqual      8614 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "block")) &&
xmlStrEqual      8615 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "nillable")))
xmlStrEqual      8618 third_party/libxml/src/xmlschemas.c 			if ((!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
xmlStrEqual      8619 third_party/libxml/src/xmlschemas.c 			    (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
xmlStrEqual      8620 third_party/libxml/src/xmlschemas.c 			    (!xmlStrEqual(attr->name, BAD_CAST "form")))
xmlStrEqual      8625 third_party/libxml/src/xmlschemas.c 		    } else if ((!xmlStrEqual(attr->name, BAD_CAST "final")) &&
xmlStrEqual      8626 third_party/libxml/src/xmlschemas.c 			(!xmlStrEqual(attr->name, BAD_CAST "abstract")) &&
xmlStrEqual      8627 third_party/libxml/src/xmlschemas.c 			(!xmlStrEqual(attr->name, BAD_CAST "substitutionGroup"))) {
xmlStrEqual      8633 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      8860 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      8861 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "memberTypes"))) {
xmlStrEqual      8865 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      9028 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      9029 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "itemType"))) {
xmlStrEqual      9033 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      9196 third_party/libxml/src/xmlschemas.c 		if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
xmlStrEqual      9200 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      9225 third_party/libxml/src/xmlschemas.c 		if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      9226 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
xmlStrEqual      9227 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "final"))) {
xmlStrEqual      9231 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      9360 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
xmlStrEqual      9361 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      9362 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
xmlStrEqual      9363 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "maxOccurs"))) {
xmlStrEqual      9367 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      9462 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
xmlStrEqual      9463 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id"))) {
xmlStrEqual      9467 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      10106 third_party/libxml/src/xmlschemas.c 	xmlStrEqual(bucket->targetNamespace, xmlSchemaNs)) {
xmlStrEqual      10353 third_party/libxml/src/xmlschemas.c 	    if (!xmlStrEqual(schemaLocation,
xmlStrEqual      10370 third_party/libxml/src/xmlschemas.c 	    if (!xmlStrEqual(schemaLocation,
xmlStrEqual      10416 third_party/libxml/src/xmlschemas.c 		if (!xmlStrEqual(schemaLocation,
xmlStrEqual      10706 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      10707 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
xmlStrEqual      10708 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
xmlStrEqual      10712 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      10774 third_party/libxml/src/xmlschemas.c 	if (xmlStrEqual(thisTargetNamespace, namespaceName)) {
xmlStrEqual      10854 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      10855 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
xmlStrEqual      10859 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      10905 third_party/libxml/src/xmlschemas.c     if (xmlStrEqual(*schemaLocation, pctxt->URL)) {
xmlStrEqual      11022 third_party/libxml/src/xmlschemas.c 	    } else if (!xmlStrEqual(bucket->origTargetNamespace,
xmlStrEqual      11235 third_party/libxml/src/xmlschemas.c 		if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      11236 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
xmlStrEqual      11237 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "minOccurs"))) {
xmlStrEqual      11241 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      11254 third_party/libxml/src/xmlschemas.c 		if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
xmlStrEqual      11258 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      11477 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      11478 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "base"))) {
xmlStrEqual      11482 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      11518 third_party/libxml/src/xmlschemas.c 	    } else if ((! xmlStrEqual(type->base, type->name)) ||
xmlStrEqual      11519 third_party/libxml/src/xmlschemas.c 		(! xmlStrEqual(type->baseNs, type->targetNamespace)))
xmlStrEqual      11781 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      11782 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "base"))) {
xmlStrEqual      11786 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      11918 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id"))) {
xmlStrEqual      11922 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      12007 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
xmlStrEqual      12008 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "mixed")))
xmlStrEqual      12013 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      12156 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->name, BAD_CAST "id")) {
xmlStrEqual      12161 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->name, BAD_CAST "mixed")) {
xmlStrEqual      12172 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "name")) {
xmlStrEqual      12174 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "abstract")) {
xmlStrEqual      12181 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "final")) {
xmlStrEqual      12201 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "block")) {
xmlStrEqual      12227 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
xmlStrEqual      14051 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(cur->value, ns))
xmlStrEqual      14056 third_party/libxml/src/xmlschemas.c 	(!xmlStrEqual(wild->negNsSet->value, ns)))
xmlStrEqual      16789 third_party/libxml/src/xmlschemas.c 	((! xmlStrEqual(elemR->name, elemB->name)) ||
xmlStrEqual      16790 third_party/libxml/src/xmlschemas.c 	(! xmlStrEqual(elemR->targetNamespace, elemB->targetNamespace))))
xmlStrEqual      16820 third_party/libxml/src/xmlschemas.c 	 (! xmlStrEqual(elemR->value, elemB->value))))
xmlStrEqual      18768 third_party/libxml/src/xmlschemas.c                 if (xmlStrEqual(facet->value, BAD_CAST "preserve")) {
xmlStrEqual      18770 third_party/libxml/src/xmlschemas.c                 } else if (xmlStrEqual(facet->value, BAD_CAST "replace")) {
xmlStrEqual      18772 third_party/libxml/src/xmlschemas.c                 } else if (xmlStrEqual(facet->value, BAD_CAST "collapse")) {
xmlStrEqual      19890 third_party/libxml/src/xmlschemas.c 		    if (xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->name,
xmlStrEqual      19892 third_party/libxml/src/xmlschemas.c 			xmlStrEqual(WXS_PARTICLE_TERM_AS_ELEM(cur)->targetNamespace,
xmlStrEqual      20098 third_party/libxml/src/xmlschemas.c 	    if (! xmlStrEqual(
xmlStrEqual      21794 third_party/libxml/src/xmlschemas.c 			((prefix != NULL) && xmlStrEqual(prefix,
xmlStrEqual      23954 third_party/libxml/src/xmlschemas.c 	if (xmlStrEqual(localName, BAD_CAST "nil")) {
xmlStrEqual      23955 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
xmlStrEqual      23958 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(localName, BAD_CAST "type")) {
xmlStrEqual      23959 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
xmlStrEqual      23962 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(localName, BAD_CAST "schemaLocation")) {
xmlStrEqual      23963 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
xmlStrEqual      23966 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(localName, BAD_CAST "noNamespaceSchemaLocation")) {
xmlStrEqual      23967 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
xmlStrEqual      23970 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->nsName, xmlNamespaceNs)) {
xmlStrEqual      25218 third_party/libxml/src/xmlschemas.c 	    if (!xmlStrEqual(iattr->localName, attrDecl->name))
xmlStrEqual      25220 third_party/libxml/src/xmlschemas.c 	    if (!xmlStrEqual(iattr->nsName, attrDecl->targetNamespace))
xmlStrEqual      26280 third_party/libxml/src/xmlschemas.c 		    if (! xmlStrEqual(inode->value, inode->decl->value)){
xmlStrEqual      26306 third_party/libxml/src/xmlschemas.c 		    if (! xmlStrEqual(inode->value,
xmlStrEqual      27392 third_party/libxml/src/xmlschemas.c     if ((!xmlStrEqual(vctxt->inode->localName, localname)) ||
xmlStrEqual      27393 third_party/libxml/src/xmlschemas.c 	(!xmlStrEqual(vctxt->inode->nsName, URI))) {
xmlStrEqual      4791 third_party/libxml/src/xmlschemastypes.c 			if (xmlStrEqual(xv, yv))
xmlStrEqual      4829 third_party/libxml/src/xmlschemastypes.c 		if ((xmlStrEqual(x->value.qname.name, y->value.qname.name)) &&
xmlStrEqual      4830 third_party/libxml/src/xmlschemastypes.c 		    (xmlStrEqual(x->value.qname.uri, y->value.qname.uri)))
xmlStrEqual      5356 third_party/libxml/src/xmlschemastypes.c 		    (xmlStrEqual(facet->value, value)))
xmlStrEqual       180 third_party/libxml/src/xmlstring.c     if (pref == NULL) return(xmlStrEqual(name, str));
xmlStrEqual      3466 third_party/libxml/src/xpath.c 	            (xmlStrEqual(ns1->prefix, ns2->prefix)))
xmlStrEqual      3505 third_party/libxml/src/xpath.c 	    (xmlStrEqual(ns->prefix, ((xmlNsPtr)cur->nodeTab[i])->prefix)))
xmlStrEqual      3714 third_party/libxml/src/xpath.c 		    (xmlStrEqual(((xmlNsPtr) n1)->prefix,
xmlStrEqual      3882 third_party/libxml/src/xpath.c 			(xmlStrEqual(((xmlNsPtr) n1)->prefix,
xmlStrEqual      5053 third_party/libxml/src/xpath.c     if (xmlStrEqual(prefix, (const xmlChar *) "xml"))
xmlStrEqual      5062 third_party/libxml/src/xpath.c 		(xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
xmlStrEqual      6626 third_party/libxml/src/xpath.c             if ((str2 != NULL) && (xmlStrEqual(str, str2))) {
xmlStrEqual      6631 third_party/libxml/src/xpath.c 	    } else if ((str2 == NULL) && (xmlStrEqual(str, BAD_CAST ""))) {
xmlStrEqual      6803 third_party/libxml/src/xpath.c 		ret = xmlStrEqual(values1[i], values2[j]) ^ neq;
xmlStrEqual      6950 third_party/libxml/src/xpath.c 		    ret = xmlStrEqual(arg1->stringval, arg2->stringval);
xmlStrEqual      7863 third_party/libxml/src/xpath.c 		     (xmlStrEqual(ctxt->context->node->parent->name,
xmlStrEqual      7936 third_party/libxml/src/xpath.c 		     (xmlStrEqual(ctxt->context->node->parent->name,
xmlStrEqual      7988 third_party/libxml/src/xpath.c 		 (xmlStrEqual(cur->parent->name,
xmlStrEqual      10262 third_party/libxml/src/xpath.c     if (xmlStrEqual(name, BAD_CAST "node"))
xmlStrEqual      10264 third_party/libxml/src/xpath.c     if (xmlStrEqual(name, BAD_CAST "text"))
xmlStrEqual      10266 third_party/libxml/src/xpath.c     if (xmlStrEqual(name, BAD_CAST "comment"))
xmlStrEqual      10268 third_party/libxml/src/xpath.c     if (xmlStrEqual(name, BAD_CAST "processing-instruction"))
xmlStrEqual      10315 third_party/libxml/src/xpath.c 	xmlStrEqual(name, BAD_CAST "count"))
xmlStrEqual      11005 third_party/libxml/src/xpath.c 	if (xmlStrEqual(name, BAD_CAST "comment"))
xmlStrEqual      11007 third_party/libxml/src/xpath.c 	else if (xmlStrEqual(name, BAD_CAST "node"))
xmlStrEqual      11009 third_party/libxml/src/xpath.c 	else if (xmlStrEqual(name, BAD_CAST "processing-instruction"))
xmlStrEqual      11011 third_party/libxml/src/xpath.c 	else if (xmlStrEqual(name, BAD_CAST "text"))
xmlStrEqual      11108 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "ancestor"))
xmlStrEqual      11110 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "ancestor-or-self"))
xmlStrEqual      11112 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "attribute"))
xmlStrEqual      11116 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "child"))
xmlStrEqual      11120 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "descendant"))
xmlStrEqual      11122 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "descendant-or-self"))
xmlStrEqual      11126 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "following"))
xmlStrEqual      11128 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "following-sibling"))
xmlStrEqual      11132 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "namespace"))
xmlStrEqual      11136 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "parent"))
xmlStrEqual      11138 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "preceding"))
xmlStrEqual      11140 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "preceding-sibling"))
xmlStrEqual      11144 third_party/libxml/src/xpath.c 	    if (xmlStrEqual(name, BAD_CAST "self"))
xmlStrEqual      11213 third_party/libxml/src/xpath.c 	    if ((name != NULL) && (xmlStrEqual(name, BAD_CAST "range-to"))) {
xmlStrEqual      12281 third_party/libxml/src/xpath.c                         ((name == NULL) || xmlStrEqual(name, cur->name)))
xmlStrEqual      12304 third_party/libxml/src/xpath.c 				(xmlStrEqual(URI, cur->ns->href)))
xmlStrEqual      12328 third_party/libxml/src/xpath.c                             if (xmlStrEqual(name, cur->name)) {
xmlStrEqual      12336 third_party/libxml/src/xpath.c                                         (xmlStrEqual(URI, cur->ns->href)))
xmlStrEqual      12346 third_party/libxml/src/xpath.c                                 if (xmlStrEqual(name, attr->name)) {
xmlStrEqual      12355 third_party/libxml/src/xpath.c                                             (xmlStrEqual(URI,
xmlStrEqual      12369 third_party/libxml/src/xpath.c                                     && (xmlStrEqual(ns->prefix, name)))
xmlStrEqual      12843 third_party/libxml/src/xpath.c 	    (xmlStrEqual
xmlStrEqual      13513 third_party/libxml/src/xpath.c                         (xmlStrEqual
xmlStrEqual      1027 third_party/libxml/src/xpointer.c     if (xmlStrEqual(name, (xmlChar *) "xpointer")) {
xmlStrEqual      1042 third_party/libxml/src/xpointer.c     } else if (xmlStrEqual(name, (xmlChar *) "element")) {
xmlStrEqual      1061 third_party/libxml/src/xpointer.c     } else if (xmlStrEqual(name, (xmlChar *) "xmlns")) {
xmlStrEqual       582 third_party/libxslt/libexslt/functions.c 	    (xmlStrEqual(test->ns->href, EXSLT_FUNCTIONS_NAMESPACE))) {
xmlStrEqual       583 third_party/libxslt/libexslt/functions.c 	    if (xmlStrEqual(test->name, (const xmlChar *) "function")) {
xmlStrEqual       586 third_party/libxslt/libexslt/functions.c 	    if (xmlStrEqual(test->name, (const xmlChar *) "result")) {
xmlStrEqual       366 third_party/libxslt/libexslt/math.c     if (xmlStrEqual(name, BAD_CAST "PI")) {
xmlStrEqual       374 third_party/libxslt/libexslt/math.c     } else if (xmlStrEqual(name, BAD_CAST "E")) {
xmlStrEqual       382 third_party/libxslt/libexslt/math.c     } else if (xmlStrEqual(name, BAD_CAST "SQRRT2")) {
xmlStrEqual       390 third_party/libxslt/libexslt/math.c     } else if (xmlStrEqual(name, BAD_CAST "LN2")) {
xmlStrEqual       398 third_party/libxslt/libexslt/math.c     } else if (xmlStrEqual(name, BAD_CAST "LN10")) {
xmlStrEqual       406 third_party/libxslt/libexslt/math.c     } else if (xmlStrEqual(name, BAD_CAST "LOG2E")) {
xmlStrEqual       414 third_party/libxslt/libexslt/math.c     } else if (xmlStrEqual(name, BAD_CAST "SQRT1_2")) {
xmlStrEqual       433 third_party/libxslt/libexslt/strings.c 	if (xmlStrEqual(alignment, (const xmlChar *) "right")) {
xmlStrEqual       436 third_party/libxslt/libexslt/strings.c 	} else if (xmlStrEqual(alignment, (const xmlChar *) "center")) {
xmlStrEqual       503 third_party/libxslt/libxslt/attributes.c 	    if ((xmlStrEqual(name, tmp->set)) && (xmlStrEqual(ns, tmp->ns))) {
xmlStrEqual       313 third_party/libxslt/libxslt/documents.c 	    (xmlStrEqual(ret->doc->URL, URI)))
xmlStrEqual       389 third_party/libxslt/libxslt/documents.c 	    (xmlStrEqual(ret->doc->URL, URI)))
xmlStrEqual       521 third_party/libxslt/libxslt/extensions.c         if (xmlStrEqual(URI, def->URI))
xmlStrEqual       527 third_party/libxslt/libxslt/extensions.c         if (xmlStrEqual(prefix, def->prefix))
xmlStrEqual      1174 third_party/libxslt/libxslt/extensions.c 	    if (xmlStrEqual((const xmlChar *) list->items[i],
xmlStrEqual      1196 third_party/libxslt/libxslt/extensions.c         if (xmlStrEqual(URI, cur->prefix))
xmlStrEqual      1228 third_party/libxslt/libxslt/extensions.c         if (xmlStrEqual(URI, cur->URI))
xmlStrEqual       149 third_party/libxslt/libxslt/functions.c 	    (xmlStrEqual(tctxt->style->doc->URL, URI)))) 
xmlStrEqual       762 third_party/libxslt/libxslt/functions.c 	if (xmlStrEqual(nsURI, XSLT_NAMESPACE)) {
xmlStrEqual       764 third_party/libxslt/libxslt/functions.c 	    if (xmlStrEqual(name, (const xmlChar *)"vendor")) {
xmlStrEqual       770 third_party/libxslt/libxslt/functions.c 		    (xmlStrEqual(tctxt->inst->name, BAD_CAST "variable")) &&
xmlStrEqual       772 third_party/libxslt/libxslt/functions.c 		    (xmlStrEqual(tctxt->inst->parent->name,
xmlStrEqual       790 third_party/libxslt/libxslt/functions.c 	    if (xmlStrEqual(name, (const xmlChar *)"vendor")) {
xmlStrEqual       795 third_party/libxslt/libxslt/functions.c 	    if (xmlStrEqual(name, (const xmlChar *)"version")) {
xmlStrEqual       798 third_party/libxslt/libxslt/functions.c 	    } else if (xmlStrEqual(name, (const xmlChar *)"vendor-url")) {
xmlStrEqual       118 third_party/libxslt/libxslt/imports.c 	if (xmlStrEqual(res->doc->URL, URI)) {
xmlStrEqual       219 third_party/libxslt/libxslt/imports.c         if (xmlStrEqual(docptr->doc->URL, URI)) {
xmlStrEqual       361 third_party/libxslt/libxslt/imports.c 	    if (xmlStrEqual(val, (xmlChar *) "strip"))
xmlStrEqual       363 third_party/libxslt/libxslt/imports.c 	    if (xmlStrEqual(val, (xmlChar *) "preserve"))
xmlStrEqual       405 third_party/libxslt/libxslt/imports.c 	    if (xmlStrEqual(name, cur->name)) {
xmlStrEqual       408 third_party/libxslt/libxslt/imports.c 		     (xmlStrEqual(nameURI, cur->nameURI)))) {
xmlStrEqual       442 third_party/libxslt/libxslt/keys.c 	    xmlStrEqual(table->name, name) &&
xmlStrEqual       443 third_party/libxslt/libxslt/keys.c 	    xmlStrEqual(table->nameURI, nameURI))
xmlStrEqual       490 third_party/libxslt/libxslt/keys.c 		xmlStrEqual(keyd->name, name) &&
xmlStrEqual       491 third_party/libxslt/libxslt/keys.c 		xmlStrEqual(keyd->nameURI, nameURI))
xmlStrEqual       564 third_party/libxslt/libxslt/keys.c 		    xmlStrEqual(keyd->name, table->name) &&
xmlStrEqual       565 third_party/libxslt/libxslt/keys.c 		    xmlStrEqual(keyd->nameURI, table->nameURI))
xmlStrEqual       715 third_party/libxslt/libxslt/keys.c         if (xmlStrEqual(table->name, keyDef->name) &&
xmlStrEqual       718 third_party/libxslt/libxslt/keys.c 	      (xmlStrEqual(table->nameURI, keyDef->nameURI)))))
xmlStrEqual       134 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default"))
xmlStrEqual       155 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(resultPrefix, (const xmlChar *)"#default"))
xmlStrEqual       234 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(stylePrefix, (const xmlChar *)"#default")) {
xmlStrEqual       257 third_party/libxslt/libxslt/namespaces.c     if (xmlStrEqual(resultPrefix, (const xmlChar *)"#default")) {
xmlStrEqual       448 third_party/libxslt/libxslt/namespaces.c 		    if (xmlStrEqual(ns->href, nsName))
xmlStrEqual       452 third_party/libxslt/libxslt/namespaces.c 		} else if (xmlStrEqual(ns->prefix, nsPrefix)) {
xmlStrEqual       453 third_party/libxslt/libxslt/namespaces.c 		    if (xmlStrEqual(ns->href, nsName))
xmlStrEqual       495 third_party/libxslt/libxslt/namespaces.c 		if (xmlStrEqual(ns->href, nsName))
xmlStrEqual       497 third_party/libxslt/libxslt/namespaces.c 	    } else if (xmlStrEqual(ns->prefix, nsPrefix) &&
xmlStrEqual       498 third_party/libxslt/libxslt/namespaces.c 		xmlStrEqual(ns->href, nsName))
xmlStrEqual       508 third_party/libxslt/libxslt/namespaces.c 	    if (xmlStrEqual(ns->href, nsName))
xmlStrEqual       524 third_party/libxslt/libxslt/namespaces.c 			xmlStrEqual(attr->ns->prefix, nsPrefix))
xmlStrEqual       761 third_party/libxslt/libxslt/namespaces.c 		(xmlStrEqual(node->ns->prefix, cur->prefix)) &&
xmlStrEqual       762 third_party/libxslt/libxslt/namespaces.c         	(xmlStrEqual(node->ns->href, cur->href))) {
xmlStrEqual       767 third_party/libxslt/libxslt/namespaces.c 	    if ((tmp != NULL) && (xmlStrEqual(tmp->href, cur->href))) {
xmlStrEqual       788 third_party/libxslt/libxslt/namespaces.c 	if (!xmlStrEqual(cur->href, XSLT_NAMESPACE)) {
xmlStrEqual       577 third_party/libxslt/libxslt/numbers.c 		xmlStrEqual(node->name, cur->name)) {
xmlStrEqual       581 third_party/libxslt/libxslt/numbers.c 		         (xmlStrEqual(node->ns->href,
xmlStrEqual       662 third_party/libxslt/libxslt/numbers.c 		xmlStrEqual(node->name, ancestor->name)) ||
xmlStrEqual       672 third_party/libxslt/libxslt/numbers.c 			    xmlStrEqual(preceding->name, ancestor->name)){
xmlStrEqual       676 third_party/libxslt/libxslt/numbers.c 			         (xmlStrEqual(preceding->ns->href,
xmlStrEqual       779 third_party/libxslt/libxslt/numbers.c 	if (xmlStrEqual(data->level, (const xmlChar *) "single")) {
xmlStrEqual       795 third_party/libxslt/libxslt/numbers.c 	} else if (xmlStrEqual(data->level, (const xmlChar *) "multiple")) {
xmlStrEqual       813 third_party/libxslt/libxslt/numbers.c 	} else if (xmlStrEqual(data->level, (const xmlChar *) "any")) {
xmlStrEqual       690 third_party/libxslt/libxslt/pattern.c 		if (!xmlStrEqual(step->value, node->name))
xmlStrEqual       700 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value2, node->ns->href))
xmlStrEqual       710 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value, node->name))
xmlStrEqual       718 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value2, node->ns->href))
xmlStrEqual       737 third_party/libxslt/libxslt/pattern.c 		if (!xmlStrEqual(step->value, node->name))
xmlStrEqual       746 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value2, node->ns->href))
xmlStrEqual       786 third_party/libxslt/libxslt/pattern.c 			(xmlStrEqual(step->value, node->name))) {
xmlStrEqual       793 third_party/libxslt/libxslt/pattern.c 			        (xmlStrEqual(step->value2, node->ns->href)))
xmlStrEqual       839 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value, node->ns->href))
xmlStrEqual       907 third_party/libxslt/libxslt/pattern.c 				(xmlStrEqual(previous->name, sibling->name)))
xmlStrEqual       911 third_party/libxslt/libxslt/pattern.c 				     (xmlStrEqual(sel->value2,
xmlStrEqual       928 third_party/libxslt/libxslt/pattern.c 				    (xmlStrEqual(previous->name, sibling->name)))
xmlStrEqual       932 third_party/libxslt/libxslt/pattern.c 					(xmlStrEqual(sel->value2,
xmlStrEqual       978 third_party/libxslt/libxslt/pattern.c 				    (xmlStrEqual(node->name, siblings->name))) {
xmlStrEqual       981 third_party/libxslt/libxslt/pattern.c 					 (xmlStrEqual(sel->value2,
xmlStrEqual      1143 third_party/libxslt/libxslt/pattern.c 		    if (!xmlStrEqual(step->value, node->name))
xmlStrEqual      1374 third_party/libxslt/libxslt/pattern.c     if ((aid) && (xmlStrEqual(name, (const xmlChar *)"id"))) {
xmlStrEqual      1395 third_party/libxslt/libxslt/pattern.c     } else if ((aid) && (xmlStrEqual(name, (const xmlChar *)"key"))) {
xmlStrEqual      1429 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"processing-instruction")) {
xmlStrEqual      1446 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"text")) {
xmlStrEqual      1457 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"comment")) {
xmlStrEqual      1468 third_party/libxslt/libxslt/pattern.c     } else if (xmlStrEqual(name, (const xmlChar *)"node")) {
xmlStrEqual      1615 third_party/libxslt/libxslt/pattern.c 	    if (xmlStrEqual(token, (const xmlChar *) "child")) {
xmlStrEqual      1617 third_party/libxslt/libxslt/pattern.c 	    } else if (xmlStrEqual(token, (const xmlChar *) "attribute")) {
xmlStrEqual        87 third_party/libxslt/libxslt/preproc.c 	 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
xmlStrEqual        88 third_party/libxslt/libxslt/preproc.c 	((!xmlStrEqual(parent->name, BAD_CAST "stylesheet")) &&
xmlStrEqual        89 third_party/libxslt/libxslt/preproc.c 	 (!xmlStrEqual(parent->name, BAD_CAST "transform")))) {
xmlStrEqual       129 third_party/libxslt/libxslt/preproc.c 	      (xmlStrEqual(parent->ns->href, inst->ns->href)))) &&
xmlStrEqual       130 third_party/libxslt/libxslt/preproc.c 	    ((xmlStrEqual(parent->name, BAD_CAST "template")) ||
xmlStrEqual       131 third_party/libxslt/libxslt/preproc.c 	     (xmlStrEqual(parent->name, BAD_CAST "param")) ||
xmlStrEqual       132 third_party/libxslt/libxslt/preproc.c 	     (xmlStrEqual(parent->name, BAD_CAST "attribute")) ||
xmlStrEqual       133 third_party/libxslt/libxslt/preproc.c 	     (xmlStrEqual(parent->name, BAD_CAST "variable")))) {
xmlStrEqual       181 third_party/libxslt/libxslt/preproc.c 	  (xmlStrEqual(parent->ns->href, inst->ns->href)))) &&
xmlStrEqual       182 third_party/libxslt/libxslt/preproc.c 	((xmlStrEqual(parent->name, allow1)) ||
xmlStrEqual       183 third_party/libxslt/libxslt/preproc.c 	 (xmlStrEqual(parent->name, allow2)))) {
xmlStrEqual       554 third_party/libxslt/libxslt/preproc.c     if (xmlStrEqual(inst->name, (const xmlChar *) "output")) {
xmlStrEqual       570 third_party/libxslt/libxslt/preproc.c     } else if (xmlStrEqual(inst->name, (const xmlChar *) "write")) {
xmlStrEqual       584 third_party/libxslt/libxslt/preproc.c     } else if (xmlStrEqual(inst->name, (const xmlChar *) "document")) {
xmlStrEqual       586 third_party/libxslt/libxslt/preproc.c 	    if (xmlStrEqual(inst->ns->href, XSLT_NAMESPACE)) {
xmlStrEqual       597 third_party/libxslt/libxslt/preproc.c 		if (xmlStrEqual(inst->ns->href,
xmlStrEqual       604 third_party/libxslt/libxslt/preproc.c 		} else if (xmlStrEqual(inst->ns->href, XSLT_XT_NAMESPACE)) {
xmlStrEqual       690 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
xmlStrEqual       692 third_party/libxslt/libxslt/preproc.c 	else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
xmlStrEqual       705 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(comp->order, (const xmlChar *) "ascending"))
xmlStrEqual       707 third_party/libxslt/libxslt/preproc.c 	else if (xmlStrEqual(comp->order, (const xmlChar *) "descending"))
xmlStrEqual       720 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(comp->case_order, (const xmlChar *) "upper-first"))
xmlStrEqual       722 third_party/libxslt/libxslt/preproc.c 	else if (xmlStrEqual(comp->case_order, (const xmlChar *) "lower-first"))
xmlStrEqual       842 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlStrEqual       844 third_party/libxslt/libxslt/preproc.c 	} else if (!xmlStrEqual(prop,
xmlStrEqual      1243 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlStrEqual      1245 third_party/libxslt/libxslt/preproc.c 	} else if (!xmlStrEqual(prop,
xmlStrEqual      1446 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(prop, BAD_CAST("single")) ||
xmlStrEqual      1447 third_party/libxslt/libxslt/preproc.c 	    xmlStrEqual(prop, BAD_CAST("multiple")) ||
xmlStrEqual      1448 third_party/libxslt/libxslt/preproc.c 	    xmlStrEqual(prop, BAD_CAST("any"))) {
xmlStrEqual      1466 third_party/libxslt/libxslt/preproc.c 	if (xmlStrEqual(prop, BAD_CAST("alphabetic"))) {
xmlStrEqual      1471 third_party/libxslt/libxslt/preproc.c 	} else if (xmlStrEqual(prop, BAD_CAST("traditional"))) {
xmlStrEqual      2227 third_party/libxslt/libxslt/preproc.c 		 (!xmlStrEqual(parent->ns->href, inst->ns->href))) ||
xmlStrEqual      2228 third_party/libxslt/libxslt/preproc.c 		(!xmlStrEqual(parent->name, BAD_CAST "attribute-set"))) {
xmlStrEqual       385 third_party/libxslt/libxslt/security.c 	(xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
xmlStrEqual       447 third_party/libxslt/libxslt/security.c 	(xmlStrEqual(BAD_CAST uri->scheme, BAD_CAST "file"))) {
xmlStrEqual       482 third_party/libxslt/libxslt/templates.c     if ((attr->ns != NULL) && xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
xmlStrEqual       508 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(ret->name, attr->name) &&
xmlStrEqual       509 third_party/libxslt/libxslt/templates.c 	    ((attr->ns == NULL) || xmlStrEqual(ret->ns->href, attr->ns->href)))
xmlStrEqual       523 third_party/libxslt/libxslt/templates.c 	    (! xmlStrEqual(ret->ns->prefix, attr->ns->prefix)))
xmlStrEqual       654 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
xmlStrEqual       787 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->name, (const xmlChar *)"use-attribute-sets"))
xmlStrEqual       793 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->name, (const xmlChar *)"use-attribute-sets") &&
xmlStrEqual       794 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
xmlStrEqual      1301 third_party/libxslt/libxslt/transform.c 		xmlStrEqual(elem->ns->prefix, ns->prefix) &&
xmlStrEqual      1302 third_party/libxslt/libxslt/transform.c 		xmlStrEqual(elem->ns->href, ns->href))
xmlStrEqual      1308 third_party/libxslt/libxslt/transform.c 	    if ((luNs != NULL) && (xmlStrEqual(luNs->href, ns->href)))
xmlStrEqual      1384 third_party/libxslt/libxslt/transform.c 	xmlStrEqual(ns->prefix, BAD_CAST "xml"))
xmlStrEqual      1397 third_party/libxslt/libxslt/transform.c 		    xmlStrEqual(tmpns->prefix, ns->prefix))
xmlStrEqual      1402 third_party/libxslt/libxslt/transform.c 		    if (xmlStrEqual(tmpns->href, ns->href))
xmlStrEqual      1411 third_party/libxslt/libxslt/transform.c     if ((tmpns != NULL) && xmlStrEqual(tmpns->href, ns->href))
xmlStrEqual      1553 third_party/libxslt/libxslt/transform.c 			    (! xmlStrEqual(ns->href, (*curns)->href)))
xmlStrEqual      1692 third_party/libxslt/libxslt/transform.c             (xmlStrEqual(child->name, BAD_CAST "fallback"))) {
xmlStrEqual      2340 third_party/libxslt/libxslt/transform.c 				(xmlStrEqual(ns->href, effNs->nsName)))
xmlStrEqual      2762 third_party/libxslt/libxslt/transform.c 		    if (xmlStrEqual(ns->href, XSLT_NAMESPACE))
xmlStrEqual      2784 third_party/libxslt/libxslt/transform.c 		    if ((ret == NULL) || (!xmlStrEqual(ret->href, URI)))
xmlStrEqual      2991 third_party/libxslt/libxslt/transform.c 	    (! xmlStrEqual(cur->name, BAD_CAST "param")) ||
xmlStrEqual      3239 third_party/libxslt/libxslt/transform.c         if (xmlStrEqual(inst->name, (const xmlChar *) "output")) {
xmlStrEqual      3257 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(inst->name, (const xmlChar *) "write")) {
xmlStrEqual      3292 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(inst->name, (const xmlChar *) "document")) {
xmlStrEqual      3395 third_party/libxslt/libxslt/transform.c 	    if ((xmlStrEqual(prop, (const xmlChar *) "xml")) ||
xmlStrEqual      3396 third_party/libxslt/libxslt/transform.c 		(xmlStrEqual(prop, (const xmlChar *) "html")) ||
xmlStrEqual      3397 third_party/libxslt/libxslt/transform.c 		(xmlStrEqual(prop, (const xmlChar *) "text"))) {
xmlStrEqual      3429 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlStrEqual      3431 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlStrEqual      3446 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlStrEqual      3448 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlStrEqual      3463 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlStrEqual      3465 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlStrEqual      3525 third_party/libxslt/libxslt/transform.c 	(!xmlStrEqual(method, (const xmlChar *) "xml"))) {
xmlStrEqual      3526 third_party/libxslt/libxslt/transform.c 	if (xmlStrEqual(method, (const xmlChar *) "html")) {
xmlStrEqual      3542 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(method, (const xmlChar *) "xhtml")) {
xmlStrEqual      3552 third_party/libxslt/libxslt/transform.c 	} else if (xmlStrEqual(method, (const xmlChar *) "text")) {
xmlStrEqual      4862 third_party/libxslt/libxslt/transform.c 			    (xmlStrEqual(val, (xmlChar *) "strip"))) {
xmlStrEqual      5927 third_party/libxslt/libxslt/transform.c 	(!xmlStrEqual(method, (const xmlChar *) "xml")))
xmlStrEqual      5929 third_party/libxslt/libxslt/transform.c         if (xmlStrEqual(method, (const xmlChar *) "html")) {
xmlStrEqual      5967 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(method, (const xmlChar *) "xhtml")) {
xmlStrEqual      5982 third_party/libxslt/libxslt/transform.c         } else if (xmlStrEqual(method, (const xmlChar *) "text")) {
xmlStrEqual      1352 third_party/libxslt/libxslt/variables.c 		(xmlStrEqual(elem->name, tmp->name)) &&
xmlStrEqual      1354 third_party/libxslt/libxslt/variables.c 		 (xmlStrEqual(elem->nameURI, tmp->nameURI))))
xmlStrEqual      1475 third_party/libxslt/libxslt/variables.c 		(xmlStrEqual(elem->name, name)) &&
xmlStrEqual      1476 third_party/libxslt/libxslt/variables.c 		(xmlStrEqual(elem->nameURI, href))) {
xmlStrEqual       171 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(style->exclPrefixTab[i], value))
xmlStrEqual       368 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(name, result->name))
xmlStrEqual      1071 third_party/libxslt/libxslt/xslt.c 		if (xmlStrEqual(cur->href, XSLT_NAMESPACE))
xmlStrEqual      1083 third_party/libxslt/libxslt/xslt.c 		    if (xmlStrEqual(cur->href, style->exclPrefixTab[i]))
xmlStrEqual      1102 third_party/libxslt/libxslt/xslt.c                         (xmlStrEqual(cur->prefix, ret[i]->prefix)))
xmlStrEqual      1194 third_party/libxslt/libxslt/xslt.c             if ((xmlStrEqual(prop, (const xmlChar *) "xml")) ||
xmlStrEqual      1195 third_party/libxslt/libxslt/xslt.c                 (xmlStrEqual(prop, (const xmlChar *) "html")) ||
xmlStrEqual      1196 third_party/libxslt/libxslt/xslt.c                 (xmlStrEqual(prop, (const xmlChar *) "text"))) {
xmlStrEqual      1225 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlStrEqual      1227 third_party/libxslt/libxslt/xslt.c         } else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlStrEqual      1239 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlStrEqual      1241 third_party/libxslt/libxslt/xslt.c         } else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlStrEqual      1253 third_party/libxslt/libxslt/xslt.c         if (xmlStrEqual(prop, (const xmlChar *) "yes")) {
xmlStrEqual      1255 third_party/libxslt/libxslt/xslt.c         } else if (xmlStrEqual(prop, (const xmlChar *) "no")) {
xmlStrEqual      1507 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(element, (const xmlChar *)"*")) {
xmlStrEqual      1579 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(prefix, (const xmlChar *)"#default"))
xmlStrEqual      1646 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(element, (const xmlChar *)"*")) {
xmlStrEqual      1715 third_party/libxslt/libxslt/xslt.c 	    if (xmlStrEqual(prefix, (const xmlChar *)"#default"))
xmlStrEqual      1825 third_party/libxslt/libxslt/xslt.c 		if (xmlStrEqual(ns->href, nsName))
xmlStrEqual      1829 third_party/libxslt/libxslt/xslt.c 		     xmlStrEqual(ns->prefix, prefix) &&
xmlStrEqual      1830 third_party/libxslt/libxslt/xslt.c 		     xmlStrEqual(ns->href, nsName))
xmlStrEqual      1871 third_party/libxslt/libxslt/xslt.c 	    xmlStrEqual(elem->ns->href, alias->literalNs->href) ) )
xmlStrEqual      1901 third_party/libxslt/libxslt/xslt.c 			(! xmlStrEqual(ns->href, alias->targetNs->href)))
xmlStrEqual      1961 third_party/libxslt/libxslt/xslt.c 		    xmlStrEqual(elem->ns->href, alias->literalNs->href) ) )
xmlStrEqual      1972 third_party/libxslt/libxslt/xslt.c 				(! xmlStrEqual(ns->href, alias->targetNs->href)))
xmlStrEqual      2055 third_party/libxslt/libxslt/xslt.c 	if (xmlStrEqual(ns->href, XSLT_NAMESPACE))
xmlStrEqual      2087 third_party/libxslt/libxslt/xslt.c 		    (xmlStrEqual(alias->targetNs->href, ns->href)))
xmlStrEqual      2104 third_party/libxslt/libxslt/xslt.c 		    (xmlStrEqual(alias->literalNs->href, ns->href)))
xmlStrEqual      2120 third_party/libxslt/libxslt/xslt.c 		if (xmlStrEqual(ns->href, BAD_CAST exclResultNs->items[j]))
xmlStrEqual      2128 third_party/libxslt/libxslt/xslt.c 		if (xmlStrEqual(ns->href, BAD_CAST extElemNs->items[j]))
xmlStrEqual      2542 third_party/libxslt/libxslt/xslt.c                         (xmlStrEqual(ns->prefix, nsi->list[i]->prefix)))
xmlStrEqual      2644 third_party/libxslt/libxslt/xslt.c 	    xmlStrEqual(cur, (const xmlChar *)"#default"))
xmlStrEqual      2948 third_party/libxslt/libxslt/xslt.c     if (! xmlStrEqual(value, (const xmlChar *)"1.0")) {
xmlStrEqual      3125 third_party/libxslt/libxslt/xslt.c 			if (xmlStrEqual(name, BAD_CAST "choose") ||
xmlStrEqual      3126 third_party/libxslt/libxslt/xslt.c 			    xmlStrEqual(name, BAD_CAST "call-template"))
xmlStrEqual      3130 third_party/libxslt/libxslt/xslt.c 			if (xmlStrEqual(name, BAD_CAST "apply-templates") ||
xmlStrEqual      3131 third_party/libxslt/libxslt/xslt.c 			    xmlStrEqual(name, BAD_CAST "apply-imports") ||
xmlStrEqual      3132 third_party/libxslt/libxslt/xslt.c 			    xmlStrEqual(name, BAD_CAST "attribute-set"))
xmlStrEqual      3155 third_party/libxslt/libxslt/xslt.c 				(xmlStrEqual(name, BAD_CAST "param") ||
xmlStrEqual      3156 third_party/libxslt/libxslt/xslt.c 				 xmlStrEqual(name, BAD_CAST "sort")))
xmlStrEqual      3190 third_party/libxslt/libxslt/xslt.c 			xmlStrEqual(attr->ns->href, nsNameXSLT))
xmlStrEqual      3236 third_party/libxslt/libxslt/xslt.c 			    if (xmlStrEqual(value, BAD_CAST "preserve")) {
xmlStrEqual      3238 third_party/libxslt/libxslt/xslt.c 			    } else if (xmlStrEqual(value, BAD_CAST "default")) {
xmlStrEqual      3510 third_party/libxslt/libxslt/xslt.c 			        (xmlStrEqual(ns->href,
xmlStrEqual      3575 third_party/libxslt/libxslt/xslt.c 	    (!xmlStrEqual(cur->ns->href, XSLT_NAMESPACE)) &&
xmlStrEqual      3661 third_party/libxslt/libxslt/xslt.c 		    if ((URI != NULL) && (!xmlStrEqual(URI, ns->href))) {
xmlStrEqual      4019 third_party/libxslt/libxslt/xslt.c 		    if (xmlStrEqual(child->name, BAD_CAST "with-param")) {
xmlStrEqual      4022 third_party/libxslt/libxslt/xslt.c 		    } else if (xmlStrEqual(child->name, BAD_CAST "sort")) {
xmlStrEqual      4468 third_party/libxslt/libxslt/xslt.c 			    xmlStrEqual(attr->name,
xmlStrEqual      4476 third_party/libxslt/libxslt/xslt.c 				xmlStrEqual(attr->children->content,
xmlStrEqual      4487 third_party/libxslt/libxslt/xslt.c 				(!xmlStrEqual(attr->children->content,
xmlStrEqual      4700 third_party/libxslt/libxslt/xslt.c 				if (! xmlStrEqual(attr->name,
xmlStrEqual      4871 third_party/libxslt/libxslt/xslt.c 			if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlStrEqual      4873 third_party/libxslt/libxslt/xslt.c 			} else if (!xmlStrEqual(prop,
xmlStrEqual      5243 third_party/libxslt/libxslt/xslt.c 	    if ((nameURI != NULL && xmlStrEqual(curTempl->name, templ->name) &&
xmlStrEqual      5244 third_party/libxslt/libxslt/xslt.c 		xmlStrEqual(curTempl->nameURI, nameURI) ) ||
xmlStrEqual      5246 third_party/libxslt/libxslt/xslt.c 		xmlStrEqual(curTempl->name, templ->name)))
xmlStrEqual      5393 third_party/libxslt/libxslt/xslt.c 	        if ((URI != NULL && xmlStrEqual(cur->name, ret->name) &&
xmlStrEqual      5394 third_party/libxslt/libxslt/xslt.c 				xmlStrEqual(cur->nameURI, URI) ) ||
xmlStrEqual      5396 third_party/libxslt/libxslt/xslt.c 				xmlStrEqual(cur->name, ret->name))) {
xmlStrEqual      5476 third_party/libxslt/libxslt/xslt.c 		    xmlStrEqual(cur->name, name) &&
xmlStrEqual      5477 third_party/libxslt/libxslt/xslt.c 		    xmlStrEqual(cur->ns->href, namespaceURI))		    
xmlStrEqual      6051 third_party/libxslt/libxslt/xslt.c 	if ((!xmlStrEqual(prop, (const xmlChar *)"1.0")) &&
xmlStrEqual      6052 third_party/libxslt/libxslt/xslt.c             (!xmlStrEqual(prop, (const xmlChar *)"1.1"))) {
xmlStrEqual      6434 third_party/libxslt/libxslt/xslt.c 	if (!xmlStrEqual(prop, (const xmlChar *)"1.0")) {
xmlStrEqual      6873 third_party/libxslt/libxslt/xslt.c 	    (xmlStrEqual(child->name, BAD_CAST "xml-stylesheet"))) {
xmlStrEqual       164 third_party/libxslt/libxslt/xsltInternals.h      (xmlStrEqual((n)->ns->href, XSLT_NAMESPACE)))
xmlStrEqual       173 third_party/libxslt/libxslt/xsltInternals.h      (xmlStrEqual((a)->ns->href, XSLT_NAMESPACE)))
xmlStrEqual       103 third_party/libxslt/libxslt/xsltutils.c         if ((xmlStrEqual(prop->name, name)) &&
xmlStrEqual       105 third_party/libxslt/libxslt/xsltutils.c 	      (xmlStrEqual(node->ns->href, nameSpace))) ||
xmlStrEqual       107 third_party/libxslt/libxslt/xsltutils.c 	      (xmlStrEqual(prop->ns->href, nameSpace))))) {
xmlStrEqual       139 third_party/libxslt/libxslt/xsltutils.c 		if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace)))
xmlStrEqual       193 third_party/libxslt/libxslt/xsltutils.c         if ((xmlStrEqual(prop->name, name)) &&
xmlStrEqual       195 third_party/libxslt/libxslt/xsltutils.c 	      (xmlStrEqual(node->ns->href, nameSpace))) ||
xmlStrEqual       197 third_party/libxslt/libxslt/xsltutils.c 	      (xmlStrEqual(prop->ns->href, nameSpace))))) {
xmlStrEqual       225 third_party/libxslt/libxslt/xsltutils.c 		if ((ns != NULL) && (xmlStrEqual(ns->href, nameSpace)))
xmlStrEqual       443 third_party/libxslt/libxslt/xsltutils.c 	if (xmlStrEqual(prop, (const xmlChar *)"yes")) {
xmlStrEqual       445 third_party/libxslt/libxslt/xsltutils.c 	} else if (xmlStrEqual(prop, (const xmlChar *)"no")) {
xmlStrEqual      1124 third_party/libxslt/libxslt/xsltutils.c 		if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
xmlStrEqual      1126 third_party/libxslt/libxslt/xsltutils.c 		else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
xmlStrEqual      1143 third_party/libxslt/libxslt/xsltutils.c 		if (xmlStrEqual(comp->order, (const xmlChar *) "ascending"))
xmlStrEqual      1145 third_party/libxslt/libxslt/xsltutils.c 		else if (xmlStrEqual(comp->order,
xmlStrEqual      1455 third_party/libxslt/libxslt/xsltutils.c 	 (!xmlStrEqual(style->method, (const xmlChar *) "xhtml")))) {
xmlStrEqual      1471 third_party/libxslt/libxslt/xsltutils.c 	(xmlStrEqual(method, (const xmlChar *) "html"))) {
xmlStrEqual      1483 third_party/libxslt/libxslt/xsltutils.c 	(xmlStrEqual(method, (const xmlChar *) "xhtml"))) {
xmlStrEqual      1492 third_party/libxslt/libxslt/xsltutils.c 	       (xmlStrEqual(method, (const xmlChar *) "text"))) {
xmlStrEqual      1617 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlStrEqual      1660 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlStrEqual      1704 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlStrEqual      1747 third_party/libxslt/libxslt/xsltutils.c 	    (xmlStrEqual((const xmlChar *)encoder->name,
xmlStrEqual        56 third_party/libxslt/libxslt/xsltutils.h      ((n)->ns != NULL) && (xmlStrEqual((n)->ns->href, XSLT_NAMESPACE)))
xmlStrEqual        64 third_party/libxslt/libxslt/xsltutils.h     (xmlStrEqual((n)->name, (const xmlChar *) (val)))