xmlStrQEqual      986 third_party/libxml/src/dict.c 	        (xmlStrQEqual(prefix, name, insert->name)))
xmlStrQEqual      991 third_party/libxml/src/dict.c 	    (xmlStrQEqual(prefix, name, insert->name)))
xmlStrQEqual     1013 third_party/libxml/src/dict.c 		    (xmlStrQEqual(prefix, name, tmp->name)))
xmlStrQEqual     1018 third_party/libxml/src/dict.c 		(xmlStrQEqual(prefix, name, tmp->name)))
xmlStrQEqual     10667 third_party/libxml/src/elfgcchack.h #undef xmlStrQEqual
xmlStrQEqual     10668 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias")));
xmlStrQEqual     10670 third_party/libxml/src/elfgcchack.h #ifndef xmlStrQEqual
xmlStrQEqual     10671 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden")));
xmlStrQEqual     10672 third_party/libxml/src/elfgcchack.h #define xmlStrQEqual xmlStrQEqual__internal_alias
xmlStrQEqual      783 third_party/libxml/src/hash.c 	if ((xmlStrQEqual(prefix, name, entry->name)) &&
xmlStrQEqual      784 third_party/libxml/src/hash.c 	    (xmlStrQEqual(prefix2, name2, entry->name2)) &&
xmlStrQEqual      785 third_party/libxml/src/hash.c 	    (xmlStrQEqual(prefix3, name3, entry->name3)))
xmlStrQEqual       81 third_party/libxml/src/include/libxml/xmlstring.h                 xmlStrQEqual             (const xmlChar *pref,
xmlStrQEqual     36129 third_party/libxml/src/testapi.c         ret_val = xmlStrQEqual((const xmlChar *)pref, (const xmlChar *)name, (const xmlChar *)str);