Searched refs:xmlStrcmp (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/3rdparty/libxslt/ |
H A D | xsltlocale.c | 50 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid; in xslt_locale_WINAPI() 439 return(xmlStrcmp(str1, str2)); in xsltLocaleStrcmp()
|
H A D | xsltutils.c | 1218 tst = xmlStrcmp(results[j]->stringval, in xsltDefaultSortFunction() 1281 tst = xmlStrcmp(res[j]->stringval, in xsltDefaultSortFunction()
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | xmlstring.h | 64 xmlStrcmp (const xmlChar *str1,
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | HTMLtree.c | 656 xmlStrcmp(cur->SystemID, BAD_CAST "about:legacy-compat")) { in htmlDtdDumpOutput() 810 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) && in htmlNodeDumpFormatOutput() 811 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "body"))) { in htmlNodeDumpFormatOutput()
|
H A D | c14n.c | 526 return (xmlStrcmp(ns1->prefix, ns2->prefix)); in xmlC14NNsCompare() 904 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare() 921 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare() 923 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
|
H A D | xmlstring.c | 133 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
|
H A D | xmlwriter.c | 1858 if (xmlStrcmp(curns->uri, namespaceURI) == 0) { in xmlTextWriterStartAttributeNS() 4297 return xmlStrcmp(p0->name, p1->name); in xmlCmpTextWriterStackEntry() 4400 rc = xmlStrcmp(p0->prefix, p1->prefix); in xmlCmpTextWriterNsStackEntry()
|
H A D | uri.c | 2225 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI() 2226 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
|
H A D | HTMLparser.c | 6616 if ( !xmlStrcmp((const xmlChar *)*p, elt) ) in htmlElementAllowedHere() 6660 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6665 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed() 6670 if ( !xmlStrcmp((const xmlChar*)*p, attr) ) in htmlAttrAllowed()
|
H A D | xinclude.c | 1808 if (xmlStrcmp(url, BAD_CAST "-") == 0) in xmlXIncludeLoadTxt()
|
H A D | xmlschemastypes.c | 5008 int ret = xmlStrcmp(x->value.hex.str, y->value.hex.str); in xmlSchemaCompareValuesInternal() 5025 int ret = xmlStrcmp(x->value.base64.str, in xmlSchemaCompareValuesInternal()
|
H A D | parser.c | 13977 if (xmlStrcmp(URL, BAD_CAST "-") == 0) in xmlCreateEntityParserCtxtInternal()
|