Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libxslt/
H A Dxsltlocale.c50 if (xmlStrcmp(p->tag, languageTag) == 0) return p->lcid; in xslt_locale_WINAPI()
439 return(xmlStrcmp(str1, str2)); in xsltLocaleStrcmp()
H A Dxsltutils.c1218 tst = xmlStrcmp(results[j]->stringval, in xsltDefaultSortFunction()
1281 tst = xmlStrcmp(res[j]->stringval, in xsltDefaultSortFunction()
/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlstring.h64 xmlStrcmp (const xmlChar *str1,
/reactos/sdk/lib/3rdparty/libxml2/
H A DHTMLtree.c656 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 Dc14n.c526 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 Dxmlstring.c133 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { in xmlStrcmp() function
H A Dxmlwriter.c1858 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 Duri.c2225 (xmlStrcmp ((xmlChar *)bas->scheme, (xmlChar *)ref->scheme)) || in xmlBuildRelativeURI()
2226 (xmlStrcmp ((xmlChar *)bas->server, (xmlChar *)ref->server)))) { in xmlBuildRelativeURI()
H A DHTMLparser.c6616 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 Dxinclude.c1808 if (xmlStrcmp(url, BAD_CAST "-") == 0) in xmlXIncludeLoadTxt()
H A Dxmlschemastypes.c5008 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 Dparser.c13977 if (xmlStrcmp(URL, BAD_CAST "-") == 0) in xmlCreateEntityParserCtxtInternal()