Home
last modified time | relevance | path

Searched refs:xmlStrcmp (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/extensions/common/
Dupdate_manifest.cc76 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/
Dxsltlocale.c62 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid; in xslt_locale_WINAPI()
434 return(xmlStrcmp(str1, str2)); in xsltLocaleStrcmp()
Dxsltutils.c1206 tst = xmlStrcmp(results[j]->stringval, in xsltDefaultSortFunction()
1265 tst = xmlStrcmp(res[j]->stringval, in xsltDefaultSortFunction()
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlstring.h64 xmlStrcmp (const xmlChar *str1,
/external/libxml2/include/libxml/
Dxmlstring.h64 xmlStrcmp (const xmlChar *str1,
/external/chromium_org/third_party/libxslt/libexslt/
Dstrings.c265 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/
Dc14n.c525 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()
DHTMLtree.c910 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) && in htmlNodeDumpFormatOutput()
911 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) { in htmlNodeDumpFormatOutput()
Dxmlstring.c132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
Dxmlwriter.c1860 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()
Duri.c2211 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI()
2212 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
DHTMLparser.c6399 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()
Dxmlschemastypes.c4866 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal()
4883 int ret = xmlStrcmp(x->value.base64.str, in xmlSchemaCompareValuesInternal()
Delfgcchack.h10877 #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/
Dc14n.c523 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()
DHTMLtree.c888 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) && in htmlNodeDumpFormatOutput()
889 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) { in htmlNodeDumpFormatOutput()
Dxmlstring.c132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
Dxmlwriter.c1856 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()
Duri.c2292 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI()
2293 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
DHTMLparser.c6280 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()
Dxmlschemastypes.c4859 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal()
4876 int ret = xmlStrcmp(x->value.base64.str, in xmlSchemaCompareValuesInternal()
Delfgcchack.h10727 #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
Dtestapi.c36298 ret_val = xmlStrcmp((const xmlChar *)str1, (const xmlChar *)str2); in test_xmlStrcmp()
/external/chromium_org/components/component_updater/
Dupdate_response.cc71 if (!xmlStrcmp(attr->name, name) && attr->children && in GetAttribute()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1873 xmlStrcmp

12