Home
last modified time | relevance | path

Searched refs:xmlStrncmp (Results 1 – 15 of 15) sorted by relevance

/external/libxml2/
Ddict.c862 (!xmlStrncmp(insert->name, name, l))) in xmlDictLookup()
874 (!xmlStrncmp(insert->name, name, l))) in xmlDictLookup()
904 (!xmlStrncmp(tmp->name, name, l))) in xmlDictLookup()
916 (!xmlStrncmp(tmp->name, name, l))) in xmlDictLookup()
999 (!xmlStrncmp(insert->name, name, l))) in xmlDictExists()
1011 (!xmlStrncmp(insert->name, name, l))) in xmlDictExists()
1041 (!xmlStrncmp(tmp->name, name, l))) in xmlDictExists()
1053 (!xmlStrncmp(tmp->name, name, l))) in xmlDictExists()
Dxmlstring.c206 xmlStrncmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncmp() function
351 if (!xmlStrncmp(str, val, n)) return((const xmlChar *) str); in xmlStrstr()
645 return xmlStrncmp(utf1, utf2, xmlUTF8Size(utf1)); in xmlUTF8Charcmp()
926 if (xmlStrncmp(utf, utfchar, size)==0) in xmlUTF8Strloc()
Dcatalog.c826 if (xmlStrncmp(urn, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) in xmlCatalogUnWrapURN()
1668 (!xmlStrncmp(sysID, cur->name, len))) { in xmlCatalogXMLResolve()
1674 if (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolve()
1706 (!xmlStrncmp(sysID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve()
1759 if (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)) && in xmlCatalogXMLResolve()
1784 (!xmlStrncmp(pubID, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolve()
1899 (!xmlStrncmp(URI, cur->name, len))) { in xmlCatalogXMLResolveURI()
1905 if (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name))) in xmlCatalogXMLResolveURI()
1937 (!xmlStrncmp(URI, cur->name, xmlStrlen(cur->name)))) { in xmlCatalogXMLResolveURI()
2018 if (!xmlStrncmp(pubID, BAD_CAST XML_URN_PUBID, sizeof(XML_URN_PUBID) - 1)) { in xmlCatalogListXMLResolve()
[all …]
Dxpointer.c2496 match = (!xmlStrncmp(&cur->content[pos], string, stringlen)); in xmlXPtrMatchString()
2513 match = (!xmlStrncmp(&cur->content[pos], string, sub)); in xmlXPtrMatchString()
Dlibxml2.syms791 xmlStrncmp;
Delfgcchack.h11047 #undef xmlStrncmp
11048 extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
11050 #ifndef xmlStrncmp
11051 extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
11052 #define xmlStrncmp xmlStrncmp__internal_alias macro
Dtree.c5294 if ((!xmlStrncmp(oldbase, BAD_CAST "http://", 7)) || in xmlNodeGetBase()
5295 (!xmlStrncmp(oldbase, BAD_CAST "ftp://", 6)) || in xmlNodeGetBase()
5296 (!xmlStrncmp(oldbase, BAD_CAST "urn:", 4))) in xmlNodeGetBase()
Dvalid.c5612 (xmlStrncmp(cont->prefix, qname, plen) == 0) && in xmlValidateCheckMixed()
5619 (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) && in xmlValidateCheckMixed()
Dparser.c5162 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7)) in xmlParseCatalogPI()
9768 if ((tlen > 0) && (xmlStrncmp(ctxt->input->cur, ctxt->name, tlen) == 0)) { in xmlParseEndTag2()
Dxpath.c9085 if (xmlStrncmp(hay->stringval, needle->stringval, n)) in xmlXPathStartsWithFunction()
DChangeLog5938 also changed call to strncmp over to xmlStrncmp.
18148 related function, fixing xmlStrncmp(), and associated cleanup
Dtestapi.c36839 ret_val = xmlStrncmp((const xmlChar *)str1, (const xmlChar *)str2, len); in test_xmlStrncmp()
/external/libxml2/include/libxml/
Dxmlstring.h67 xmlStrncmp (const xmlChar *str1,
/external/libxml2/os400/libxmlrpg/
Dxmlstring.rpgle60 d xmlStrncmp pr 10i 0 extproc('xmlStrncmp')
/external/libxml2/win32/
Dlibxml2.def.src1907 xmlStrncmp