/external/chromium_org/extensions/common/ |
D | update_manifest.cc | 76 if (!xmlStrcmp(attr->name, name) && attr->children && in GetAttribute() 117 if (ns->href && !xmlStrcmp(ns->href, href)) { in GetNamespace()
|
/external/chromium_org/third_party/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/chromium_org/third_party/libxml/src/include/libxml/ |
D | xmlstring.h | 64 xmlStrcmp (const xmlChar *str1,
|
/external/libxml2/include/libxml/ |
D | xmlstring.h | 64 xmlStrcmp (const xmlChar *str1,
|
/external/chromium_org/third_party/libxslt/libexslt/ |
D | strings.c | 265 if (xmlUTF8Strlen(tmp) != 5 || xmlStrcmp((const xmlChar *)"UTF-8",tmp)) { in exsltStrEncodeUriFunction() 312 if (xmlUTF8Strlen(tmp) != 5 || xmlStrcmp((const xmlChar *)"UTF-8",tmp)) { in exsltStrDecodeUriFunction()
|
/external/libxml2/ |
D | c14n.c | 525 return (xmlStrcmp(ns1->prefix, ns2->prefix)); in xmlC14NNsCompare() 895 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare() 912 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare() 914 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
|
D | HTMLtree.c | 910 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) && in htmlNodeDumpFormatOutput() 911 (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 | 1860 if (xmlStrcmp(curns->uri, namespaceURI) == 0) { in xmlTextWriterStartAttributeNS() 4296 return xmlStrcmp(p0->name, p1->name); in xmlCmpTextWriterStackEntry() 4399 rc = xmlStrcmp(p0->prefix, p1->prefix); in xmlCmpTextWriterNsStackEntry()
|
D | uri.c | 2211 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI() 2212 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
|
D | HTMLparser.c | 6399 if ( !xmlStrcmp((const xmlChar *)*p, elt) ) in htmlElementAllowedHere() 6443 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6448 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6453 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 | 10877 #undef xmlStrcmp 10878 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias"))); 10880 #ifndef xmlStrcmp 10881 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden"))); 10882 #define xmlStrcmp xmlStrcmp__internal_alias macro
|
/external/chromium_org/third_party/libxml/src/ |
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 | 888 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) && in htmlNodeDumpFormatOutput() 889 (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 | 6280 if ( !xmlStrcmp((const xmlChar *)*p, elt) ) in htmlElementAllowedHere() 6324 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6329 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6334 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed()
|
D | xmlschemastypes.c | 4859 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal() 4876 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
|
D | testapi.c | 36298 ret_val = xmlStrcmp((const xmlChar *)str1, (const xmlChar *)str2); in test_xmlStrcmp()
|
/external/chromium_org/components/component_updater/ |
D | update_response.cc | 71 if (!xmlStrcmp(attr->name, name) && attr->children && in GetAttribute()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1873 xmlStrcmp
|