Searched refs:xmlStrcmp (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/common/extensions/ |
D | update_manifest.cc | 74 if (!xmlStrcmp(attr->name, name) && attr->children && in GetAttribute() 115 if (ns->href && !xmlStrcmp(ns->href, href)) { in GetNamespace()
|
/external/libxslt/libxslt/ |
D | xsltlocale.c | 62 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid; in xslt_locale_WINAPI() 434 return(xmlStrcmp(str1, str2)); in xsltLocaleStrcmp()
|
D | xsltutils.c | 1206 tst = xmlStrcmp(results[j]->stringval, in xsltDefaultSortFunction() 1265 tst = xmlStrcmp(res[j]->stringval, in xsltDefaultSortFunction()
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 64 xmlStrcmp (const xmlChar *str1,
|
/external/libxml2/ |
D | c14n.c | 523 return (xmlStrcmp(ns1->prefix, ns2->prefix)); in xmlC14NNsCompare() 893 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare() 910 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare() 912 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
|
D | HTMLtree.c | 886 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) && in htmlNodeDumpFormatOutput() 887 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) { in htmlNodeDumpFormatOutput()
|
D | xmlstring.c | 132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
|
D | xmlwriter.c | 1856 if (xmlStrcmp(curns->uri, namespaceURI) == 0) { in xmlTextWriterStartAttributeNS() 4292 return xmlStrcmp(p0->name, p1->name); in xmlCmpTextWriterStackEntry() 4395 rc = xmlStrcmp(p0->prefix, p1->prefix); in xmlCmpTextWriterNsStackEntry()
|
D | uri.c | 2292 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI() 2293 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
|
D | HTMLparser.c | 6285 if ( !xmlStrcmp((const xmlChar *)*p, elt) ) in htmlElementAllowedHere() 6329 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6334 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6339 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed()
|
D | xmlschemastypes.c | 4866 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal() 4883 int ret = xmlStrcmp(x->value.base64.str, in xmlSchemaCompareValuesInternal()
|
D | elfgcchack.h | 10727 #undef xmlStrcmp 10728 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias"))); 10730 #ifndef xmlStrcmp 10731 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden"))); 10732 #define xmlStrcmp xmlStrcmp__internal_alias macro
|